Minimizing microcontroller code size
Tuesday, May 23rd, 2006Reducing microcontroller code size isn’t ease task, but what if you want resulting code to fit your available memory… Minimizing microcontroller code size can be done in two ways: Firs is using compilers optimization feature by code size. This optimization is very dangerous. Your optimized code may not work as supposed to because compiler may [...]
