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
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 ...
I am trying to show a picture on the LCD of the STM32N6570-DK kit. And I want to make sure that the LTDC peripheral can directly control the LCD's demonstration and it do not need and do not contain any other ICs except the Touch control IC, right? A...
Dear all,I downloaded the schematic files for nucleo-64board(MB1136) from this page(https://www.st.com/en/evaluation-tools/nucleo-f103rb.html#cad-resources)and opened them in Altium.However, when I tried to run a simulation, I encountered an error.I ...
Hi,I'm working on flashing an STM32 MCU via I2C. The current setup involves a processor (host) and an STM32 MCU (G491RET6), where the processor needs to upload firmware to the MCU and perform flashing over I2C with the STM32 acting as the slave.I hav...