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’m using the STEVAL-STWIN KT1B to log data. I flashed HSDatalog onto it and used the ST BLE Sensor Classic iOS app to log data and save it to an SD card.After acquisition, when I check the AcquisitionInfo.json file, I notice that "start_time" ...
I am currently working on a bootloader using the NUCLEO-F446RE development board, which consists of a program that erases sectors 3-7 of the MCU's flash memory to create space for a program. When run my bootloader's erase function and then attempt t...
Hello,I am using a STM32H757-i eval board. I created a project through file >> new stm32 project, selected my board, then generated code.However, I am going into error handler when initializing the SDMMC. My path to go to error handler : MX_SDMMC1_...
So I'm having this issue with a Nucleo STM32H563ZI board regarding the USART3 that connects to the VCP ST-Link port.If I enable the USART3 at 115200 baud rate, and keep all the default parameters and, in the clock configuration, if I do not change an...
I need to create 4 different PWM signals at the same time with different frequencies, I believe this means I need 4 different timers that are connected to a GPIO port, I currently have NucleoF767ZI and an STM32f746g-DISCO, Nucleo only appears to have...
Hello ST Team,I'm trying to bring up I3C using a NUCLEO-H563ZI with XNUCLEO-IKS4A1 to boards stress I3C, and I'm using AN5879, which was thought for NUCLEO-H503RB and X-NUCLEO-IKS01A3 boards.Regardless of the above, I still believe we should be able ...
We are planning to use STM32H753X in one of our design. For JTAG interface I can see two options 5 pin and 4 pin JTAG. Is STM32H753 supports 4 pin JTAG? If yes, how to manage NJTRST pin? Shall i connected NJTRST pin to NJRST? what is the use of 5 pi...
STM32 NUCLEO 64 -F411RE From SMT32Cube IDE I build & upload the following code that does nothing ,stripped everything away to show that the ST-Link is working,#include "stm32f4xx.h" int main() { while(1) { /* Do nothing */ } } This b...
i have STM32103RBT6, i want to use all three UARTs for a project. i want to use UART2 thorugh PA2 and PA3. The connection are : SB61, SB62 and SB63 are open. SB13 & SB14 are open as well. Continuity is there between SB62 & SB62 to TX on ST link (from...
Two STM32H743 series MCUs are on a single board and they communicate using SPI. When SPI clock frequency is more than 1.5 Mhz, SPI communication is not working properly. The distorted clock signal waveforms at high frequencies are attached below.A 51...