Question
Using flash algorithm from F103 for F405
Hi,
I am trying to use a flash write and read module written for the STM32F103 on an STM32F405.
However the F103 deals with pages and subpages. Some algorithms depend on subpage size. The F405 has sectors, which I guess are the equivalent to pages, but nothing for subpages. How can I have the same functionality with as little change to the code as possible? How do the two flash concepts relate to each other?
