STM32 MCUs Boards and hardware tools

Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stlink 2-1 Connection problem.

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...

IAgui by Associate III
  • 915 Views
  • 3 replies
  • 0 kudos

DMX decoder using STM32 H7

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...

llama47 by Associate
  • 3204 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 dual channel ADC

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...

MS.23 by Associate II
  • 1738 Views
  • 1 replies
  • 1 kudos

I2S and SDRAM

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...

radhlw by Associate
  • 795 Views
  • 1 replies
  • 0 kudos

Resolved! STM32U5A9 OctoSPI memory mapped (read only) with NOR FLASH triggers hard fault on first access.

I am trying to bring up the MX25UM51245G NOR Flash connected to OctoSPI 1 on a STM32U5xx development board. I have implemented most of the actions specified in AN5050 to set up this NOR Flash.Since my use case does NOT require the ability to have the...

RMand by Senior
  • 5745 Views
  • 9 replies
  • 1 kudos

SPI Receive more characters than sent

I try to setup a SPI COmmunication to do some "cross-communication" for Safety Reasons.So in my test setup, i read characters from UART, send them via SPI to the Slave, the Slave logs them via UART and ackknowledges them through sending an "39".Sendi...

Patsch36 by Associate II
  • 865 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H747I-DISCO QSPI not working with BSP

I am trying to read and write to the MT25TL01G on the STM32H747I-DISCO board via the QSPI interface during runtime. I followed https://community.st.com/t5/stm32-mcus/how-to-add-a-bsp-to-an-stm32cubeide-project/ta-p/49812 to add the BSP to my project,...

nathan_s by Associate
  • 1921 Views
  • 3 replies
  • 2 kudos