Thank you both for your quick responses.
I have tried the suggestions in the reply from bravo685 without any success.
I think that as CollinK has explained extremely well in his answer, the problem is that I'm asking too much of the CAN bus.
I...
Hello,
I am transmitting a file over CAN to BusMaster, but if the time between frames in the attached sketch is reduced to lower than 150Us the data is not received correctly.
Is there any way to increase the throughput of the CAN...
Hello,
Thank you for your sketch, which I really appreciate.
I have tested it and changed it as attached so that every 4 CAN messages the data is stored to the SD card. A close command would then be sent over CAN at the end of the test so...
Thank you for your prompt replies.
I have tried to use the code from TeensySdioLogger in the attached sketch, but am having some trouble to get it to work. The data doesn't seem to be saved in the file correctly and I was wondering if you could...
Hello All,
I am logging CAN messages and storing them on an SD card in the BusMaster format shown below. We log approximately 1Gbyte of data in an hour.
10:04:34:4234 Rx 1 0x0c060000 x 8 00 09 00 11 30 95 58 45
The data is stored every 4K, or...
Thanks for your reply, but after implementing your suggestions it still doesn't link. I get the following
In file included from /home/raygray/.arduino15/packages/teensy/hardware/avr/1.59.0/libraries/FlexCAN_T4/FlexCAN_T4.h:34...
Hello,
I am getting the error mentioned in the title when I compile and link my code, which is shown below.
================================== sketch.ino ==================================
void setup() {
// put your setup code here, to...