@KKIM.6 Since our code is complex, we did not try to update to newest Cube. The code is not using FreeRtos, but left it with ST example Task Sequencer.We just made our own Task(state machine) and inserted a call to it to the BLE handler loop. Our co...
Patrick...I had the same problem, but it allowed me to select both freeRTOS and BLE after I switched my FreeRTOS settings from cmsis V1 to V2. (With V1 it did not allow both at the same time)Ivan