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
It says we can measure power consumption of mcu by putting a ammeter at JP6 in page 23(https://www.st.com/resource/en/user_manual/um1724-stm32-nucleo64-boards-mb1136-stmicroelectronics.pdf).I write a program just detecting button, if button pressed ...
I have multiple ST-link's but no option to select the ST-link in STMStudio. Could you help me find it. Or is there any standalone debugger for STM? I really don't link ozone. Because it is consuming too much memory.
i am not able to run any code on bank2 with STM32L151RE with 512kB FLASH.program was loaded on both regions 0x0800 0000 and 0x8004 0000if nBFB2 is checked the code runs ok, if i just unched the code does not run....what am i doing wrong?
Hi All,Does anyone have the circuit diagram (schematic) for this board?Basically (and I have posted about this before, without any conclusion) I have several boards which work perfectly (sw download and SWD debug) via the big 20-way CN2, but are unre...
my goal is to use this board in [-40°C +85°C] climatic chamber.Regards:)Oliver
I'm using an ST-Link/V2-ISOL and installed the drivers (stsw-link009_v2.0.2) and ST-Link utility but I keep getting the "Target, detection failed" error in the Utility. Same result in the STM32 Cube Programmer. How can I fix this issue? I am using 64...
We were using STM32H730VB to drive a LED display in our project. Pins 51 - 64 drive the LED display, Pin 30 controls the display power, and pins 24 - 25 act as the USART. We use CubeProgrammer to download the firmware.This worked well and with no is...
OK, OK, OK, this is a REALLY dumb question but for the life of me I cannot find out WHERE you turn your hard-earned project with all its bells and whistles into a RELEASED file to download into the proc??!!??I know this will come back as an easy thin...
Hi,I am using STM32F746NG discovery board. I try to setup 60 micro second delay. With ST-Link debugger, the 60micro second delay is fine. But when I cycle the power, the firmware does not run.When I comment out the delay function DWT_Delay_us(), firm...