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

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
  • 917 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
  • 819 Views
  • 5 replies
  • 0 kudos

STM32H7 TCM RAM access speed

Reference manual says that TCM RAMs are accessible at the maximum clock speed without any latency, but to perform accesses at a CPU speed higher than 520 MHz, one must disable the ECC on this RAM through the CPUFREQ_BOOST option byte. What happens if...

MMn.2 by Associate
  • 1130 Views
  • 6 replies
  • 0 kudos

Resolved! I'm trying to create my own GPIO API using LL library on STM32F4. When declaring GPIO port I get warning: initialization of 'long unsigned int' from 'GPIO_TypeDef *' {aka 'struct <anonymous> *'} makes integer from pointer without a cast [-Wint-conversion]

Hey, I create some enums and struct to declare specific pin settings. In .h file I create these struct and enums:typedef enum { ePin_Led_Stat=0, ePin_Led_GPS_Fix, ePin_USART1_Tx, ePin_USART1_Rx, ePin_USART2_Tx, ePin_USART2_Rx,   ePin_Name_Last} ...

DSimp.1 by Associate III
  • 1263 Views
  • 2 replies
  • 0 kudos