Posted on May 17, 2011 at 13:23I don't understand why i have to change back to another target board, nor why I have to debug code that runs perfectly on my target board in Ram mode? All I change is Pogram mode from RAM to FlASH, no more no less in t...
Posted on May 17, 2011 at 13:23Well it doesn't even debug in Flash mode. I can set a breakpoint, select debug start, it downloads the code, but it doesn't start with a breakpoint on the main entry like it does in RAM mode,the breakpoint I set never ...
Posted on May 17, 2011 at 13:23I can get the code to work from flash if I disable big parts of it. for example this function: void PT_ProcessPressure(void) {double dSensorTemp; double ddT; double dOFF; double dSENS; double dSensorPressure; doub...
Posted on May 17, 2011 at 13:23''the flash will need to be configured before changing clock settings.'' I don't really know what you mean by this. Are you referring to the STARTUP section in the Linker Options? That is still set to default startup. ...
Posted on May 17, 2011 at 13:23The program compiles in RAM mode without warnings or errors. If I start debug, the programs works, serial communication with PC, SPI communication with Sensors, ... I set the Processor Boot Mode in Settings window to F...