• SRAM NoInit LPC Realview
    Hi @all In my LPC-2119 project I need few bytes of internal SRAM which are NOT initialised at boot time. I added in uv3 - Options for target - Target - Read/Write Memory Areas two areas of RAM...
  • 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...
  • Keil Real View Debugger -ulink2
    1)Unit can be configured with Target Board (ADUCM360) and shows the Target Serial No and we can set the clock frequency. Set to 1MHZ to test Normal 10Mhz 2)Upon load 1st time we are getting Error...
  • 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...
  • RE: Fiq in Real View
    Hi Recently I updated MDK-3.4 evolution version . I simulated the keil CARM example “EX11-InterruptFIQ†in both versions 2.4 and 3.4 and its fine. Then implemented Fiq interrupt in my program...