Resolved! How to optimize SDIO writing with incoming CAN messages in sync?
Hello everyone, I've made a code within my STM32f405 MCU that writes SD 4 bits wide bus onto an SD card. I'm making a program where "HAL_CAN_RxFifo0MsgPendingCallback" fills a "uint32_t dataCANID[14339]" array and increments a counter. This counter v...