cancel
Showing results for 
Search instead for 
Did you mean: 

what is the first location (memory address) of FLASH_STORAGE in STM32F303CB and page size

OBEHE.1
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
Uwe Bonnes
Principal II

A look at the datasheet and the reference manual should tell. Start is at 0x0800000, page size is 2 k.

View solution in original post

2 REPLIES 2
Uwe Bonnes
Principal II

A look at the datasheet and the reference manual should tell. Start is at 0x0800000, page size is 2 k.

TDK
Guru

The start of flash is at FLASH_BASE and each page is size FLASH_PAGE_SIZE per the CMSIS header files.

If you feel a post has answered your question, please click "Accept as Solution".