• Delayed Ack Issue in Using RL-TCPnet on ARM7
    Hi. I am using RL-TCPnet on Arm 7 LPC2468, and trying to set Arm7 as a server in TCP communications. TcpRxTx::socket_tcp = tcp_get_socket (TCP_TYPE_SERVER, 0, 10, TcpRxTx::tcp_callback); ...
  • Must build restricted module to get around bug - ?
    I am using the Cypress EZUSB system with the Keil compiler(compiler 6.10, linker 4.03). When trying to debug the ISOSTRM sample app, I got the infamous 'MONITOR ERROR 22:NO CODE MEMORY AT ADDRESS 0045H...
  • ACK, SOH , STX ascii format
    Private Function negotiate() As String Dim nego As String = Chr(6) + Chr(48) + Chr(53) + Chr(49) + Chr(13) + Chr(10) sp1.Output(nego) End Function THIS IS A vb FUCTION,i need to send this string...
  • LPC2361 USB Device code - not getting status stage ACK
    Hi, I am writing firmware for LPC2361 USB device controller by using LPC23xx keil sample code. In Control transfer, Get Descriptor request, my output looks like, SETUP TOKEN + 8 BYTES DATA...
  • UVision5 editor TABs move around
    I have only recently started using uVision5 but one thing I have noticed is that the window edit tabs seem to randomly move around and I can see no obvious way to manually arrange them - on other editors...