Replies: 1 comment
-
|
Hi @dpoettler
First remove this code. The pin definitons is automatically generated so I doubt any issue there. It seems you used a custom board? Are you able to do something with your hardware before?
Ok you add it here #2830 Anyway since that an other contributor add a specific board in the same variant folder and it works: So my guess is the clock config is not correct. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
After uploading my blinking LED programm to my chip it doesnt blink. Uploading works without issues with the STLink V3 Minie, but the Chip doesnt seem to boot into the programm afterwards
To Reproduce
Write a simple blinking LED programm. (In my case on PIN PE8). Set pinmode and let the pin "blink" every half second in the loop. Upload the code and wait for nothing to happen.
The reason i think its not booting into the program at all was because i made a for loop that activates every pin because i thought the pin definitions might be wrong.
Expected behavior
Chip gets power and the LED on Pin PE8 starts flashing.
Desktop:
Board (please complete the following information):
Additional context
Since I added the Generic Boards for this chip I am pretty stumped that it doesnt work. It doesnt seems like a hardware problem. I tested it with BOOTSEL on all possible Logic levels
Beta Was this translation helpful? Give feedback.
All reactions