• 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...
  • 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...
  • 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...
  • 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...
  • 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...