Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Unable to use print anything on teraterm using UART

Hey everyone. I am trying to print something on TeraTerm console using USART2. I am using STM32L4R5ZI board for this function. Below is a picture of my .ioc file: Below is the Code in my while(1) Loop: Below is the configuration for USART2 in main.c ...

ioc_file.png Code_while(1)_Loop.png USART_main_c.png USART_msp_c.png
Lm3332 by Associate
  • 210 Views
  • 4 replies
  • 2 kudos

Resolved! General SPI Help

Hi all,I'm Fairly new to both STM32 and the SPI protocol. I'm struggling to get communication working. MCU: STM32F722RETXDevices: GS12281 & GS12170I have both devices connected to my SPI1 bus with SPI initialized as follows:  hspi1.Instance = SPI1; ...

J_Godwin by Associate
  • 228 Views
  • 4 replies
  • 2 kudos

Issue using nRF24L01+ via SPI and STM32F0

I have a custom PCB using the STM32F042F. I replaced the STM, and now every time I connect the communication chip, the STM32 turns off. The STM does not boot if I first connect the nRF24L01 then power the STM.   I am confident my code and the board a...

RS485 Problems with USART on STM32F756xxx

We have to use 4 RS485 interfaces. The first RS485 interface mapped to UART 5 works fine with DE enabled. But we saw, that the same method of configuration for USART 1 and USART2  does not work properly.The DE signals will be continously high. As so,...

rodi66 by Associate II
  • 203 Views
  • 4 replies
  • 0 kudos

SPI Commnucaion

Hi, I am interface  ESP32 MCU to STM32H757-Eval board SPI communication, ESP32 is master side and STM32H757 is slave side below the pin configure, esp32 side send data but stm32h757 not received in debug mode, how to solve this     

Rajfrance_1-1747821904150.png Rajfrance_2-1747822024846.png Rajfrance_0-1747821609241.png Rajfrance_0-1747822677874.png

ABI SIGNAL GENERATION

 Hi,I am working on the STM32G431RB and implementing ABI/Z quadrature signal generation. I’m using a sensor that provides sine and cosine signals, which I read using the ADC to calculate the angle from 0° to 360°. The angle measurement is accurate an...