cancel
Showing results for 
Search instead for 
Did you mean: 

non-HAL code for STM32F427

umamahesh
Associate II
Posted on July 28, 2014 at 12:28

Hi All,

Does anyone have non-HAL firmware code dump for STM32F427 or STM32F4xx series controller for doing low level verification. Please share the zip file or link if anyone have it.

Thanks in advance.

#dfu #stm32 #firmware #linux
3 REPLIES 3
Posted on July 28, 2014 at 13:46

There's the DSP (Firmware) Library, or you can write registers directly yourself by reviewing and using the Reference Manual for the part.

http://www.st.com/web/en/catalog/tools/PF257901

I don't recall there being a self-test / validation library. Perhaps you should call you local ST rep or FAE.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
umamahesh
Associate II
Posted on July 28, 2014 at 15:53

Hi Clive,

Thanks for the reply. I am using cube already, but it generates code with HAL functions. I need low level implementation of STM32 peripherals without HAL code.

Posted on July 28, 2014 at 17:00

No the RED DOWNLOAD button at the bottom of the page is for the original firmware library code, not HAL/CUBE

It is still an abstraction layer, if you want bare metal access to the peripherals you're going to have to learn how to code at the register level, and use the Reference Manual to help you understand them at a bit level.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..