Thanks for the tip Alan! I modified that config slightly(reconfigure
the clocks) and got it to boot and output information on the serial
port. Now I just need to configure the applications appropriately.
-Robert Middleton
On Sun, Aug 13, 2023 at 2:19 PM Alan C. Assis wrote:
>
> Hi Robert,
>
>
What I've tried to do:
1. Run configure with a similar processor: ./tools/configure.sh -l
nucleo-f4x1re:f401-nsh
2. Change the system type via menuconfig(System Type -> STM32 Chip
Selection, select STM32F405RG)
When you did this your CONFIG_MM_REGIONS settings became wrong (becuase
the ST32F40
Hi Robert,
Why don't you use the omnibusf4 board as starting point, since it uses
same MCU model:
arm/stm32/omnibusf4/configs/nsh/defconfig:CONFIG_ARCH_CHIP_STM32F405RG=y
Starting with a board and changing the MCU to other like you are doing
will cause many issues, like this CONFIG_MM_REGIONS.