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 am working on a STM32N6570-DK board and I noticed that the CN7 of the board can be modified as digital I/O pin or an ADC. So I want to make sure that when I use the A1 port of CN7 for example, and I want to use this port as a usart_tx. Then I can d...
Hello , everyone. I am currently working with the STM32N657X0H3Q device on the NUCLEO-N657X0-Q board.Following the official Template_FSBL_LRUN example, I successfully generated and signed both FSBL and Appli binaries using STM32CubeIDE and STM32_Sign...
Dear STMicroelectronics Support, I recently purchased two STEVAL-SPIN3201 boards. I initially attempted to connect them to my PC using a regular USB cable. The PC recognized the boards, but I encountered the following error when trying to program the...
Yesterday, I have flashed faulty code to my STM32, and now I can't connect to it via ST-Link or the UART bootloader. I've tried using STM32 ST-Link Utility and STM32CubeProgrammer, but neither works. How can I erase the flash memory? Do I need to buy...
hi, I am integrating ADS1256 ADC, which communicates on SPI with NUCLEO-H753ZI board. Firstly, I can communicate when I am writing my code in Arduino, which is simple. It is working fine and showing me the converted output. But for some reasons I ha...
HiI have developed a device based on the Nucleo G071RB and X-NUCLEO-DRP1M1 boards. The main difference in my design is that my MCU is in a UFQFPN28 package, which means I only have the CC1 pin and not the CC2 pin. The USB PD is configured to work in ...
Is there any information for the STM32H735-DK on how to configure the S70KL128 HyperRAM to work?Unfortunately, there's no source code for the binary demo from ST, so I'm forced to try to get the HyperRAM working somehow.And the forums only provide in...
Hello ST Community,I am facing an issue while trying to connect to my STM32 MCU using STM32CubeProgrammer and ST-LINK V2.Here are the details:ST-LINK SN: 50FF73064977875712192367ST-LINK Firmware Version: V2J45S7Error Message:Error: Unable to get core...
Hi Community,I'm designing a custom H755 board and had intended to implement my own USB-C with debug/programming interface using an external STLINK module. STLINK-V3MODS is a nice alternative way forward but I note from the user manual (UM2502) that ...
Hello everyone, I'm new to this topic, and I'm needing help with an error that got me stuck.I have a development board with a STM32F401CCU6 MCU. Until now, I had been doing exercises without problems in stm32cubeide. The problem was when I wanted to ...