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
Murata already demonstrated NTN connectivity using its type 1SC solution which is based on Altair ALT1250. The B-L462E-CELL1 rather uses a type 1SE from Murata, but it's also based on Altair ALT1250. Given we have a SIM card from a satellite operator...
Hi, I used before Pololu ToF sensor and I can work without any problem. Now I bought VL53L1X-breakout board sensor. This sensor work with arduino uno but, sensors does not work with stm32f407g-disc1 board. How can i configure this breakout board wit...
Hi all,is it possible to write a bootloader which sits at the beginning of the CM4 memory block and updates the CM7 as well as the CM4 (userapp sits in the memory area of the CM4 behind the bootloader)?I imagine it like this: The configuration bit th...
I debuged my software on the STM32F722ZE, when I suddenly lost connection to it. I tried to connect to it with ST-Link V2 and Segger J-Link. Error message from J-Link commander is: Can not attach to CPU. Trying connect under reset. Connecting to CPU ...
I am going crazy! I am working with an STM32f745 and I am having SWD connection issues. I have a STlink 2-1 jumpered using the header connection from it over to my board Now, a interesting thing is happening when I probe the SWDCLK and SWIDIO li...
Hello everyone,I am trying to receiver a DMX frame using STM32 UART interrupts. I'm trying to receive the data byte-by-byte using a state machine logic. The problem I am facing here is that none of the debug LED code to toggles the LEDs when the prog...
I am trying to read ADC from two channels without using DMA. For that I use this code: /* USER CODE BEGIN 0 */uint16_t ADC_VAL[2];void ADC_Select_CH1(void){ ADC_ChannelConfTypeDef sConfig = {0}; sConfig.Channel = ADC_CHANNEL_0; sConfig.Rank...
Hi all,I am using an STM32F429 discovery board to develop a DSP platform for making some sound effects. I have I2S streaming and passing through, and I have SDRAM configured where I can talk to it and even transfer my buffers on and off it.Where I am...
The below oscilloscope capture appears to show that disconnecting the ST-Link from the Windows laptop adds 80 ms to the NUCLEO startup, until the first UART packet is sent. If that is correct, what can cause this delay?Thank you in advance for your f...
Hi,I'm trying to set up a USB host using a Nucleo144-F767ZI, which should exchange data with a Nucleo64-F103RB through USB. Since the Nucleo64 doesn't have a USB interface for the F103, I want to utilize the VCP (Virtual Com Port) of the ST-Link on t...