• 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...
  • 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() 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...
  • Detect selected device in uvision
    Hi. I'm implementing some libraries for different STM32F4xx devices, and I want to know exactly, which device is currently used, so I can do different preprocessor stuff. Exactly, I'm working...
  • Meaning of The Break Detect Function
    Hi, I am trying to understand what is the importance of the "Break Detect" function when programming a microcontroller. Can some one tell me what it is useful for. here is a copy of it ********...