Lcd; Microsd - ST Nucleo STM32F302R8 User Manual

Table of Contents

Advertisement

UM1784
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.
DocID026524 Rev 2
Demonstration firmware package
11/18
17

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Nucleo STM32F302R8 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Nucleo stm32f303reNucleo stm32f334r8

Table of Contents