Re: [PATCH] bsp/stm32h7: update FMC configuration for SRAM and SDRAM usage

2022-04-07 Thread Sebastian Huber
On 06/04/2022 14:21, Karel Gardas wrote: let me explain more motivation behind this patch. I'm working on stm32h757i-eval bsp variant and while looking into FMC support while using STM32CubeIDE I've noticed that actual changes between system_stm32h7xx.c files generated for H743i-eval and

Re: [PATCH] bsp/stm32h7: update FMC configuration for SRAM and SDRAM usage

2022-04-06 Thread Karel Gardas
Hello Sebastian, let me explain more motivation behind this patch. I'm working on stm32h757i-eval bsp variant and while looking into FMC support while using STM32CubeIDE I've noticed that actual changes between system_stm32h7xx.c files generated for H743i-eval and H757i-eval are pretty

[PATCH] bsp/stm32h7: update FMC configuration for SRAM and SDRAM usage

2022-04-06 Thread Karel Gardas
The patch merges differences in FMC configuration between system_stm32h7xx.c file generated by STM32CubeIDE for 743i-eval2 board and the current RTEMS ext-mem-ctl.c file. Sponsored-By: Precidata --- bsps/arm/stm32h7/start/ext-mem-ctl.c | 23 ++- 1 file changed, 14