• Maximum Code size for LCP2294
    Hi, I am using the Phytec phyCORE LCP2294 board and I want to know what the maximum allowed code size for this board is. I have a complex algorithm that runs fine but when I add some more code to...
  • maximum image size
    I am trying to build target for my ethernet interfacing program. .\STM324xG_EVAL\STM324xG_EVAL.axf: error: L6047U: The size of this image (38800 bytes) exceeds the maximum allowed for this version...
  • Which socket TCP or BSD
    Hello, I am a bit confused as to which API I should use for communication with PC running Win7. Seems like the TCP api is more event driven whereas the BSD is the classic implementation. Does the...
  • TCP socket stuck in ListenState
    Hello, In my application I'm creating 2 TCP sockets on 2 ports. Both are placed in Listen mode (Server mode) When an active open is received on one of the ports data is send to this port. tcp_get_state...
  • Webserver and TCP Socket - TCPNET
    Hello There, I am trying to implement the webserver and TCP socket implementation in a single solution. I hope that both can co-exist (built using TCPNet module). Has anyone done similar implementation...