Skip to main content
ABenz.11
Associate II
September 29, 2020
Question

What is lighter on the processor? SPI with DMA or parallel data transmission to a TFT display?

  • September 29, 2020
  • 1 reply
  • 691 views

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

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
September 30, 2020

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