• udp_get_socket listener function
    I have been using TCPnet for ST10 but I imagine my question applies cross-platform. The documentation for udp_get_socket specifies that a user-defined listener callback should be registered as below...
  • Keil TCPnet error "Map_Socket, No Listen Socket found"
    Hi, I'm running Keil TCPnet on a STM32F4 device via PPP. I'm getting the error message "TCP-ERR:Map_Socket, No Listen Socket found" occassionally. Has anyone seen it, and does anyone know what it means...
  • RL-ARM: Allocation then release of listening socket
    I am trying to produce a module for providing a listening socket. One requirement of this module is to release the socket when it is no longer required. So the code does something like this:...
  • after implementing bootloader, main application hangs on HAL_Delay()
    Hi, My bootloader does its job of jumping to a desired location where the main application file is residing. some part of main application works , But for some reason the main application hangs at...
  • second USB CDC hangs
    Greetings, From the sample program provided by Keil, and through the use of various websites especially http://www.keil.com/forum/15274/ I've created a program that is able to sniff out data from...