• EINT0 behavior at powerup lpc2387
    background: on a lpc2387 processor, we have a push button on EINT0 and when active the switch grounds the EINT0 p53 low. problem: if the push button is held down at at the time the processor is...
  • EINT0 behavior at powerup lpc2387
    background: on a lpc2387 processor, we have a push button on EINT0 and when active the switch grounds the EINT0 p53 low. problem: if the push button is held down at at the time the processor is...
  • 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...