• uVision 5.14 - 'Close All But...' prompts to save changes in the tab not closed!
    Using the 'Close All But This' option will prompt to save any changes in the file not being closed! Harmless, I suppose, but caused a little chuckle
  • Using "save all" or closing a multiproject workspace very slow
    I have a Multiproject workspace with about 100 projects. When i push "save all" or close the workspace, Keil takes 10 minutes to finish the operation Also the openig operation is slow and it depends...
  • TCP closing problem
    Hi I'm using AT91sam7x512 with DP83848 for Ethernet connection and in my project device is set as host, and every thing is OK except TCP closed detection. I've used tcp_get_state() to determine...
  • 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...
  • 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); } ...