• previously posted RTX-CAN problem?
    hello, i want to use CAN with RTX51, however when I compile my program it says: can't find can_task.obj This file isn't included with RTX51. My question: Which files do I need to get my program to...
  • previously posted RTX-CAN problem?
    hello, i want to use CAN with RTX51. Is there anyone who tried this before?
  • IAP data not being written
    I am trying to write data to the ROM using IAP. I check the return codes for both the prep for write and the copy to RAM functions and they are telling me command_success but when I copy the data back...
  • RL-TcpNet - client application receiving same data bytes that was sent previously
    Hi, I am using my MCU as a client application (i.e. active open). The problem is, each time I attempt to send data, the callback function always return TCP_EVT_DATA event and I received the same...
  • ISR how it is written
    Hi all How ISR interrupt service routine is written in C ? In an ARM based micro micro, all is said in the app note is the phisical address that the PC will jump to in case of interrupt So how...