• c-file befor startup code
    How can I run a c-file bevor the usual startup code? Which changes do I have to made in the startup code? I'm working with the lpc2214. thanks in advance JChris
  • 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...
  • SRAM
    Hello. I wanna use SRAM to make more free space for my variables (including vector), I cannot understand how can I do this. It seems to be in Project Options -> Target -> Read/Write Memory Areas...
  • sram
    which datas will store in onchip sram..... please help me
  • ARM7: Filling Internal RAM of the processor
    Hi, I wish to access & modify the contents of the internal RAM of the ARM7. How do I do that. I know that in the assembly file, there is a define statement for the starting of the RAM. But how do...