Tool/software: TI-RTOS
Bonjour,
I started a project from the example (ble5_simple_peripheral_cc26x2r1lp_app), it works well and I can debug. But as soon as I add an extra task, I can debug once, after which the project will not run anymore. without the debug mode, the program always runs.
I tried several things (ICall max entities and tasks, heap size) but without success.
when I debug, I arrive regularly in the while(j) of ICall_abort() function
you will find the project as an attachment.