• 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...
  • 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 , zero_init issues
    Hi, I need to define some variables which will not be initialized at start up. I am defining the following: 1. In the code: var1 __attribute__( ( section( "NoInit"),zero_init) ); 2. In the ...
  • 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...
  • 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...