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

I2C Repeated Start to put MB85RC512T to Sleep mode

Hi,I am interfacing an FRAM driver from STM32L452RE using HAL lib. mem_read operation is not sufficient to put the FRAM chip to sleep mode. This requires a restart condition as follows:[Start][0xF8][Ack][0xA0][Ack][Rep Start][0x86][Ack][Stop]Here I t...

NMath.1 by Associate
  • 327 Views
  • 0 replies
  • 0 kudos

SPI External Flash Loader for STM32F407VE

I am trying to create external flash loader for STM32F407VE. The flash is w25q64jv - 8MB.I tried to follow the tutorial but since this is QuadSPI and I think STM32F407VE does not support QuadSPI.https://www.youtube.com/watch?v=XqCq0xtQmbI&list=PLnMKN...

MSing.8 by Associate III
  • 1239 Views
  • 4 replies
  • 0 kudos

I want to generate a PWM signal using DMA TIMER, in which the duty cylce should change in very frequently. Till 10 times the Duty Cycle changes with out any issues after which when I increase the array size the waveform is getting not correct. Kindly help

DMA config as below hdma_tim.Instance = TIMx_CC1_DMA_INST;   hdma_tim.Init.Channel = DMA_CHANNEL_6;   hdma_tim.Init.Direction = DMA_MEMORY_TO_PERIPH;   hdma_tim.Init.PeriphInc = DMA_PINC_DISABLE;   hdma_tim.Init.MemInc = DMA_MINC_ENABLE;   hdma_...

0693W00000LvxMEQAZ.jpg 0693W00000LvxMnQAJ.jpg
JohnsAby by Associate II
  • 523 Views
  • 3 replies
  • 0 kudos