I am developing an application built on the HostTestApp example.
An attribute of length 100 byte is used to receive commands from client side.
While testing that I can receive different commands it happens that the CC2650 crashes.
I always send 100 bytes via iCall from stack to application side by calling HCI_SendControlerToHostEvent().
I can see is that HCI_SendControlerToHostEvent() is called but nothing comes out from application to main MCU on the other side.
Unfortunately it is hard to debug on the application side since BLE connection goes down if I use breakpoints (even log breakpoints)
but I can see that slave ready pin (SRDY) is never toggled.
If I limit command/attribute length to 72, which is enough for this application, everything works but the BLE module will however be used in other products later on so this is a temporary solution.
My suspicion is that the iCall mechanism is not set up correct.
Does anyone know if the default settings of iCall should support 100 byte attributes and if not which parameters to change if not?
BR
Mattias