Search results

  1. M

    FlexCAN_T4 - FlexCAN for Teensy 4

    Thanks for the tips. I checked my UNO code and the reason it works in the correct sequenced order is because I had a check in their waiting for the frame to hit the buffer before processing. As suggested for testing purposes I had to add a 30ms delay on each sensor request which fixed the...
  2. M

    FlexCAN_T4 - FlexCAN for Teensy 4

    Howdy, In the process of porting my code tested on a UNO coded for polling to a teensy 4.0 using FIFO with interrupts. Everything connects, writes, and reads fine however the frames are not ordered as seen in the logs below. I'm expecting Oil and Coolant temp to be cycled in order. I’m using UDS...
Back
Top