Resolved! Verify Failed when programming stm32f103c8 blue pill
Trying to program stm32f103c8 blue pill using st link v2 adapter on ac6 eclipse platform.but showing following error.embedded:startup.tcl:476: Error: ** Verify Failed **
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
Trying to program stm32f103c8 blue pill using st link v2 adapter on ac6 eclipse platform.but showing following error.embedded:startup.tcl:476: Error: ** Verify Failed **
I have followed Video "STM32CubeIDE basics - 03 GPIO HAL lab" as closely as possible for my hardware as closely as possible and get the following results in the console:STMicroelectronics ST-LINK GDB server. Version 5.5.0 Copyright (c) 2019, STMicroe...
I would like to know whether the stm32f103c8t6(Blue pill) can be supplied using a 5v source through the regulator ( 5V pin); I've seen a lot of people indicate that it was possible but the datasheet clearly says that the maximum voltage the regulator...
Hello!I have Blue Pill board and ST-LINK/V2 programmer. When I open STM32CubeProgrammer on Windows 10, my ST-LINK is detected properly but nothing happens when clicking on connect. No error messages, nothing. I can click all day and nothing. At the s...
Hello,I made a project using a blue pill. It works when is powered through st-link (3,3V).When I power this board from two AA batteries (~3V), the board does nothing until I press the reset button.An STM32F103 should work from 2 to 3,6 V, according t...
Hi there, I am using STM32F103c8t6 blue pill. there is a problem: when I use ST-LINK programmer to download the code to it, the PC13 LED is turned ON, without being ON in the program! why is that? One assumption is that the board is driving too much ...
Hello everyone,I'm new to using STM32 boards and coding with STM32CubeIDE. I have a simple task: generating two PWM outputs and adjusting the phase difference between these two PWM signals at runtime.I'm using an STM32F407 board, and from what I've g...
Dear all, I am trying to make sense of the pin descriptions / pin-mapping of the STM32H7 Nucleo-144 boards, vs. the MCU STM32H723 which it is equiped with.User manual UM2407 (rev. 4) of the board reads:pin PA3 has function ADC12_INP15pin PC0 has func...
Hello, Testing 3.3V Octo-SPI PSRAM is fine on the STM32L4P5G-DK board. I'd like to test another 1.8V Octo-SPI PSRAM now. The solder bridge options SB17/SB18 for PSRAM and SB13/SB14 for MCU are modified for the purpose. However, a certain DQ bit is st...
Hello, I am using STM32L0 microcontroller in my device. I put my device in deep sleep and wakeup using the same button by sorting SYS_WAKEUP2 pin and nearby PC14 is used as an Input pin (pulled-up). The issue is when I disconnect & reconnect USB po...