What is lighter on the processor? SPI with DMA or parallel data transmission to a TFT display?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-29 2: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
Labels:
- Labels:
-
LCD-LTDC
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
