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 have been looking for software that can take as an input, the PDM output from the MEMS microphone, and convert it to PCM.I then want to implement a double buffer using DMA, to reduce CPU load and output the audio data to the DAC on this PCB.Once I ...
Good afternoon everybody,I bought an STM32H747I-DISCO, and installed the TouchGFX demo software.When I turned on the board, the demonstration ran perfectly on the LCD display, but after a few seconds, the images on the display started to show problem...
I've seen this around and I was hoping to get additional information on how to track down why this is the case.I'm writing a Neopixel driver for an STM32F411RE based on this example. The example works good, and I've been working on getting a struct-b...
So, I've got a super basic test program which is example page 289 from Dogan Ibrahim's "Nucleo Boards Programming with STM32 Cube IDE" which outputs a wavetable of 21 entries to the onboard DAC using TIM2 and DMA with cirular buffer. It works perfect...
Hi Guys,We are having an issue while programming an STM32L4S9AIIX. The error message is: 'File segment @0x08000000 is not 255-bytes aligned. It will be aligned to @0x07FFFFF8.' We tried flashing it using multiple options in the CubeProgrammer, but th...
Hello, I'm practicing with dynamic indication on multidigit multisegment indicators, and run into the issue when on the screen appear some symbols that are not supposed to be printed. I'm using 3641AS, each segment is connected to PC0...7 via 2K2 res...
I am fairly new to the STM32 world. i got an "original" old board lying around in the office, which am using. i cannot directly "load" my code into it it shows error to me that my st-link is not upgraded, after opening the ST-LINK upgrade, it does de...
Hello,we are using STM32CubeIDE v1.14 & STM32Cube_FW_H7_V1.11.0 for STM32H750B-DK discovery kit.whenever we try to flash any application (LTDC_Paint) or GPIO_Toggle or any example project, binary is getting flashed but CPU is getting stuck in HAL_Get...
Hi,I'm trying to interface audio output to the STM32H563ZIT6 microcontroller. I want to use GPDMA1 with the DAC, but I don't know how to configured GPDMA1 on STM32 CUBE IDE. Can anyone help me, please?
Hello team,I am working on a project involving an STM32 microcontroller, and I am looking for guidance on how to implement remote firmware updates. Specifically, I want to be able to update the code on the microcontroller over the air (OTA) without n...