STM32F446ZC FLASH memory organisation
Dear,
I use a STM32F446ZC and i don't find the FLASH memory organisation.
Neither in the Datasheet orthe ReferenceManual, this organisation is describe.
In the ReferenceManual, the memory organisation describe is for the STM32F446ZE with 512kB of FLASH memory (8 sectors respectively (16kB, 16kB, 16kB, 16kB, 64kB, 128kB, 128kB, 128KB). But the STM32F446ZC has only 256kB of FLASH memory.
So how much sectors has this MCU ?
Maybe 6 (16kB, 16kB, 16kB, 16kB, 64kB,128kB) but this count will not match with the value define in the "stm32f4xx_hal_flash_ex.h" of the CubeMX library (FLASH_SECTOR_TOTAL).
