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 everyone,I’m trying to control the backlight brightness of the display on my STM32N6570-DK using TIM8, channel 2 complementary (CH2N) in PWM mode (it's correct?).Current setup:TIM8 clock: 100 MHz (APB2 peripherals)Prescaler: 49Auto-reload (ARR): 9...
I try to get the HSE working on a Nucleo-U385RG-Q board by the standard settings in the STM32CubeIDE, but can't get it to work. I changed the default soldering connections per the UM3062 User manual to SB19 and SB21 Off, SB20 Off, SB3 and SB4 On. I m...
Hello I am currently doing a project where I am using a STM32Nucleo-C092RC to generate a PWM signal the only problem is that my peak to peak voltege is only 160 mV. Is there any way to fix it so it is or is my board broken?
I just bought a NUCLEO-H7S3L8 board and discovered that STLINK-V3EC on it refuses to connect using some USB-A to USB-C cables. It works fine with other similar cables from different vendors. The problem appears to be with cables which provide the def...
Hello, Is there an official source listing all evaluation, discovery, or development boards based on STM32H5 MCUs? Thanks,Aymen
Greetings, I know how to solve it , but I do want to reseach on this issue. I use a nucleo's stlink (nucleo F070RB) to program a stm32g030k8tx. However, the target is only detected and, therefore programmed, when the external mcu is not on standby mo...
Is there ST-Link V2 driver for Windows 11? I am using Microsoft Surface Pro + Copilot and trying to load code on STM32L476.
hey all, i'm working on a team where most people have little experience with stm32s, and we've designed and manufactured our first board with the STM32H7S3I8T6 chip. we followed the data sheet extensively and did a decent amount of research on periph...
I have an STM32H747I-DISCO board that I am trying to bring up with the Tutti Frutti Demo. I have followed the instructions in UM3008 to program this as it appeared to be blank upon arrival from Digikey. External loader was set to: MT25TL01G_STM...
I have managed to create a template application on a NUCLEO-H755 that has several CM7 FreeRTOS tasks running to flash various LED patterns combined with a CM4 application that flashes one of the other LEDs. I have mainly been testing using a run con...