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've been trying to get a ground-up bare metal implementation of SPI working on one of the STM32 boards I own, but I can't seem to make progress on any of them. I lack an ST Link for the 405, so I can't step through my program and see how the reg...
Hello, using STMCubeProgramme, STLINK-V3MINIE does not recognize an STM32G031F8P6, while an ST32MF411CEU6 is recognized. The voltage is read on both boards: 3.28V. What can I do to get the STM32G031F8P6 to be recognized ?
Hello everyone, I am using the NUCLEO H753ZI microcontroller it has ST Link V3 can i debug this board with the ST Link can you tell me what version of ST do i need to get to debug my board and also can you provied me the document for debugging with S...
Hello ST Community,I’m currently working with the STM32H750B-DK development board and I’m facing an issue with UART communication through external pins.My goal is to communicate between the STM32H750B-DK and another external controller using UART (no...
Hello I am working on Customized board developed using STM32H755ZIT6 microcontroller. I have initialized UART first and it was working fine. Than In the same project I initialized SPI and tested back the UART and now uart is not working I used differ...
I have the STM32H747I-DISCO, and am interested in connecting a larger touch display. What possibilities are there? What limit is there on display resolution? Could a 2560 x 1600 display be used for example (I do not need video. I just need larger phy...
Hello everyone,I'm currently working on a project where I need to transmit ADC data over UDP to a server. I've previously had it working, but after re-generating code Hard-faults or Memory faults would start to appear.CubeIDE : 1.19Firmware: FW_H7 V1...
Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code. Hi, I’m now trying to port the STEVAL-STWINBX1 firmware t...
Split from "Range [0,-1) out of bounds for length 48" trying to open Debug Configuration - this is a new question.Hi,When I am testing the STM32N6570-DK_GettingStarted_ObjectDetection I have faced the same "Range [0,-1) out of bounds for length 48", ...
Hello everyone, this is my first post on the forum. I'm starting to learn STM and have created a custom board using the STM32F405RGT6. This is the first board I've created, and I wanted to check for any errors before sending it to production. So I've...