Search results

  1. P

    FlexCAN_T4 - FlexCAN for Teensy 4

    It works! Thank you so much, really appreciate your help!
  2. P

    FlexCAN_T4 - FlexCAN for Teensy 4

    I see! Thanks for the advice! I will try this tomorrow in the morning and let you know. Best Regards
  3. P

    FlexCAN_T4 - FlexCAN for Teensy 4

    Sorry for positng it on multiple places. Lets follow the discussion here. Thank you for your reply. I put the "Can2.setMB(MB5, RX, EXT);" Before the filter. mailboxStatus says that the MB is full. But my callback isnt triggered by the interrupt. MB5 code: RX_FULL void callback6(const...
  4. P

    FlexCAN_T4 - FlexCAN for Teensy 4

    Hello, I have issues receiving extended frames, not sure what the issue is. I have no problem receving or sending STD frames. No probelm to send EXT either. My setup is like bellow. Can2.enableMBInterrupts(); Can2.setMBFilter(REJECT_ALL); Can2.onReceive(MB0, callback1); Can2.setMBFilter(MB0...
Back
Top