• Code goes to STARTUP.A51 from main routine.
    Dear Sir, I am using 8051 chip from teridian and keil C51.My project is getting compiled.But issue is whenever i go for debugging(with single step in uvision ) after 1/2 steps it goes to startup...
  • Code goes to STARTUP.A51 from main routine.
    Dear Sir, I am using 8051 chip from teridian and keil C51.My project is getting compiled.But issue is whenever i go for debugging(with single step in uvision ) after 1/2 steps it goes to startup...
  • Pre-Fetch Abort before main execution using ARTX and CARM with LCP2129
    I get a pre-fetch abort almost every time I try to run my application, before running main(), if I use an ARTX function. During my tests I discovered that if I get a especific value on R0 the application...
  • Pre-Fetch Abort before main execution using ARTX and CARM with LCP2129
    I get a pre-fetch abort almost every time I try to run my application, before running main(), if I use an ARTX function. During my tests I discovered that if I get a especific value on R0 the application...
  • Code for reset/init before main()....uVision Simulator...
    I have Keil uVision 4.0 am using the ATMEL AT91SAM9G20 device. I am trying to run in simulator to debug some code. The reset vector is set to 0x0 and my 'main()' code is located @ 0x100000 (default...