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
Hey there, I'm a first-time user of the STM32 and I'm using the STM32F103C8T6 (Bluepill Board). I'm trying to measure the pulse width of two signals at the same time. I'm using two timers with input capture mode for this, but it's not working properl...
Hello there.I'm a beginner with MCU programming and hardware, in order to get into the field I purchased a board suggested by someone in another forum, then realizing that the debugger is another hardware unit I purchased it aswell.I managed to conne...
Hi ,Does project files compiled and created in NUCLEO-H753ZI require any modification or recreation of project files when ported to STM32H743ZI.
Hello everyone,Currently I am using STM32F407 and trying it to interface it with esp32 using SPI protocol. Can anyone help me with that. Is it even possible or not ?
Hello!I'm using Amicam1 module with stm32L476RG. I've reworked the default example and enabled signal recording for 5 microphones using Amicam1 ADC and STM internal ADC and streaming 5 channels to PC. The problem is that I need all channels to be syn...
Hi,I'm developing a new project using the STM32H723; I have to decide between the STLINK-V3SET and the ST-LINK/V2, may you help me to understand the main differences ?If I choose the V3SET, do I need to add any additional module ? Thank you, best reg...
Hi,I am trying to power up my F767ZI board from the 3.3V power given by X-NUCLEO-LPM01A. Strangely, when I measure the voltage from X-NUCLEO-LPM01A with a multimeter (on the 3.3V input pins on the F767ZI board), I see the output voltage is only 1.6V ...
Hello everybody,I am building a regression test system and I want to control an ST-Link with a Python script/program. I need the capability to set Breakpoints and optimally extract them automatically from the hex file that gets flashed on the MCU. I ...
hello everyone, I have a board.STM32F429I DISCO1, the question arose:is it possible to read the parallel , a 16-bit from port(from the input pins) using some external interrupt (for example, using the rising edge of an external-nterrupt), to the DM...
Hello everyone, There are 24pcs WS2813-Mini led on my PCB. I didn't set these with timer. How can I drive the WS2813-Mini led with STM32F103C8T6 in STM32CubeIDE?Thanks.