@jmlima44 mine works like this:
#include <FlexCAN_T4.h>
CAN_message_t can_fwd_car;
FlexCAN_T4<CAN2, RX_SIZE_32, TX_SIZE_32> can_master;
void setup() {
// put your setup code here, to run once:
...
Dear all,
it seems the callback does not fire in my test sketch.
The aim of the sketch is to be able to copy last function name into DMAMEM arrays to see in which function did the WDT fired.
The code is self...