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 am developing a development board (to sell to customers eventually), for which I want to have my own flashing dongle. Now, I have posted in another thread asking about the software that is in the ST-Link devices, and the response I got is tha...
I have the STEVAL-STWINBX1 development board and want to import the FP-SNS-DATALOG2 software into S32DS IDE so I can build and flash.Is this possible and if so how ?The user manual only mentions flashing the binary file STM32CubeProgrammer, but I wou...
Hello Support Team, I am trying to use a power bank to supply power to my STM32H743ZI2 board. I have made a modification to the jumper settings: I changed the connection of JP2 from pins 1-2 to pins 7-8 as suggested for power bank usage. However, I a...
All I need is a simple example CAN normal mode, I been searching around but found nothing. It just for educational purpose. Appreciate for any help
Hello everyone,Recently I have been learning to create and write data to a text file in a flash drive that is connected to the STM32F407G Discovery board via USB_OTG_FS. Now I want to share the text file in the Flash drive to a mobile device via blue...
Hi, Im using NUCLEO-H753ZI board and i want to send raw data to computer terminal. i tried to by using USART1. according to the schematics i can send data via USRAT1 through the USB power connection and it not working. i also tried to use USB_DEVICE ...
Good morning,for a project I have to set the LTDC display type to be 8 bit for some bottleneck, but doing that on STMCubeMX for my MCU STM32H723ZGTX there are only 24, 18 and 16 bit configs available.How can I set this value to be 8 bit?Thanks for th...
Hello,I am facing an issue when I run code in stm32f407. I am using STMCubeIDE in Mcbook pro m3 chip. Furthermore, I tried with different USB-C to USB -A adapters. I can see the stm32f407 mounted. But, Jlink could not be connected.USB-C to USB-A Ada...
Hello,TLRD: I cannot connect to a STM32H747I-DISCO board using my Mac/M3.my setup is a MBP with M3 (Apple Silincon) and MacOS Sonoma 14.4. Installed latest release of STM32CubeProgrammer and bought a STM32H747I-DISCO dev board. Connecting through a ...
I want to perform the bootloader on my stm32l072kzt 192kb microcontroller without the need to use serial interfaces, my idea is to download a new firmware from the cloud and then update the computer with this new firmware. However, it seems to me tha...