• UDP BSD Client
    Hi everyone. I'm trying to synchronize MCU internal clock with NTP server. My code is already running on some older projects. Now I need to migrate my code to RTX environment and BSD sockets. Below...
  • Problems with exemple LEDswitch
    I'm trying to use the example program from Keil "LEDswith" however when I compile the program the error appears: . \ Obj \ LEDswitch.axf: error: L6002U: Could not open file .. \ .. \ .. \ .. \ RV31...
  • TCPNet: closing connection
    I have allocated server-type TCP socket and put it into listen state: tcp_soc = tcp_get_socket(TCP_TYPE_SERVER, 0, 60, fun_TcpCallBack); if (tcp_soc != 0) { tcp_listen (tcp_soc,PORT); } ...
  • Error on closing Tcp connection
    Hello all, I'm using the RealView Realtime Libary V3.10 and the RTX-Kernel. I want to implement an embedded server application based on a MCB2300 Board. So I tried the tcp sockets from the Realtime...
  • Blinky exemple. Why error in core_cmFunc.h?
    Hello all I'm evaluating µVision4 for a project and have loaded the Blinky example. It compiles without errors or warnings. Build target 'STM32F103 Simulator' assembling startup_stm32f10x_md...