Skip to main content
HMogh
Visitor II
August 5, 2019
Solved

Does it exist any SPL library for stm32f7 or not? and how can I switch to stm32f7 without using HAL library?

  • August 5, 2019
  • 2 replies
  • 960 views

I have a project on stm32f4 with SPL library(standard peripheral library), so I want to switch to stm32f7 mcu and now i want to know is there any SPL library for stm32f7. i couldn't switch to hal library so is stm has any life time code for it or not?

This topic has been closed for replies.
Best answer by waclawek.jan

You can try to port SPL, or parts of it you are using, to the 'F7. People have don that.

ST's stance is, that Cube/LL is the replacement for SPL. There even was some SPL-to-LL convertor tool.

JW

2 replies

waclawek.jan
waclawek.janBest answer
Super User
August 5, 2019

You can try to port SPL, or parts of it you are using, to the 'F7. People have don that.

ST's stance is, that Cube/LL is the replacement for SPL. There even was some SPL-to-LL convertor tool.

JW

LMore.5
Associate II
July 14, 2021

Don't know if you're still looking:

There's an unofficial port based on the F4 SPL at https://gitlab.com/caesar-lab/stm32f7-legacy-library/-/tree/master/STM32F7xx_StdPeriph_Driver/src