• Remote frame broadcast
    when we send message to node that node will give response either positive or negative but when we send Remote frame to node that node will send the response for the remote frame or it will ignore it...
  • Feature request: Simulate CAN REMOTE FRAME with DLC not equal to 0
    The debug functions in debug.ini: FUNC void sendMessage3(void) { CAN0ID = 0x0321; CAN0L = 6; CAN0IN = 3; } FUNC void sendMessage6(void) { CAN0ID = 0x07654321; CAN0L = 6; CAN0IN = 4; } define...
  • STM32F427 uVision5 Remote Request
    I have downloaded CAN bus code using ST CubeMX to run in uVision5. I am using PCAN View to read the CAN bus Data but only receive 'REMOTE REQUEST' in the data. I can re-compiled in an alternative Compiler...
  • remote upgrade = library problem
    I want to realize a remote upgrade, but in order to read the new code, i need a library (in LIB_CODE segment) of the compiler. The fact is that the content of this library changes when we add some code...
  • Wireless remote control car
    We are tryin to make a wireless remote controlled car. the components we are using are: AT89C51RD2 ULN2003 Bipolar stepper motor RF TX-RX 433 MHz HT12E encoder HT12D decoder We are trying to...