Implementation advice, DMA speed on UART and SDIO writing
I have two DMA streams running on my code for passing a CAN message buffer in memory to writing onto an SD card(tx/rx). I'm planning of using UART or SPI to retrieve a GPS unix-time stamp (module), my question is what should I be concerned for in usi...