• RTL-TCPNET?
    how to create a tcp application using RL-ARM(tcpnet) without http server?
  • ping from MCB2300 with RTL TcpNet
    Hi, I would need to ping from the MCB2300 to a fixed IP address. I would like to know how to implement this in MCB2300 using the RTL TcpNet library. Please provide some answers on how I can go...
  • Seems to be a bug...
    Hello all, while checking the code given here. www.maxim-ic.com/.../3524 I found that Keil compiler is not generating the correct code required for the following commands in C spiTmp = spiData...
  • Are mutexes in RTL-RTX volatile ?
    Hello, I am using mutexes in my project in order to protect resources shared among tasks. The shared resources are volatile (of course), but I cannot declare the mutex volatile (if I did so,...
  • RTL function disables jtag
    I am trying to use RTL for the tcp communication part on the lpc2368 project. The stack ran ok on the lpc2378, but on 2368 it appears that the function Init_Tcpnet() somehow disables a jtag. After this...