• 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...
  • 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:...
  • 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...
  • 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...
  • USB IN Endpoint hangs
    Hello Forum, I am facing a problem while working on USB 2.0 loopback for CDC implementation. Host is writing 65536 bytes of data and then reading it back from device. Problem is that after certain...