Collin Kidder
Collin Kidder
It seems it should be possible. It appears that the CAN bus clock is set to 16MHz and 16Mhz / 47619 = 336.0003 which is close enough to 336 for...
I just added support for generating arbitrary baud rates to my fork at https://github.com/collin80/FlexCAN_Library which is a fork of a fork of this library. So, you can use mine or...
Butting in as I'm soon to want to push some commits so I'm looking at this code. The efficiency is meaningless as the difference will be on the order of...
I assume you installed SDL2 and you know the headers are in /usr/include/SDL2? Well, in that case you want your include directory to be /usr/include because the #include line shows...
My attempts at testing CANDevStudio ground to a halt because of this. I compiled CDS myself from the master branch pulled just a short while ago. I'm running Ubuntu 20.04....
I have successfully captured the contents of the eMMC with the pinout you posted. I also broke the pad off the board at the CLK signal. It's pretty fragile and...
I didn't put the SOC into reset but you should. You see, one time I had both the Intel SOC and my reader running at the same time then I...
It was 1 bit SPI. I took a microSD to full size SD adapter and ripped the top off of it. Then I soldered wires to the little fingers that...
Update both can_common and this library. The newest versions of each don't duplicate definitions. You will then have to make sure there aren't any old copies lying around that the...
The underlying hardware for the Teensy 4/4.1/Micromod supports 3 CAN buses, not two. Also, the third hardware bus is CAN-FD capable. It seems that currently your HAL doesn't have any...