Best practice for application architecture (user input, screen updating, file writing)
Hi, my application needs to handle CAN message input, Updating the screen through UART, constant buffered LOG file writing to MicroSD card. I was wondering what kind of flow I could use?For CAN messages I could use interrupts and update variables (th...