• BSD recv() with RTX
    I am trying to understand the recv(),  it is stated that: " In blocking mode, which is enabled if the system detects RTX environment, this functions waits for received data. The argument buf is a pointer...
  • TCPNet: problem with recv() and recvfrom()
    Hello all! I'm trying to write simple SNTP client with BSD sockets. I wrote such code: #include "LPC23xx.h" #include "uart.h" #include "RTL.h" #include "main.h" #include <Net_Config.h> //-----...
  • BSD recv() function with RTX
    I am trying to understand the recv(), it is stated that: " In blocking mode, which is enabled if the system detects RTX environment, this functions waits for received data. The argument buf is a...
  • default off and on-chip RAM areas
    Hi Forum I'm using a LPC2478 with 8 MB external RAM. In the project option I have reserved the off-chip area RAM1 to be the framebuffer. Off-chip RAM2 area is the rest of the external RAM. This...
  • Network Component Version 7.3
    Hi I can run the HTTP Server from Network version 6.6 and it's working fine here is the code for version 6.6 int main (void) { osKernelInitialize (); // initialize CMSIS-RTOS // initialize...