STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PWM dithering

I am using STM32F103C8 controller for my product desgin. I want to implement PWM dithering concept to increase my PWM resolution. after reading application note AN4507 following are my doubtswhat is meant by 1-LSB duty cycle managementOn page no 12. ...

MMitt.7 by Associate
  • 768 Views
  • 4 replies
  • 0 kudos

Weird binary size growth

Has anyone else stumblen on this?I had a build configuration, and I needed to do another for a different memory area. I made a new one with a different name based on the existing configuration, and when it compiled and linked, I removed the old one. ...

STM32F105 I2C clock streaching

Hi,We are working with the STM32F105 chip and we want to use its I2C interface to communicate with a chip that demanding an I2C master that allows the clock stretching. We need to know if it is possible to enable this feature in the STM32F105 and how...

CAlon by Associate
  • 435 Views
  • 2 replies
  • 0 kudos

Resolved! HW timers with FreeRTOS

Hi,I am struggling with HW timers when using FreeRTOS. Using H743ZI Nucleo Board and writing on FreeRTOS application examples.I have changed ThreadCreation application a little bit: created another task that initializes LEDs and a timer, and creates ...