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
Posted on February 08, 2018 at 20:41I have a custom board (based heavily on the Nucleo) using the STM32F767II that I am trying to flash. I have flashed this board in the past using the CN6 header on a Nucleo board and using the St-Link to flash my P...
Posted on February 06, 2018 at 13:47Hello,I'm starting a new project with the STM32F746 and I would like to know if I can connect the STLINK/V2 �NRST� output pin (pin 15) directly to a switch, with one of the terminals grounded or directly to a micr...
Posted on February 06, 2018 at 09:46The VFQFPN 36 pin package requires a thermal pad as indicated in the PCB layout drawing. However nlike the UFQFPN package it does not indicate whther this thermal pad should be isolated or associated with local,p...
Posted on January 31, 2018 at 20:46Can anybody enlighten me as to why I am getting the( Error: jtag status contains invalid mode value - communication failure) message and how to get past it!The set up is system work bench.Nucleo F401 and x-nucleo-...
Posted on January 18, 2018 at 09:42Hi there,We're designing a custom board for a customer with the STM32F746 DSP and we wanted to remove the external programmer so it would be easier for them to upload and debug their own code. In order to do this, ...
Posted on January 05, 2018 at 00:54Hi,Can someone help provide me with ST-LINK Utility V4.2.1.0 please? The hosted version on ST website is V4.1.0.Please help, thank you.#st-link #stm32
Posted on January 11, 2018 at 10:48I want to use UART with on board.So,is it possible to use st-link as a uart communication.If yes,then how and if not then any other option to communicate with uart by using on board circuit.Thanks & Regards,Kishan ...
Posted on January 04, 2018 at 08:21I am programming and debugging Nucleo STM32F103RB using external ST-LINKv2. To use the external ST-LINKv2 I have removed SB2 and SB12 from the Nucleo Board (Please see the Image for the function of specific SB). I ...
Posted on December 26, 2017 at 20:23So I made a custom STM32F446RET6 board and I first used a mini ST_LINK programmer to connect to the MCU. I was able to program it but couldn�t debug it since the mini ST_LINK programmer doesn't have the SWO pin. I...
Posted on November 27, 2017 at 11:16Hi,I have implemented my application firmware on STM32F746G discovery board and it worked fine while the code was located in embedded flash (just like most examples in cube).Now I am trying to migrate code to SRAM...