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
In the default configuration, the SMPS on the development board is disabled. As such the VDDA18PMU appears to be floating. According to the spec sheet, it says that the pin MUST be tied to Vss when the SMPS in not used. Is there an internal pull d...
Is there any working project maybe on github 1024 x 600 RGB TFT ? Those screens are very popular all over the place. There is STM32F746G-DISCO with 480x272 TFT RGB. I have no problem to get it working. For bigger sizes since there is no working exam...
Hello,I'm a university student with a deep passion for embedded systems.I've really enjoyed tinkering with ST microcontrollers and have experience with several boards in your STM32 family, including the F446RE, F411, and H743. I've been following the...
hello all,i bought multiple 5 unit of 32F469IDISCOVERY and tested them all not a single one lcd shows pre installed demo. so i bought 2 more uniits from different vender but foud same issue. what would be the possible cause? ia some one got same issu...
Hello everyone,I want to add external RAM to the NUCLEO-N657X0-Q. From the docs I see two options:FMC with PSRAM/SRAM or SDRAMXSPI with HyperRAM or serial PSRAMBoth options seem to require wiring from the board headers (I couldn’t find a ready plug-i...
Hello,I'm currently trying to set up a simple project for the STM32N6750-DK. I want to toggle the red User-LED. I already worked a bit with ST-boards, so I did already started a new project in the CubeIDE and selected the LED as a GPIO-Output in the ...
Hi ST team,I'm working with the Nucleo-N657X0-Q board (STM32N657X0H3Q MCU) and running the nx_iperf example from NetX Duo. I’d like to understand what the SRAM clock frequency is during this example's execution. In the release notes, it’s mentioned t...
Hi everyone,I’m working on an audio recording project using the STM32H747-DISCO board with its built-in PDM microphone. The recording works — I can clearly hear my voice — but there’s a constant background white noise in the recording. I’m trying to ...
I am trying to set up a basic USB project on a NUCLEO-H7S3L8. It works okay with the HSI, but I need the HSE. I can see that the board has a 24MHz crystal fitted and resistors on SB14 and SB15. It's unmodified from the factory.HAL_RCC_OscConfig() alw...
Hello,I am using the STM32F429I-Discovery board with an MT9M001 camera module, and I am developing with STM32CubeIDE.I would like to display the live camera image on the built-in LCD of the F429 board.I have already connected the camera and can read ...