• Application won't start
    Hi, I'm trying to port and older RTX project which uses external SDRAM. But before it gets to main() I'm getting an Undef_handler error. When I single step I find that the error occurs at a specific...
  • simulator starts always in supervisor mode
    Why does the programm always run in the supervisor mode if I use the simulator? If I use the Ulink2 to debug then the programm runs in user mode. Moreover I don't understand why the programm don...
  • Start up code for lpc2378
    I am having an olimex board LPC-2378STK (link to the site where information about the board is : www.olimex.com/.../index.html ). I have a start up code LPC2300.s which the keil uvision generated. But...
  • Keil Uvision always starts up minimized
    I'm using Keil eval software from a VB program to download program into ADuC7026 through the Ulink. In the program I use the UV3 -F to open UV3, download the flash and then exit the program and continue...
  • watchdog won't reset
    Hello, I want to do a reset using a watchdog but it's not resetting. I do not have any other watchdog code in my project. I am using SAM7x256. I am using this code: AT91C_BASE_WDTC->WDTC_WDMR...