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
Im using Nucleo-H755 i have using this board for the last 3 months usually i get some Errors like no target found but i have solved those by viewing in the community chats but this Error: No STM32 target found! If your product embeds Debug Authentica...
I am looking for the latest Bill of Materials (BOM) for the STM32 Nucleo F401RE development board. Could you kindly provide the updated document or a link to access it?Thank you for your assistance.
Hi,I have the error 'fail to start GDB server'. i use the GD32 MCU. it's not ST.i already upgraded ST-Link V2 firmware upgrade and changed GDBPortNum. but couldn't solve this.what is GDB server and how can i solve this with GD32F450ZIT6?(i generated ...
Hi there,I'm looking for development boards that can support I3C at full SDR speed (12.5MHz), and I have the following MCUs that we can try I3C from the AN5879 application note:STM32H5 series.STM32H7R3/7S3 line.STM32H7R7/7S7 line.On the other hand, I...
Hello, I am a university student and I am trying to design a development board with the STM32H7S3A8I6. In the past, I've just used the power scheme in the documentation of the MCU for reference, but the power scheme in the documentation (page 153) fo...
Hello everyone,I’m currently working on developing a bootloader, and I’m trying to implement a memory backup function. My goal is to copy 158 pages of 4 KB from BANK1 to BANK2.I’ve written software that uses the standard copy function with FLASH_TYP...
My hardware has the I2C pins (SDA and SCL) connected incorrectly, and I cannot change them because the hardware is already built. Is there any way I can fix this issue from the firmware side? Can I change the pins through software? hear attach my sch...
On the STDC connector, Pin 13/14 are virtual com port signals T_VCP_RX and _TX.Which one is input and output? They have cryptic comments like "Output for STLINK-V3SET" (for _RX) - Is RX an output and connects to the RX pin on the STM32? Or is it an i...
For product A (68-pin VFQFN package), pins 31 and 66 are VCAP pins, and 2.2uF capacitors have been placed on each pin. Should pins 33 and 66 be connected to each other, or is it sufficient to place the capacitors on each pin individually?
Hi,I am using stm32h745 dual core microcontroller. I want to bootloader application in this processor. The same process does not work with applications made with single core. Can anyone share a sample code for this? Or can you help me on how to apply...