Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.91 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.91 KB

STM32L432_FlashMaster

Build Status CodeQL Issues MIT License

STM32L432_FlashMaster is a baremetal project that uses the STM32L432KC microcontroller. Its purpose is to communicate with the IS25LP128F flash chip through SPI.

Devices Used

  • STM32L432KC: NUCLEO-STM32L432KC Development Board.
  • IS25LP128F : Serial Flash Memory.
  • SerLCD : SparkFun 20x4 SerLCD

Project Goals

TBD

Getting Started

Setup & Communication Protocols

  1. Connect the IS25LP128F flash memory to the NUCLEO-STM32L432KC using SPI (PA5, PA6, PA7).
  2. Connect the SerLCD to the NUCLEO-STM32L432KC using I2C (PB6, PB7).
  3. Program the NUCLEO-STM32L432KC using an ST-Link or J-Link programmer.