• Debugging issue
    I am writing a code for lpc2148. There is no error in my code, neither is keil showing any. But when i press the debugging button, the debugging screen opens but the keil starts execution even without...
  • Debugging memory issues ARM7, Keil µVision 4
    I am having some issues trying to debug what appear to be some very strange behaviors. For example, we have: static const char * LOG_FORMAT = "0x%02x,%.5f," ; and the pointer changes for no obvious...
  • Issue with dll adding in Debug
    Hi, I have an issue concerning a dll, not recognized when I use the debug session. Here is the recap of the issue : I use the version 5.21a (and cannot upgrade my version, work restriction)and will...
  • Debug issues and delay function
    Hi everyone, great forum! had a question about debugging and timer interrupt. Delay function delay(unsigned int msec) assumes 12Mhz clock, and 2 timer interrupts/msec, so it waits for timer interrupt...
  • Difficulty debugging ISR issue.
    I am using the MCBSTM32 evaluation board. I started with the "blinky" project. I wanted to change it so that I could DMA a block of data from the ADC to memory. OK, I did that and it worked fine...