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 Everyone, I have the Nucleo-H7S3L8 as my first STM32 board. I want to connect it to a Segger J-Link Pro for JTAG. In the official documentation (https://www.st.com/resource/en/user_manual/um3276-stm32h7rx7sx-nucleo144-board-mb1737-stmicroelectr...
Purchased the SensorTileBoxPro and got in way over my head. I wanted a wearable to detect and alert of undesirable head movement. 1. Can this device be programed to do this?2. Is there anyone that could program it for a modest fee?
Hi, Can anyone recommend a development board that has ZIO headers and on-board SDRAM as well? I can't seem to find any.I have some other requirements as well:-> Needs to have a system clock > 180Mhz-> Advanced DMA Features-> Needs to have on chip ADC...
I am trying to run some basic tests on the STM32H7S78-DK discovery board.I am having some trouble properly initializing the PSRAM (is this info available somewhere, what are the right settings?)PSRAM is clocked at 200MHz, i copied settings from the a...
Hi everyone :waving_hand:,I’m currently working on a bare-metal project using the STM32F4 Discovery (Disc1) board and developing my code purely with CMSIS header files (no HAL or CubeMX).I wanted to check if this board has any onboard MEMS sensors (l...
Hello everybody! I recently started experiencing weird, unstable behavior during debug on my Nucleo u575zi-q board. So, I don't use HAL, or any graphic programming, or any API, doing everything in pure C from scratch. The IDE I use is, of course, the...
I have overall found this feature to be very unreliable, for reasons unknown. The data comes out OK from PB3 and goes all the way to the STLINK V3, at the expected speed, 1MHz, but Cube IDE displays nothing. I have this across a number of development...
Can't connect to new board: NUCLEO-N657x0-Q Error: No STM32 target found
I'm trying to set up a simple UART debug just for transmission from the the NUCLEO board.uart.c#include "uart.h" #define GPIOAEN (1U<<0) #define UART2EN (1U<<17) #define CR1_TE (1U<<3) #define CR1_UE (1U<<13) #define SR_TXE (1U<<7) #defi...
hi~! I made a IOT prototype with STM32U031K8T6, but I can't download firmware. The connection isn't working ad it should, can anyone tell me the issues with the attacked circuit ?? I've tried both j-link and st-link download tools. please reply ...