Hello I'm going back to my project after some time and for some reason there is a delay of 7 seconds that happens for some reason.
What happens the MC runs fine, this can be indicated by the internal led i have setup to blink, but when I send...
I didn’t think the BusComLib.h or util.h files were important to mention since they’re just header files. I also forgot to mention that utils.cpp contains only my custom implementation of memset().
The reason I wrote my own version of memset()...
Hi everyone,
I'm working on a computer project designed to run on embedded devices. The main board I'm using for everything is the Teensy 4.0.
I’ve created a class to handle the bus communication I’m setting up between all the devices. In this...