RE: Assert and Debug issues

2021-05-13 Thread Tim Hardisty
>>From: disruptivesolution...@gmail.com >1) If I enable Debug Assertions the build will not run at all as it halts very >very >early on. Debugger suggests the system is in up_idle(). >> Mostly this is caused by a "fault" somewhere down the line. >> Does it "print" ABCDE? Nope, nothing. It simp

RE: Assert and Debug issues

2021-05-13 Thread disruptivesolutionsnl
--> My reply 1) If I enable Debug Assertions the build will not run at all as it halts very very early on. Debugger suggests the system is in up_idle(). --> Mostly this is caused by a "fault" somewhere down the line. Does it "print" ABCDE? Did you enable "debug" in make menuconfig? 2) Any (valid

Assert and Debug issues

2021-05-13 Thread Tim
Further to my question relating to the CAN example crashing I have found that the issue is more generic. 1) If I enable Debug Assertions the build will not run at all as it halts very very early on. Debugger suggests the system is in up_idle(). 2) Any (valid and enabled) call for a debug info/war