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
I have the below code, which is supposed to update DAC with sinewave via SPI3 bus. It was configured and working fine via discrete command, but when I used timer7 to generate an event and update DAC16 via SPI3 via the HAL library, it went to hard fau...
Hello,I'm new to embedded programming, and I'm currently working on establishing a basic SPI connection between an STM32 microcontroller and the BMI270 IMU sensor by Mikroe. My goal is to read the Chip ID (CHIP_ID register at 0x00) and get a response...
Hello,I am a PowerTrain Electronics Hardware Architect by profession.For one of my new hobby electronics developement I decided to use STM32 micro controller.To start with I bought NUCLEO_F030R8 and able to blink on board LED as I program. Then I tri...
so i was following an online tutorial (from digikey, where they teach how to use dma) and in it the values from ADC is transmitted through DMA to a buffer of decent size (4096byte). But it seems they always use the hal delay function after using uart...
I am experiencing a bug in the ST-Link FW V2.J37.M26setupNucleo-F446RE power from E5Vit takes a long time to "boot" or start to execute code. some code will never start running. the problem goes away if the ST-Link is power from USB before E5V is tur...
Hi ,I Cant load the code or debug it in the dev board using my IAR workbench .it looks like some error with the flash loader.Sat Feb 15, 2025 09:08:58: IAR Embedded Workbench 8.50.1 (C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.4\arm\bin\a...
I am traying to meassure a clcok frequency using STM32F103C8T6 board i am unable to capture. Please anyone solve my problem. This is the code i am using. #include "main.h" #include <stdio.h> #include <string.h> #define IDLE 0 #define DONE 1 #def...
Hello, i am using stm32 B-L4S5I-IOT01A i want to use the wifi module to send a message i plan on reciving on the terminal using mosquitto my question is do i need to download packages to enable the wifi and MQTT protocol ? if yes which ones ?
Hi,I am trying to read device id of the W25Q16JV Flash Memory (3V 16M-BIT SERIAL FLASH MEMORY WITH DUAL/QUAD SPI) using the STM32G474RBT4 Nucleo board via QSPI lines.I hereby attach the ioc settings and the code used:static void MX_QUADSPI1_Init(void...
Hi,the STEVAL-PROTEUS has a 34-pin expansion connector.in UM3000 User manual is written:"The pinout of the 34-pin connector is compliant with the STMOD+ by using a dedicated adapter (not included inthe kit)."Where can I buy such a dedicated adapter?O...