• How many interrupts does RTX can be handle at the same time?
    Hi All, I am using MCB2300 board(LPC2368). If RTX can handle interrupts from 4 UARTs,2 CAN Ports and 1 USB port(4 endpoints) simultaneously? I tried RTX interrupt handle ablity like this: keeps...
  • ERR_MEM_ALLOC after several sending TCP frame
    Hi, I use a LPC1778 with RTX and RL-TCP library. I am getting ERR_MEM_ALLOC error (sys_error()) after some tcp activity. The pc send a request of 16 bytes and the card responds with a data frame...
  • 87c591 CAN Remote Frame Requests
    Hi, I can find alot of documentation on generating remote frame requests on the 87c591 and sja1000 CAN interfaces , but can find no information on how to handle a request. All code that I have tried...
  • Network Middleware TCP timing
    Dear all, We've switched from the previous network middleware to version 7.0.0beta. In the new middleware two threads run (1x Core-Thread and 1x ETH-Thread) Now I want to send out TCP messages...
  • Can not run two threads at the same time?
    I have no issues running multiple thread instances but I can not run more then one thread at the same time, is that not possible? When the second thread starts, the code freezes. //thd 1 extern osThreadId...