Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-11123

CC23X0 hangs after calling scan_enable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • SimpleLink Lowpower SDK F3 BLE5 Stack
    • BLE_LOKI-225
    • BLE Stack BLE5-3.0.3
    • Hide
      BLE Stack BLE5-3.2.1 RC6
      BLE Stack BLE5-3.2.1
      Show
      BLE Stack BLE5-3.2.1 RC6 BLE Stack BLE5-3.2.1
    • CC23xx

      When using hci_test the device is stuck after calling Send_HCI_LE_SetExtScanEnableCmd

      At some point the messages stop arriving and when a new command is sent from the HCI tester to the device it can result in one if the two option

      1. the UART sends all the "leftover" messages and I can continue with other commands
      2. I still don't get messages from the device and if I try to send another command I go to the read callback function but I'm not able to reach the command I'm trying to execute

      when using loki/develop there is a need for another fix to see the adv report - in hci_test_app.c:: HCI_TestApp_Queue_ProcessCbkEvent replace if (pRec == NULL) with if (pRec != NULL)

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: