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
On some target the STLINK supports a basic application programming through Mass storage Drag-and-drop (DnD). A change in Mass Storage host behaviour after recent Windows Update (2023) leads to issues in Drag-and-drop programming with the STLINK.The ...
hello every one , I'm working with nucleo 144 F4, and im trying to send data via virtual com port using CDC_Transmit_FS, but in my Hterm im receiving junk data also i don't why ,,i saw online that there is zero length packet but i don't know how to i...
Hello, As part of my master's thesis, I am working on the STM32F411E Discovery board. This board has an LSM303AGR Accelerometer+Gyroscope via I2C communication, which I am trying to interface with Simulink to further develop a model in Simulink. I h...
Hello, im wondering if it is some error in name of example, or it is work on purpose?
Hi everyone! I'm trying to create simple communication beetween devices via USB where Host is STM32 G0B1CEU6 and device is F411E-DISCO.ON G0 I'm using USB_DRD_FS in HOST_ONLY_FS and HAL_Librery in Comunication Host Class for USB HOST. After i impleme...
In STM32CubeIDE, there doesn't seem to be any way to access the I2S and I2C interfaces for the CS43L22 on the STM32F407G-DISC1 board. There is nothing in the System Core, Analog, Timers ... Middleware and Software Packages configuration area of CubeI...
Hello everyone,I am trying to establish a serial communication between a Teensy 4.1 and a Nucleo F401RE board. The Nucleo board reads data from some VL53L7CX ToF sensors (this part works) and send them via Serial to the Teensy (this one doesn't work)...
Hello Community , can i use X-CUBE-GNSS1 software and the X-NUCLEO-IKS01A2 expansion board together with a nucleo board to develop an application that combines both GNSS functionalities and MEMS sensors ? if yes , how can i connect them to the boar...
Hi All,I have a scenario where the USB port should become DFU capable when the chip is erased and this functionality is working as expected for USB OTG1 FS which is connected to PA11 and PA12, but I want DFU capability on USB connected to PB14 and PB...
Hello, I have an STM32L010F4P6. I am using HAL libraries, STM32Cube IDE 1.10. And i wrote my program in language C. I must set optimalization to -Os. (Low space) My issue is little bit mysterious. I am using LPUART (115200 8N1) for communication. Whe...