STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I'm trying to use HRTIM to generate non-overlaping PWM pulses on 2 outputs, and be able to change which output is first in time. I've tried various methods and find when I change the output order, it corrupts the pulse lengths and they overlap.

Nulceo 64- F334R8. Using Timer A on HRTIM1 to generate non-overlaping PWM pulses on 2 separate outputs. I use 4 CMP registers, defining the start and end time of each pulse (CMP1 = pulse 1 start, CMP2 = pulse 1 end, CMP3 = pulse 2 start, CMP4 = puls...

ORidl.1 by Associate
  • 666 Views
  • 2 replies
  • 0 kudos

How to write data to flash on an STM32F413ZH

HelloI'm trying to read and write data to the flash on a STM32F413ZH using Keil MDK-ARM. I've been using the following code:uint32_t Flash_Address1 = 0x08140066; uint32_t Flash_Address2 = 0x08140067;   uint8_t Data[4] = {0x66, 0x77, 0x88, 0x99 };   v...

ron_w by Associate III
  • 1104 Views
  • 4 replies
  • 0 kudos

FT5436 compatibility with FT5336 from STM32F746-DISCO

Hello,I have made a custom board based on the STM32F746. I am using a touch panel which uses the FT5436. My question is: are the FT5336 drivers provided by with the STM32F746 discovery board drivers compatible with the FT5436? I cannot make it work. ...

YTalh.1 by Associate II
  • 986 Views
  • 5 replies
  • 0 kudos