STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is STM32H7 SWO (printf) problem solved?

I tried to evaluate a Nucleo STM32H743ZI board a few months ago but the serial wire tracing wasn't possible with the HAL drivers.https://community.st.com/s/question/0D50X00009XkhURSAZ/stm32h7-swo-printf-not-workingIs this bug solved by the way? Is an...

CKosa by Associate II
  • 789 Views
  • 1 replies
  • 0 kudos

OpenAMP_TTY_echo example ttyRPMSG0 configuration issue

While trying to initialize the ttyRPMSG0 configuration, i get a error message that "No file exits"Could you please help me hear,How could I get these configurations.I have flashed the board with stater package image.Thanks,Gautam Tadavarthi

Gtada by Associate II
  • 927 Views
  • 4 replies
  • 0 kudos

FOC motor control with STM32F302x8

Hello, we designed a motor controller with three-shunt topology using STM32F302C8. Because this MCU only have one ADC, the motor control SDK documentation (UM2392) explains on page 20 that the 2 ADC conversions needed to get the 2 phases current must...

Resolved! STM32H7 DMA and different memories

Hello,I have been tasked recently with porting some code from another microcontroller into the STM32H7. Right now I am taking care of the UART communication and some parts around that. And I would like opinions and advice about some things if possibl...

LAfon by Associate III
  • 1124 Views
  • 2 replies
  • 0 kudos

Resolved! USART Interrupt only receives and processes first string

USART1 interrupt only receives one string, processes it well and returns it back as expected. But when i issue the second string, the check USART_IT_RXNE status flag is always false. I tried to reset it right after the preceeding string is sent but a...

malehakim by Associate III
  • 1106 Views
  • 5 replies
  • 0 kudos

Resolved! Turn LED on and off on homemade STM32F405 development board

I have a simple switch on an LED project on a homemade STM32F405 development board. I am using STM32 Cube-MX and It is all working OK and turns an LED on and off via a momentary switch on subsequent button presses. The problem is that on starting the...

pedro1 by Associate II
  • 1044 Views
  • 3 replies
  • 0 kudos

Enable upload to homemade STM32F405 evaluation board

Disclaimer - my skill level is pretty low but I am very keen to learn :D I made this homemade STM32F405 evaluation board and using STM32 Cube-MX, Keil uVision 5 and a ST-Link programmer was able to upload a basic blink code example. However I am want...

pedro1 by Associate II
  • 1728 Views
  • 9 replies
  • 0 kudos

ili9341 and pins

Hello guys,I would like to drive ili9341 using that library --> https://github.com/martnak/STM32-ILI9341and I faced somthings that I didn't know about pins.My device is this --> https://tr.aliexpress.com/item/3-2-inch-320x240-320-240-TFT-LCD-Module-...

Zek_De by Senior
  • 912 Views
  • 1 replies
  • 0 kudos

Running code in RAM on STM32H7

Hi,I have to to run my code in RAM on STM32H7 and debug it.I put my code in RAM_D1 (start address = 0x24000004) changing the linker file in this way: /* The program code and other data goes into FLASH */ _sl_my_Code = LOADADDR(.my_Code); /* pnt to th...

ADion by Associate
  • 899 Views
  • 2 replies
  • 0 kudos