What is the relationship between Sector and Page of STM32 MCU Internal Flash Memory?
Hello guys, I'm using STM32L433RC MCU and I'm developing IAP Bootloader and DFU routine.
I'm stuck in Flash memory sturcture of STM32L4 because the stm32l4 Reference manual(RM0394) shows there are 2Kbytes pages in Flash main memory(3.3.1 Flash memory organization). I want to use DfuSe demo PC application, and CubeMX & DfuSe demo app require "FLASH_DESC_STR" such as "@Internal Flash /0x08000000/03*016Ka,01*016Kg,01*064Kg,07*128Kg,04*016Kg,01*064Kg,07*128Kg". (This string is genereated by CubeMX)
I think it is an information about sectors of internal flash memory, but i cannot find information about flash memory sectors in RM0394 Ref manual.
So I am asking, what is a flash memory sector? Is it concept of just defined by each programmer? Or strictly defined by manufacture(ST Micro)? What is the relationship between Sector and Page?
