Fix FMC base address and update stm32-data-sources revision in windows build script to match the linux one.
FMC base address was pointing to the wrong address (0x6000_0000 instead of 0x4700_0400). See related issue here - #462 .
Tested by building the project on Windows according to the README and utilizing the FMC with supported board (STM32H573).
Fix FMC base address and update
stm32-data-sources
revision in windows build script to match the linux one.FMC base address was pointing to the wrong address (
0x6000_0000
instead of0x4700_0400
). See related issue here - #462 . Tested by building the project on Windows according to the README and utilizing the FMC with supported board (STM32H573).