Tool/software:
Hi team,
My customer started from the demo code for the basic BLE profiles project. (SDK version 8.40)
We are wondering if when an Assert occurs and the stack or some library routine calls AssertHandler, is it expected that the assert handler would return? It seems to me that all the reasons for an Assert to be called are serious and that you'd want to enter into a while(1) loop...
Is there a reason why an assert could occur where everything is okay still?
The AssertHandler we have been looking at is in the main_freertos.c file and we found that most cases do not call HAL_ASSERT_SPINLOCK.
Best,
Luke