2020-09-29 02:53 PM
The task is to print measured data from sensors and actuators on a display.
The display of the data should not interfear with the high frequency measurement or the overal processor tasks.
STM32F4
2020-09-30 12:00 AM
As SPI is generally slower and both can use DMA, SPI is "lighter", but the refresh rate may be not satisfactory. Depends on the details. Build a prototype (perhaps using a Disco or Nucleo or any other suitable devboard) and try.
JW