STM32H7 SPI low level driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-10-31 4:39 AM
I am trying to run the SPI peripheral on STM32H757 using low level drivers but no luck at all. The STM32cube H7 package contains example for controllers which has no FiFO, . Thus the examples cant be directly use. Also i have cherry picked quite alot but it doesnt work. Can any body give an example?
- Labels:
-
SPI
-
STM32Cube MCU Packages
-
STM32H7 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-11-10 6:59 AM
Hello @JTari.1,
I suggest getting started with the template provided in the firmware based on low level driver for STM32H743 Eval board then porting it through STM32CubeMX.
After that you can refer to the example provided on how to use a DMA to transfer a word data buffer from Flash memory to embedded SRAM with FIFO mode enabled through the HAL driver so you can adapt it to LL driver.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
