I want to save about 32000 CAN messages in a file on an SD card and send them over the CAN bus. so it must be able to read the SD card and send the message one by one at the same time.
So I will:
read a message from a file on the CD card, send the message on the CAN bus, read a message from a file on the CD card, send the message to the CAN bus, this will be done about 32000 times
Is this possible or will this make a lot of disturbance on the SPI bus.
The connection I think I understand. I just have to have CS on 2 different pins. is that correct?
Thanks
