• 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...
  • 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...
  • Control endpoint with 8-byte packet buffer
    Hello, I've been working with the STR912FW44 for a while implementing a composite device providing a Virtual COM Port, flash-disk emulation and an own 1:1 communication channel. My problem is...
  • Control endpoint with 8-byte packet buffer
    Hello, I've been working with the STR912FW44 for a while implementing a composite device providing a Virtual COM Port, flash-disk emulation and an own 1:1 communication channel. My problem is...
  • Linker : crc computing and filling unused bytes with a specific value
    Hi, I wrote a perl program which calculates the CRC32 checksum of my .hex generated file (previously converted to binary of course). So I should just have to write it back to my .hex file at a fixed...