-
I designed a board around STM32F03C8T6 in the LQFP48 package. When using a STM32CubeProgrammer, selecting UART I can detect an MCU.
Target info is correct. I can upload a sketch using a Serial adapter over Arduino IDE. Say Blink sketch.
I designed two buttons, Reset and BOOT, and using them I can switch BOOT modes easily. Now, the problem. I double-checked pins on the microscope. Checked with a multimeter. All looks fine. Battery parts are not soldered at all. |
Beta Was this translation helpful? Give feedback.
Replies: 14 comments 43 replies
-
Hi, hard to tell. Maybe you end in error handler which could explains why the pin is in its reset state. Clock issue? Power? |
Beta Was this translation helpful? Give feedback.
-
Just an idea. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Next, I'd try to disable U(S)ART support in the Arduino IDE. For the blinking sketch you don't need it anyway. |
Beta Was this translation helpful? Give feedback.
-
LOL. I disabled U(S)ART and it started blinking... |
Beta Was this translation helpful? Give feedback.
-
Can someone change the title? It is STM32F030C8T6 |
Beta Was this translation helpful? Give feedback.
-
So it's a mystery. I found my old board with STM32F030F6, several times failed to connect the wires correctly (this refers to my statement that STM's survive even bad voltage polarity :) ). |
Beta Was this translation helpful? Give feedback.
-
I tested my Nucleo F030R8 (closest chipI have in hand). |
Beta Was this translation helpful? Give feedback.
-
OK. Now there are a few issues. Any idea what to try? |
Beta Was this translation helpful? Give feedback.
-
The capacitor over the reset button is not mandatory, it is used for debouncing the button. The less the value, the less the debouncing effect. As to the R3, I believe that the value however ridiculously small it is, should not affect the CPU. I have never tried it but I think that you can even short dedicated BOOT pins to GND / VCC. |
Beta Was this translation helpful? Give feedback.
-
@ITstreet1 , |
Beta Was this translation helpful? Give feedback.
-
Yes it is ok: at the end of upload, bootloader jumps automatically to application
I am not that expert in analog, but my interpretation of this phenomenon would reside in transient level of BOOT0: So what is the sate of BOOT0 when it is evaluated to determined whether to run application or boot loader ? I don't know. What you can do, for test purpose, is to solder/wire BOOT0 to GND directly, and check if application runs after powerup. |
Beta Was this translation helpful? Give feedback.
-
Could you share the build errors? |
Beta Was this translation helpful? Give feedback.
-
Sketch uses 8044 bytes (12%) of program storage space. Maximum is 65536 bytes. Serial Port COM13 is successfully opened. Memory Programming ... Erasing memory corresponding to segment 0: File download complete RUNNING Program ... |
Beta Was this translation helpful? Give feedback.
Next, I'd try to disable U(S)ART support in the Arduino IDE. For the blinking sketch you don't need it anyway.