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

Hello, I'm using STM32L4R5ZI with embOS OS( used released version) for my application. I've implemented boot-loader now for my application. I've set VTOR(SCB->VTOR ) as per my application flash start address and i relocate interrupt table to RAM.

STM32L4R5ZI has SRAM1 (0x20000000 - 0x2002FFFF) , SRAM2 (0x20030000 - 0x2003FFFF) and SRAM 3 (0x20040000 - 0x2009FFFF).I move VTOR table as per my Application Flash starting address. In code, I relocate Interrupt table to RAM for my own ISR handlers ...

Hi all, because just I have jumped to ST32 MCU, I would like ask you for help with follow general answer if its possible to do with this MCU. I have chosen MCU STM32G031G4.

 I need to generate:7 independent PWM channels, I/O outputseach channel will have 3 dependent PWM signals with phase shift 120 degrees ( total I/O outputs is 21 PWM channels)Frequency for all channels should be 3MHzDuty cycle of all PWM should vary ...

MKova.2 by Associate
  • 424 Views
  • 2 replies
  • 0 kudos

STM32L412 Documentation Anomaly

AF pin assignments internally inconsistent in product datasheet.Need clarification of actual hardware configuration.STM32L412RB Data Sheethttps://www.st.com/resource/en/datasheet/stm32l412rb.pdfhttps://www.st.com/resource/en/datasheet/stm32l412c8.pdf

0693W000003OlVGQA0.jpg 0693W000003OlVQQA0.jpg

Resolved! i am trying to display the content of "count " IN TIMER 2 IN THE WHILE LOOP ON LCD DISPLAY BUT I CAN SEE ONLY "00" CAN YOU PLEASE CHECK THE MISTAKE IN THE CODE BELOW?

* USER CODE END Header *//* Includes ------------------------------------------------------------------*/#include "main.h"#include "i2c-lcd.h"#include "stm32f4xx_hal.h"#include "stdio.h"#include "string.h"/* Private includes -------------------------...

Akhan.2 by Associate II
  • 2183 Views
  • 14 replies
  • 0 kudos

I need some help on why undefined exception occurred or code crashes when i flash and run blinky app on nucleo-l552ze ?

I am working on porting Mynewt RTOS on nucleo-l55ze (Cortex-m33) board,and able to build blinky and load.but led will blink only once and observed the issue that is unhandled interrupt/exception generated while context switching between main task to ...

YYada.1 by Associate
  • 329 Views
  • 0 replies
  • 0 kudos

how to filter noise in adc input stm32?

hello, i am working with a stm32f407 discovery and a current sensor acs712 / 20A , the adc of the card hold input from 0 to 3.3v and the sensor presents an output from 0 to 5v so i have added a voltage divider with two resistors of 2.2k and 3.3k, whe...

Cnnon.1 by Associate
  • 3617 Views
  • 2 replies
  • 0 kudos