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 Community, I have recently purchased Nucleo H7A3ZI board and while trying to connect through Stm Cube Programmer i have found that it is not detecting target itself. What is possible reason for this? 1. Port is getting detected in laptop2. Stlink ...
it's been week since I stuck on this problem, I have a board like this , SPI3 MOSI PB5 is connected to ic 74HC594s to drive LEDs, and MISO PB4 is connected to 74AC165D to get the four SW (buttons) for input purpose, and the PB3 for clock on both ICs....
is there anyone who worked with the MB1400 Wi‑Fi module or has an idea about it? I'm working with the STM32H7 Nucleo-144 board and I need to add a Wifi module, I find a problem when connecting the module to the card I can't understand how to match th...
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...