User Activity

I have a use case where I need to toggle a GPIO based on a PWM waveform. Since the GPIO chosen doesnt fall in the PWM timer pins, I have to toggle the GPIO in some other way. I came across the timer mode "PWM Generation No Output" mode. I am thinking...
I am trying to create two PWMs with same frequency and different duty cycle. Since my alloted pins are from different timer channels, I am looking to create a master - slave timer with same PWM frequency and different duty cycle. Is there any example...
Is there a sample code for the on board eeprom access on the STM32L552E evaluation board ?