2021-12-06 05:38 AM
Hi, I have a simple code running on STM32L0 MCUs. I will need to change some data on their firmware on each board depending on some analog properties of another component.
There is a practical way to program a portion of memory with some data after the firmware is programmed?
thank you
2021-12-06 05:51 AM
Hello @Gmont4,
Could you please elaborate? what kind of Flash you are talking about? internal MCU Flash or a specific Flash memory device? in case of MCU, which MCU you are referring to?
2021-12-06 06:17 AM
sorry i submitted the question for error, now i have better described my need.
2021-12-06 06:25 AM
You can use STM32CubeProgrammer tool downloadable from this link to write your data to the Flash.
2021-12-06 06:31 AM
thank you, could you suggest some documentation to read on this solution?
Thank you
2021-12-06 06:35 AM
Please refer to STM32CubeProgrammer software description user manual (UM2237) from this link.