Question
generate binary file for flash to write constant values
Posted on March 12, 2018 at 07:25
Hi, i want to add some constant values (etc. MAC ) to specific flash sector address while programming mcu (stm32f7) with stlink. i must combine my program binary with constant value binary than i will load it to mcu. in sw mcu will read the specific sector to get mac address. this is my plan. How can i do it ? How can i combine binaries ? or another way ? Thanks
#flash-programming #flash-sector #external-value-to-flash