2019-03-05 08:22 AM
I try to use the BlueNRG in conjunction with the FreeRTOS but the system always ends up in a hardfault as soon as I querry the BLE services.
The initialization of the BlueNRG works and establishing a connection works as well. But it seems like any user driven event crashes something.
I have 3 concurrent tasks and the BLE task has highest priority.
My assumption is that I somehow have to implement an event driven scheduler blocking but I don't know where to start.
2019-03-06 04:44 AM
Doubled the task's stack size, now it works
2019-03-18 08:07 PM
hello, i did a similar work and i found program will crash in hcl_tl_lowlevel_isr().
Do u have this problem?
2019-03-19 12:07 AM
Do you have the EXTI interrupt enabled in CubeMX?
2019-03-19 12:10 AM
yes, i need the exti interrupt to achieve SPI packets.