Resolved! NUCLEO-C5A3ZG STM32C5 QSPI Display Bring up Project
This project tests the STM32C5's XSPI capability to drive QSPI display using the NUCLEO-C5A3ZG M.2/SerialMem connector. GitHub - stm32-hotspot/STM32C5-M2-Serial-Mem-QSPI-Display · GitHub
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
This project tests the STM32C5's XSPI capability to drive QSPI display using the NUCLEO-C5A3ZG M.2/SerialMem connector. GitHub - stm32-hotspot/STM32C5-M2-Serial-Mem-QSPI-Display · GitHub
Are there any example on how to configure the ST-Link on the Nucleo-64 to be use? In particular the Blue Pill. A real life example may answer some questions I have after reading the document.Some things I read you only have to pull the CN2 jumpers i...
I'm having an issue using STM32CubeIDE to program my blue pill boards. I get the below error each time. Error in final launch sequence:Error in initializing ST-LINK device.Reason: (18) Could not verify ST device! Abort connection.Error in initializ...
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...