IAP for STM32L011
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-08-05 4:44 AM
Hello,
Is it possible to have in-application-programming (IAP) on STM32L011F4? I can see the IAP example listed under STM32L073Z-EVAL but I am not able to build for STM32L011K4. Just to give an example: macro OB_BOOT_BANK1 is defined only when setting STM32L07 but it's used in flash_if.c file. And there are a few other errors.
Has anyone made an IAP example project for STM32L011?
Many thanks in advance.
- Labels:
-
Flash
-
STM32L0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-08-05 8:36 AM
The L011 is going to have a smaller foot-print, and you're going to have to think about how the loader functions, and if you need to stage the firmware somewhere.
As I recall it has 128 x 128-byte pages/sectors
Perhaps review the FLASH examples for the IC
STM32Cube_FW_L0_V1.11.0\Projects\NUCLEO-L011K4\Examples\FLASH\FLASH_EraseProgram
Up vote any posts that you find helpful, it shows what's working..
