Garrett
Garrett
I don’t recall if it worked or not, I believe it did not but I cannot remember the behavior when I tried the regular write. I will confirm and try...
Same behavior as original issue.
Doing a malloc for the size of the message structure seemed to get the program to at least reset… however no change in behavior as far as proper functioning.
So I think I figured this out. Using your FlexCAN_T4 object as an extern in a different C file creates allll sorts of issues. I moved everything into one file...
Should also note, using a pointer instead of extern also created the same issues.