STM32F401VET6 flash partition to store 3 binary files at particular flash addresses. These binary files need to be used for some product applications.
We have STM32F401VET6 in our product development. Currently, our project (makefile) compiles and stores application binary in STM MCU internal flash. We would like to store three other binary/hex files to the STM MCU internal flash as part of the bui...