Re: Questions about STM32 support/programming

2025-01-25 Thread Alan C. Assis
Hi Matteo, Very nice! Great news! Could you share what you did to fix the serial baud-rate? Are you using the HSI instead of the external crystal? BR, Alan On Fri, Jan 24, 2025 at 9:00 PM Matteo Golin wrote: > Hello Alan, > > We managed to boot into NSH later this afternoon! Thanks again for

Re: Questions about STM32 support/programming

2025-01-25 Thread Alan C. Assis
Amazing!!! Kudos!!! On Sat, Jan 25, 2025 at 11:30 AM Matteo Golin wrote: > Hi Alan, > > The issue was the soldering job, no fault of our NuttX configuration. There > was a short between a clock line and ground. The HSE now works totally > fine, and modifying the clock registers was actually very

Re: Questions about STM32 support/programming

2025-01-25 Thread Matteo Golin
Hi Alan, The issue was the soldering job, no fault of our NuttX configuration. There was a short between a clock line and ground. The HSE now works totally fine, and modifying the clock registers was actually very painless. They were well commented and I only had to change a few multipliers to mak