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
I wrote an ST-Link custom external loader with Init(), Read(), Write(), MassErase(), and SectorErase(). When loading into ST-Link Utility, there is no Write() function found. It is in the map file, it does have a non-zero size and the name is not man...
I have a ST-LINK / V2 programmer that I bought 4 years ago and it works perfect. I recently bought two new programmers but none work with the same connections like old programmer. I updated each firmware but it still doesn't work. Has anything change...
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">- <System> <Provider Name="Application Popup" Guid="{47bfa2b7-bd54-4fac-b70b-29021084ca8f}" /> <EventID>26</EventID> <Version>0</Version> <Level>4</Level> <Task>0</Task> <Op...
The hardware of the circuit is similar to the draft below. Having trouble with programming to the vehicle. Need assistance programming to the board's specific pinout.
Looking at the manual, however, I don't see the SWD pins on the Nucleo board - are they internal-only, and now gone with the break-off operation? If they are still available, for programming via the ST-Link, which pins are they? Did I miss some aspec...
I have a STM32F411RE-DISCO board. At morning, suddenly it gave ST-LINK USB Communication Error. So, I updated firmware in ST-LINK Utility. After that, ST-LINK Utility and Keil gave same error. Also, I cannot connect via ST-LINK Utility right now. I u...
I downloaded the Altium project from https://www.st.com/en/evaluation-tools/32f769idiscovery.html. I find there are two QSPI memory share the QSPI interface as below:Is it possible to use them like this? Are there really two chips on the board like ...
I'm using UART4 on an STM32H743x processor to talk to an external device.The program works great when running on the debugger ST-Link).When I program the part, remove the ST-Link and power-cycle the board, I get a framing error on every byte received...
We are using stm32f101rd device on our board . We are trying to program the device for the first time . We use following set up- Jlink with SWD and IAR IDE - Stlink utility and Stlink debugger on discovery kit Getting difficulties to flash program/de...
Hello, is it possible to run debug session by connecting to already running ST-LINK GDB server in STM32CubeIDE? The gdb server is executed by this command: ST-LINK_gdbserver.exe and "-c config.txt" parameters, where the content of "cinfig.txt" file i...