STM32L431CCY not reliably booting
I made a little proof-of-concept board for the L431, as I wanted to see what it would take to do a BGA design.
I've been able to program is using the STM32CubeIDE, but the board won't boot reliably.
- STM32CubeIDE v1.13.1
- Jlink Plus Compact
- 0.1uF Bypass caps on all power pins
- No external circuit on NRST
- Code is a simple GPIO toggle, which works about 75% of the time when I power cycle.
What I've tried:
- Adding a 10uF cap to the VDD rail. This reduces the percentage above, making me think there's a POR or Brownout circuit that's not working.
- Added the 0.1uF to the NRST pin, as recommended by the getting started doc. No change, if anything looks worse.
- I've verified that the 3.3V rail is stable, and that the NRST line goes low and then goes high (as expected.
When it doesn't boot, it gets stuck drawing 16mA of current from the 3.3V rail.
What else can I try to get this booting reliably?
