• 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...
  • Works in JTAG mode but Normal mode fail to run
    Hi, Though it is not my first LPC2148 based project, this time im encountering a strange problem, I found my hardware is able get flashed through JTAG successfully, but fail to execute. I tried...