• UNINIT section gets initialized
    Hello, I am trying to define an RAM area that should not be initialized by the C library init function. I found an old thread about that ( http://www.keil.com/forum/11937/ ) but the proposed solution...
  • UNINIT section gets initialized
    Hello, We're writing software for a device where we need a bootloader-application system. We wan't to share some data between the bootloader and the application. This is done by creating a struct...
  • UNINIT section gets initialized
    Hi All, I need to prevent initializacion of one variable. I readed the Keil documentation and this other old thread " http://www.keil.com/forum/11937/" but the variable stills initialized. This...
  • how to get memory slot not zeroed
    I see options for target default start size Noinit 0x20000000 0x200 V 0x20000200 0xffff v and still a variable @ 0x20001348 zeroes out on reset/run Erik what then is the meaning of...
  • TCP packet filled with 'U'
    Hi, I'm trying the RL-ARM TCP/IP stack on a ARM7 LPC2478-STK board from Olimex. int main() { U8 rem_ip[4] = {192,168,1,81}; U8 tcp_soc; uart0_init(); timer_init(); init_TcpNet(); tcp_soc...