Hackaday (unofficial) July 26, 2022 12:00pm ORBTrace Effort: Open Tool For Professional Debugging #arm #softwaredevelopment #armcortexm #cortexm #debugger #debugging #debuggingtools #incircuitdebugger #paralleltrace #swo #swotrace #hackaday posted by pod_feeder_v2 ORBTrace Effort: Open Tool For Professional Debugging There are some fairly powerful debugging facilities available on today’s microcontrollers — if your code crashes mysteriously, chances are, there’s a debugging interface that coul…
Hackaday (unofficial) May 25, 2022 6:00pm SWO: An ARM Printf by Any Other Name #hackadaycolumns #microcontrollers #arm #stm32 #swo #hackaday posted by pod_feeder_v2 SWO: An ARM Printf By Any Other Name I’ll confess. Although printf-style debugging has a bad rep, I find myself turning to it on occasion. Sure, printf is expensive and brings in a lot of code, but if you have the space and time…