Posted on May 17, 2011 at 13:37Hi, you are right, it now jumps to the correct code :D . Thanks, Richard [ This message was edited by: richard.knoop on 12-01-2010 10:07 ]
Posted on May 17, 2011 at 13:37Hi, I am trying to call a function on fixed address, but it ends in the MemManage_handler, when calling my function pointer I am using the Keil compiler and a STM32F107. My code is: Code: <BR>void (*uaMain)(void); <BR>...