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
It looks like (based on PCB and schematics) - I cannot run the VDDIO (all IO pins) with 1V8.No option on this board to jumper IO voltage as 1V8 - why not?"rrrrrr": I was thinking to change all my projects to this great board (speed, memory size), e.g...
I'm in trouble with the high err rate of ADC123_IN1 in "STM32 Nucleo-144 development board with STM32F756ZG MCU".I've purchased two of the same thing, and both of them have trouble in ADC123_IN1.I had tried 4 channels: ADC123_IN1, ADC123_IN4, ADC123_...
Hello Everyone,I have been trying for 2 days to solve this.I keep going around in circles.I have found various similar posts both here and on Stackexchange, but I am still stuck. === Here is error message when creating a new STM32 Project."Code gener...
Hi, I am trying to use a timer triggered ADC sampler with DMA and a complete conversion-triggered callback function. I followed this guide (https://www.youtube.com/watch?v=_K3GvQkyarg) while configuring my single pin (channel) input for ADC. Specific...
Hello, I've a STM32F411 board. Unfortunately, I was distract when I plug the SWD with ST-LINK. I've invert the VCC and the ground (Not really a good idea to plug VCC and GND at each opposite of 4 pin connector). Now, It's seem not working.. I m...
I am using the STM32H747-I Discovery Board. When I connect the CN2 power supply to the board, it turns on, and LED5 lights up green, indicating the board is powered. However, the LCD display does not turn on. I tried enabling the backlight by setting...
I am a beginner working on performing FFT with the INMP441 sensor using my STM32H747I Discovery board. Initially, I experimented with arm_math.h, I2S communication, button interrupts, and enabled SWD for debugging. However, after these changes, any c...
continuing from this : https://community.st.com/t5/stm32-mcus-boards-and-hardware/stlink-v3mods-uart-api/td-p/747740Finally found the reason why could not get data from STLINK V3-MODS from the 2nd UARTCompared to the VUART the UART RX/TX pins are rev...
Hi everyone,I’ve noticed that many STM32 development boards include two microcontrollers: a main controller and an additional smaller-range controller. For example, I have the STM32L476 Evaluation Board, which features the STM32F103CBT6 as the second...
Hello,I am not receiving SPI interrupt on the NUCLEO-G491, and I would like some support.Here is the source code project.https://github.com/katsumat/STM32CubeIDE/tree/main/workspace_1.16.1/SPI Specifically, I would like to perform the following actio...