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 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...
Hi there!here i'm for ask another help. I use STM32G031 for write and read eeprom 24LC01B , and i work with where Address = 0x01;HAL_I2C_Mem_Write(hi2c, DevAddress, Address , I2C_MEMADD_SIZE_8BIT, &val, 1, 100);so if i wrote 7 byte everythingh work p...
I am designing interface board similar to MB1835 for our touchscreen to work with MB1829. STM32U5G9NJH6Q power supply VDD, VDDA, VDDIO and VDDUSB are all supplied with 1.8V. Thus, STM32U5G9NJH6Q GPIO is compatible with 1.8V signals. Touch Screen co...
Hello all,I would like to set SWCLK to permanent logic high, from pc side, in order to force bootloader loading in my custom board.Is that possible?Edit. Is any of the ST-link output signals (SWCLK/TCK, SWDIO/TMS, TDI) in strong logic high state by d...