Hi, I want to avoid the CALL \ RET overhead of a certain function which is called only once in my program.
I understand the uVision compiler does not support the inline keyword (http://www.keil.com/support/docs/1755.htm), and I should use macros instead. The problem is that uVision cannot step into macros when debugging.
Is there any good solution for this problem?
The problem is that uVision cannot step into macros when debugging. Is there any good solution for this problem? sure, insert the code in the source instead of making it a macro. Sometimes you can not see the forest for the trees.
Erik