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
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...
Hello, I have an STM32H7S78 development kit and I am new to using it. On this board, I have tried several projects such as GPIO toggle, DMA2D_RegToMemWithLCD, AZUR SDK, and AWS SDK. After using the AWS SDK. I want to configure Camera (B_CAMS_OMV) and...
Dear Team, I have facing Below issue Could you please anyone Help me to resolve this issue.
Hello,I am evaluating the STM32H723 with the NUCLEO-H723ZG board and I need to use the standby mode with GPIO wake-up.On the board, I have added a 10k pull-down resistor between pin PA0 (connector CN10 pin 29) and GND. I also have wire that I use to ...