• tcp_send function acting weird
    Hello, I use TCPNet for my ethernet connection. I have a buffer wich I pass through via the function tcp_send, when I change the values of this buffer right after I called the function, then I receive...
  • tcp_send failes to second time
    as said - second call to tcp_send fails. Other side is pretty standard MFC app, so I don't expect problem to be there.... init_TcpNet (); _tcp_soc = tcp_get_socket (TCP_TYPE_SERVER, 0, 30, tcp_callback...
  • Shall the tcp_send function be used on the TCP server?
    Now I'm using RL-TCPnet on an embedded controller which acts as the TCP server. The server returns back different messages according to different messages sent by different clients. To return back the...
  • Assembler function executing bug?
    Hi, - assembler function - C-function - assembler function __asm void MyAsmFunc1(void) { //do some assembler code } void vMyCFunc1(void) { //do something } void vMyCFunc2(void) { //do something...
  • Are these bugs?
    We are using STM32F101 (100 Pins) microprocessor in a project. The version of uVision is 3.60. In our application, I try to use the Encoder Mode of TIM3. And TIM3_CH1 and TIM3_CH2 have to be remapped...