Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 8 months ago.
Custom Board with STM32F446
Dear members, I have designed a board that is a carbon copy clone of nucleo f446re, excepts for the clock which is a 8Mhz crystal resonator. I've added to mbed project an mbed_app.json made like this
include the mbed library with this snippet
{ "target_overrides": { "NUCLEO_F446RE": { "platform.stdio-baud-rate": 115200, "target.clock_source": "USE_PLL_HSE_XTAL" } } }
When i flash the board when a simple blinker code all the pins stay floating and aren't working at all, but the oscillator is powered up. I have tried with CUBEMX and SW4STM32 and using the hal functions the blinking is working. What I'm doing wrong? Thank you for the support
1 Answer
5 years, 8 months ago.
hmmm...can you connect an STM32LINK to the processor? If so, have you check the state of the registers? Is there any chance the BOOT0/BOOT1 pin is in the wrong state when coming out of reset?