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

Design of Battery operated STM32L0 Hardware

I want to design battery operated hardware with stm32l0 series. i want minimum 5 years of battery backup for my project. please suggest me the best hardware along with stm32 and battery management solution also

Resolved! STM32F051C8 TIMER1 PWM NOT WORKING?

HIstm32f051 config with stmcubemxbut, timer1 and timer2 and timer3and16and17 not working for pwm generationonly timer15 good workwhy????

shose by Associate II
  • 2385 Views
  • 11 replies
  • 0 kudos

STM32F769I-Discovery CAN BUS

I work with STM32F769I-discovery board. in CubeMX CAN bus interface are not available to be selected. Can someone point me to the right diretion of initialising CANBUS?​Many thanks!

RGao.2 by Associate
  • 587 Views
  • 2 replies
  • 0 kudos

Resolved! PWM input falling edge capture behavior

Hi,I'm following RM0390 reference manual's PWM input mode example for calculating frequency and duty cycle for incoming PWM signal. Basically I'm using TIM1's CC1 for capturing rising edges and CC2 for capturing falling edges. The question is that is...

0690X00000Bw9lpQAB.png

What is the proper method to interrupt/signal that new information is ready between core M7 and M4 in an STM32H7 processor?

I am looking at the STM32H7 reference manual and STM32H745 code examples to determine how to transfer and signal new information between the cores. Currently I see two possibilities: Shared memory and a hardware semaphore/interrupt or shared memory a...