2024-02-14 07:38 AM
I can't find the page size of STM32401RE nucleo flash memory in the reference manual. Does anyone have the information?
Thanks
Solved! Go to Solution.
2024-02-14 07:58 AM
The Nucleo board has no FLASH external to the 'F401, so you probably meant the internal FLASH in the 'F401.
Its page (here called "sector") size is varying, as the Reference Manual describes:
JW
2024-02-14 07:58 AM
You will not find this information in the documentation for the NUCLEO, but in that of the target MCU, in this case the STM32F401RE. Specifically, the sectoring of the flash can be found in RM0368, section 3.3.
Regards
/Peter
2024-02-14 07:58 AM
The Nucleo board has no FLASH external to the 'F401, so you probably meant the internal FLASH in the 'F401.
Its page (here called "sector") size is varying, as the Reference Manual describes:
JW
2024-02-14 08:04 AM
Hello @HABIJ.1
for the STM32F401 the flash is organized on sectors and not pages. For more details, refer to the table 5 of the RM0368 rev5.
Best Regards.
STTow-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.