• Debugger Influence on SRAM on Reset
    I am porting legacy code from an LPC2103 to a LPC1765 and have encountered an issue for which I cannot find any documentation for (from Keil or NXP). It seems the previous developer used SRAM on...
  • MCB2300 TCPnet application with RTX not working
    Hi ! I'am compiling a TCP application based on the http demo. My problem is that the application is not responding to ARP request, as it if was dead. Indeed, I've put a led toggle in timer_task and...
  • Overriding RTX scheduling policy
    Hello, Let me start with what I am trying to do: I want to launch a couple of RTX tasks and to force each task to execute for a constant amount of time, after which the scheduler will select another...
  • 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...