EasyManua.ls Logo

ST Nucleo STM32F302R8 - Lcd; Microsd

ST Nucleo STM32F302R8
18 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
DocID026524 Rev 2 11/18
UM1784 Demonstration firmware package
17
3.2.2 LCD
The LCD available on the Adafruit 1.8" TFT shield uses 4-wire SPI to communicate with the
STM32F3 chip (Digital I/O pins 13, 11, 10 and 8) and has its own pixel-addressable frame
buffer to display text, shapes, lines, pixels, etc.
The SPI peripheral is configured within the stm32f3xx_nucleo.c/.h driver which contains
also the SPI bus link mechanism and IO operations.
The LCD is controlled by a dedicated BSP LCD driver stm32_adafruit_lcd.c/.h which uses
the st7735 component that exports in a generic way the LCD IO operations needed for its
process.
3.2.3 MicroSD
The microSD slot available on the Adafruit 1.8" TFT shield uses 4-wire SPI to communicate
with the STM32F3 chip (Digital I/O pins 13, 12, 11 and 4).
The SPI peripheral is configured within the stm32f3xx_nucleo.c/.h driver which contains
also the SPI bus link mechanism and IO operations.
The microSD is controlled by a dedicated BSP SD driver stm32_adafruit_sd.c/.h which
exports in a generic way the SD IO operations needed for its process.

Related product manuals