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
Hello,I have a new STEVAL-IDP004V2, and I recently downloaded both the ST-LINK Utility and the STM32CubeProgrammer. I'm going through AN5041 Rev 5, page 22 steps which mention the board is to be programmed with the ST-LINK Utility. I started trying ...
I am trying to design my own board using the STM32H723ZGT and using the nucleo schematic as a guide. I believed 100nf was typical for the VDD pin bypass capacitors however there is one pin(pin 62) with a 4.7uf capacitor instead. I understand the VBAT...
Hi, I have built an RC5 IR remote transmitter that almost works on a NUCLEO-L412RB-P, with modifications to the files found in x-cube-irremote. This unfortunately does not have an STM32L4 example.The bit I am having trouble with is the output polarit...
Regarding FMC NOR Flash, I recently posted about creating my own external loader for the MT28EW01GABA 1Gb NOR Flash on an H753 custom board. Experts advised me to first create a proper BSP (Board Support Package) program to handle read, write, and er...
Hi.I did "HSE on-board oscillator from X3 crystal (not provided)" on um1974-stm32.But stlink doesn't recognize my board. Why?I used an ats49 8Mhz 18pF crystal since there is no recommended crystal. C37 and C38 have 18pF attached. HSE on-board oscill...
We're working a camera based person fall detection device with STM32H747 and B-CAMS-OMV camera module, we want to interface GSM module with it to make alert calls in case of fall being detected but we're facing issues with the same. We're not able to...
HiI own a STM32F469-Discovery Board bought in 2021. There seem to be (at least) two revisions of that board, "B" & "C" and maybe "A". Under "CAD Resources" are just schematics for Revision "B" and "C".If I try to run the supplied example for that boa...
Hi,When trying to connect the board via ST-link in CubeProgrammer i get the error: "No STM32 target found!..."; can't figure out what problem is preventing ST-link from finding the target.BlackPill is working properly, i can use it via DFU, but I wou...
I set my copy of the STM32CubeIDE to generate a hex file whenever I build my project. I want to make a portable file that I can give to other engineers so they can program their STM32F469I-DISCO devo boards for testing without having to install the f...
Im using NUCLEO-H755ZI-Q. I used it together with plattformio and arduino framework. In order to get arduino to work im using this setup: [env:nucleo_h743zi] platform = ststm32 board = nucleo_h743zi framework = arduino monitor_speed = 115200 This...