Re: STM32F405RG and NuttX

2023-08-14 Thread Robert Middleton
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, > >

Re: STM32F405RG and NuttX

2023-08-13 Thread Gregory Nutt
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

Re: STM32F405RG and NuttX

2023-08-13 Thread Alan C. Assis
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.

STM32F405RG and NuttX

2023-08-13 Thread Robert Middleton
Hi all, I'm working on a project and looking at the STM32F405RG with NuttX but I'm running into some issues getting it to compile. For a dev board, I'm using the SparkFun STM32 Thing Plus board, and my hope is to get the console running on the USB port, but first I just want to get a serial consol