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 am using STM3210E Eval board which has STM32F103 uC i am trying to recorded some adc value over the period of long time but with the time. I am using RTC to achieve that so that even in case pf power loss the adc might not get measured but the time...
Hi I am using Nucleo H7A3ZIQ board. I want to generate two sine waves of different frequencies on the DACs of the board. I followed the instructions from this youtube video link https://www.youtube.com/watch?v=6Z1L6ox63j0. I was able to generate sine...
Hi, I want to connect an external RAM through the FMC interface to my STM32H753ZI controller. I am making a board that is adapted to ZIO connectors in the KICAD software and the problem is that PIN PF12 can only be connected from ST morpho connector ...
I've checked the documentation tab on the product page and also in the user manual, but can not find it.Is it available somewhere?Thanks,josh
I plugged in a new nucleo-h563zi, but the st-link wasn't found. The demo blinky code is running fine.LD6 is solid green andLD4 is slow blinking forever On Ubuntu 22 LTSAny ideas?
Hi all,The project is under Nucleo-G474RE board using STM32CubeIDE.I am trying to use ADC1 in continuous conversion mode but unfortunately the code hangs at while((ADC1->ISR & ISR_EOC)!= 1){} loop.as i am checking the conversion to be finished and th...
Hello,I am trying to use DCMI to connect the camera and display the video on LCD by LTDC. But it seems to me STM32CubeIDE does not allow me to active both DCMI and LTDC at the same time, because PA6 pin conflicts. And it seems the PA6 cannot be mappe...
Hello Everyone, 1.I have the Nucleo NUCLEO-H743ZI board.I have powered it up and it performs as advertised.I want to experiment and make some changes to the board programming.I searched st.com site and found the file with all the demo software.It was...
Hi,I purchased this STM32H723 mini core board that has 20 pin fpc connector for camera module and 10 pin fpc connector for LCD module.https://www.aliexpress.com/item/1005005852859518.html?spm=a2g0o.order_list.order_list_main.10.d0bd7385STni3J&gateway...
I want to read the serial output from the STM32 F405 Feather using the SWV on Cube Programmer, but I do not receive Serial output from the board. I am running the .hex file from this Arduino sketch on the board: #include <SWOStream.h> SWOStream s(200...