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
Hi, i am working on a project where i am using 4 Relays. once i Set any one of the relay the voltage and current should flow to a particular Relay and it should turned on and off. But in my case all the four relays will set and reset . if i turned o...
I have a Nucleo H745ZI-Q board powered from the CN1 STLINK USB port. I am observing bursts of noise on the 5V line. The noise is 150mV p-p, burst of about 6 (80us) pulses, every 18ms.The H745 is idle and the debugger is not active.I have tried severa...
There is a 4-pin connector for ST-Link, but not populated. What debug tool can be used with ST-Link-V3E connector (micro USB)?
When I tried to debug my STM32F303RE nucleo board with Truestudio , I get this messages from console:When I get this message , I was working on EXTI interrupts at register levelSTMicroelectronics ST-LINK GDB server. Version 5.1.0 Copyright (c) 2018, ...
I performed the following steps:1) Set JP7 to STLK2) Connect USB -> Demo starts correctly3) Flash a simple self-written code (sets LED to state of user-button) via OpenOCD -> ST-Link works4) Flash a second self-written code (sets both LED to state of...
hiI'm using stm32f101vbt6 by st-linkv2 programmer.after few times programming my micro i get this message : no target connected. so my debugger can't recognize microcontroller.i checked every connection and it was ok I tried j-link programmer but j-l...
Hello, thereI was not able to use the NJTRST (PB4) pin as a general GPIO input pin. I googled and other people having the same issue using the macro: __HAL_AFIO_REMAP_SWJ_NONJTRST()to remap the NJTRST pin. Yet, this macro is not available for the STM...
Hi, I'm a "rookie" and I've got an STM32F407VET6 board and an STLINK/V2, and I seem to understand both are to be powered via USB; my question is:Would connecting them to the same PC give rise to a conflict, electrical or otherwise ?Thank you !
Hi,I have made a custom board that features a STM32F469NI MCU coupled with AS4C4M32S SDRAM.Following are the SDRAM timing and register set information:hsdram1.Instance = FMC_SDRAM_DEVICE; /* hsdram1.Init */ hsdram1.Init.SDBank = FMC_SDRAM_BANK1; ...
Hello!I guess most of the problem is described in the title. I made a board using a STM32F767 chip. It works well when attached to STLink, can be debugged and programmed, communicates well by SPI and so on. But once detached from STLink, it doesn't b...