This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R: HCI_RESET does not response using HeapMem

Part Number: CC2652R

Hello TI Team,

We use PTM mode to send HCI commands via UART to our DUT. HCI_RESET command does not respond with a HCI_CommandCompleteEvent.

What I observed is that it depends on the heap manager. If I use HeapMem instead of osal by setting: var HEAPMGR_CONFIG = 0x81; it is not working.

The issue can be reproduced with the simple_peripheral_CC26X2R1_LAUNCHXL_tirtos_ccs example. Just compile it with var HEAPMGR_CONFIG = 0x81; and sending a HCI_RESET command with BTool.

SDK: 4.10.0.78

Why is HeapMem not working?

Regards Tobias