• STM32 Locked Flash Download failed - "Cortex-M3"
    I Have added FLASH_Unlock(); FLASH_ReadOutProtection(ENABLE); FLASH_Lock(); to my code and unfortunately it has locked my micro-controller. I use Manage Enviroment run time window to add "Flash...
  • MON166 fails to step
    Hello, I recently updated µVision3 to 3.62c and PK166 6.14. When I start to debug my project the program is loaded correctly, but if I step the first instruction (JMPS 0x80200) in the startup file...
  • Cannot Enter Interrupt during step by step debug mode
    Hello community, I have a homemade AT91SAM7x256 board and I´m using a Atmel SAM-ICE Degubber. When I start to debug my device with "run", the programm normaly enter the external Interrupt. But when...
  • Computer Lock Up when uV4.exe is started
    Sometimes when I call Keil uV4.exe to compile my code from SlickEdit the process never completes. The small Build Output Window never appears, but the Task Manager shows that uV4.exe is running and consuming...
  • about Keil MDK "step-out" in debug mode
    Hi I use ULINK2 to debug S3C2440. I notice that the start-up code provided by Keil S3C2440.s, it change the cpu mode one by one to setup the stack, and finally enter the user mode then jump to the...