Hello,
as mentioned above, the M3 CPU freezes a couble of ms after sending the two requests:
GAPRole_setParameter(GAPROLE_ADVERT_ENABLED, sizeof(uint8_t), &var_false);
GAPRole_setParameter(GAPROLE_ADV_NONCONN_ENABLED, sizeof(uint8_t), &var_true);
Do you have an idea why and how could I debug this error? ROV2 is not showing any clue. Regarding to my other thread, I can not use "Check for BIOS errors" due to unresolved issue / case with CCS and ROV2.
The strange thing is, I tested this function a couble of weeks ago successfully. But now it doesn't work anymore. I created a new blanc simple pheripheral project and included my advertising functions. Its still not working. If you want, I can attach my project.
Thanks.
Regards
Andre