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,There are 3 lines of hardware development tools (quite a lot of products):Nucleo boardsSTM32 discovery kitsSTM32 eval boardsFor prototyping of my HW concept I want to use one of ST boards (essentially uC) to control my custom stuff.The ST board...
Dear CommunityI recently acquired a STWIN.box development kit and proceeded step by step according to the document "Quick Start Guide High-Speed Sensor Datalogger application for STEVAL-STWINKT1 (HSDatalog)" but I can't get the CLI examples to work (...
HiI am trying to get the blue pill detected on Ubuntu desktop , its now detected as LED Display board . Background I have flashed the blue pill on windows 64 but and trying to use the Bluepill on Ubuntu through wine , this board will act as the Softw...
Hi all,My first post to ST forums.I'm trying to choose a Nucleo board, and the normal selector table doesn't show any MCU properties.I've had to download MCU and nucleo product selections as spread sheets and manually copy and paste.This is really fr...
Hi Guys,- I am using an STLINK-V3MINIE with the latest firmware as shipped with STM32CubeIDE v1.13.1.- I am using MacOS 11.7.9 (Big Sur).- I can successfully program my target using this STLINK-V3MINIE with STM23CubeProgrammer, but never with the IDE...
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...