Question
STM32 not working on custum pcb
- June 18, 2023
- 10 replies
- 3452 views
Hi,
I created a custum PCB based on STM32L431RCT6,
The debugger find the MCU and my code transmitted to my stm32 successfully,
even variables are shown in debugger live section.
But .. stm32 could not do some simple work suck as "blinking a led"
using debugging technics it turns out that mcu could not do a single operation inside while loop
I tried this but nothing:
- Use the same code that works on other stm32
- Check for pcb routes connections
here is my main.c
