printf_debug

Printf debug and Semihosting on LPC

This time, I would like to introduce tips and settings about printf debug as a handy method for debugging. Printf debug is the debug using the printf() function, and whether variables are expected values, code execution, conditional branching, etc. are working properly, or not. And, It helps to visualize the log of the code execution etc. as a dynamic state of the code to output to a standard output (display etc) for debug.

Read more
So easy to execute function from RAM

Sooo easy! Just 1 magical word !
To execute a function from RAM using IAR EWARM.

Haven’t you ever experienced that your system was not enough performance? I have often had such situation. If you select MCU with even higher performance, the cost of the system will increase and the sky is the limit.

Read more