Skip to content

A simple solution to manage flash layouts on (currently) STM32 devices

License

Notifications You must be signed in to change notification settings

mkonnov/stm32_flash_partitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm32-flash-partitions

#WHAT A simple solution for STM32 flash management.

#WHY Imagine you have a bootloader area, firmware(s) and settings ones. Dealing with a flash adresses directly starts to be hurtable and you always need to keep in mind all areas addresses lengths (ok, you can note it in comments, but this is not why we're here, right ?).

So using this simple solution will keep you from direct partition addresses, lengths and make you focus on more important tasks.

#TODO

Kill warnings

Get rid of X-macros and initialize partitions by names, start addresses etc. at init stage

Make it more generic and platform-indepentent.

About

A simple solution to manage flash layouts on (currently) STM32 devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages