2019-01-11 03:11 AM
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?
2019-01-11 04:52 AM
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.
2019-01-11 05:59 AM
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.