STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 316 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
  • 493 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
  • 527 Views
  • 5 replies
  • 0 kudos
Labels