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