Re: stm32f4 bsp flash address

2021-01-22 Thread Juan Solano
Thanks Andrei, I thought 0x0800 was common across all F4s. Rgds, Juan. On Thu, 21 Jan 2021, at 10:41 PM, Mr. Andrei Chichak wrote: > Hi Juan, > > On the original stm32f4 board for this BSP (STM32F407 on a STMF4 > Discovery board), the FLASH memory resides at 0x0. > > I have a BSP for STM3

Re: stm32f4 bsp flash address

2021-01-21 Thread Mr. Andrei Chichak
Hi Juan, On the original stm32f4 board for this BSP (STM32F407 on a STMF4 Discovery board), the FLASH memory resides at 0x0. I have a BSP for STM32F767 and its FLASH is located at 0x0800 as you have in the 429. It works. Andrei > On 2021-January-21, at 14:02, Juan Solano wrote: > > Hi