mcuoneclipse.com
Finding Memory Bugs with Google Address Sanitizer (ASAN) on Microcontrollers
Dangling pointers and memory corruption problems are nasty issues for any developer, and usually hard to find and locate in the code. Luckily Google has developed an open source tool to solve such …