Ни как не могу понять, что подразумевается под страницей памяти ?
Например вот эта функция у меня работает, только если считать что размер страницы 0x100
В других местах документации, где показана организация памяти, имеются в виду какие-то другие страницы, разные для разных областей.
Вопрос: что на самом деле считается страницей, и где про это в явном виде написано ?
Program memory page erase
This operation is used to erase a page in program memory (64 words). To do so:
• Unlock the FLASH_PECR register
• Unlock the Program memory
• Set the ERASE bit in the FLASH_PECR register
• Set the PROG bit in the FLASH_PECR register to choose program page
• Wait for the BSY bit to be cleared
• Write 0x0000 0000 to the first word of the program page to erase
Note: This function can be executed from both banks, RAM or external memory.