• STR9 -NOINIT- Variable on powerup or reset
    Hi, Does any body know how to make a variable non initialize to zero on RESET or powerup with Battery backup. I tried declaring memory bank IRAM1 - as NOINIT and scatter file loading (select...
  • NOINIT in Keil Real View Compiler
    Hi, I'm using Keil uVision 3 IDE and ARM Real View Compiler. I want not to initialize some variables (some unions, structures, etc). I tried out with the compiler directive "#pragma NOINIT", but with...
  • C51 RAM Segments Init and NoInit
    Greetings! I have an old product which needs a tune up. It's build with an old C51 UV3 compiler and has battery backed up RAM. I need to segment the battery backed up XDATA into zero initialized and...
  • Lpc 1343 Sram
    Hi I am working in project that need 64 kbyte sram. Can I connect Lpc1343 to external Ram?
  • Realview MDK Simulator Debugger Error for LPC
    I am facing problems while simulating/debugging my code written for LPC23xx. When I access the FIQ I get an error (error writing to address xxxxxx) and the program controls go to data abort interrupt...