cancel
Showing results for 
Search instead for 
Did you mean: 

How to store some user data in to STM32 MCU's FLASH memory?

parth kothiya
Senior

16Mb NOR flash already interface with MCU i want to store some user ip data and files in to this flash memory how can i do this?

2 REPLIES 2
S.Ma
Principal

If the memory spec and chosen pinouts match existing discovery board, it might be possible to flash the memory with the programmer. Otherwise, you might have to flash the mcu with an app enabling you to program the flash indirectly, and finally program the stm32 witg its final user code.

What board? What chip?

The NOR parts surely have data sheets or manuals.

Several EVAL and DISCO series boards have support for NOR memories within the BSP section of the HAL examples.

The ST-LINK provides a means to add external loaders to flash memories attached to a board.

Consider also engaging staff with specific experience/competence in the technology involved.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..