User Activity

Hej Folks :DI am currently sending a bunch of data with my STM32H7 via FDCAN in standard format with a standard ID. At about. 1Mbit / s. I'm doing that by pushing at 100Hz quickly 4 64-bit CAN messages into the TxFiFo.I receive the data with my Raspb...
Thats a question that has bothered me for a while. When receiving FDCAN messages, I can specify a watermark on how many bytes the interrupt triggers.How exactly does it work?If I have a message of 8 bytes and I set the watermark to 1 byte, does the i...
Hey folks. My question up there is probably a bit vague.I'll try to formulate it more precisely and what I've done so far.So first of all, I don't use RTOS.I have a few data mapping and sending functions in my main loop. Actually, I should also put M...