2024-11-11 05:26 AM
Hi everyone!
I am having a hard time making my design work.
I prepared a long list of what I did and what I observed to paste into ChatGPT.
I am pasting the exact text below:
I designed an digital circuit using STM32F417VGT microcontroller. I applied 3.3V to all VDD, VDDA, VBAT and VREF+ pins. I have several similar designs, which I previously designed before this one. But my current design does not work. I am using StmCubeMxIde (latest version). I checked the pin connections several times. But there is an unexpected behavior I detected: I checked if the VCAP capacitors are broken. I am using the standard 20 pin JTAG/SWD connector to program the MCU. In the IDE; In the "Pins & Configuration" tab: In the "Pins & Configuration" tab: The IDE generated a default code for me. When I click either "Debug" or "Run" button in the toolbar, I get the following error message in the console panel: In the Debug/Run configuration page: After a short while, a message box with the title "Problem Occurred" appears with these messages: My programmer is "ST-LINK/V2". When I use "STM32CubeProgrammer" software: I have assembled two PCBs of this same design. |
Can you please guide me what to do in order to solve this issue?
Thanks.
Solved! Go to Solution.
2024-11-13 10:01 AM
And why don't you have a look at the datasheet?
2024-11-13 01:32 PM - edited 2024-11-13 01:33 PM
Dear @SalihKun ,
For more details on Pin1 marking, Here Reference device marking schematics for STM32 microcontrollers and microprocessors - Technical note
So you need to rotate your device versus PCB with 90° angle on right side like this
as I see your crystal pins are on left side of the screen.
Ciao
STOne-32.
2024-11-14 02:59 AM
Many thanks to everyone who replied.
I rotated the chip and it is working at the moment.
I really appreciate your help greatly!!