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

UART RX Busy Flag Constantly Set

I had a project I was using on the L053 Discovery Board (STM32L053C8T6 micro) that was receiving some data from the UART that was working fine. Built my own board using a different L0 part (STM32L010F4P6). When I try to run this same project, the UAR...

nobbyv77 by Associate II
  • 903 Views
  • 3 replies
  • 0 kudos

IAP with UART

Hello everyone,Here i am trying to implement IAP using UART in stm32 and successfully implemented also but using YMODEM but i want to use only UART without Ymodem protocol can anyone help to create a function or file to receive .bin file from UART an...

Pkush.1 by Associate
  • 405 Views
  • 3 replies
  • 0 kudos

STM32F103 and I2C TX using DMA, byte array issue

Hello, i have the following setup code for i2c and DMA, where i use i2c1 to send some buffer data to a display. DMA_DeInit(DMA1_Channel6); DMA_InitStructure.DMA_BufferSize = DMA_I2C_BUFFER_SIZE;//BufferSize; DMA_InitStructure.DMA...

0693W00000bhQkdQAE.png
Bogdan by Senior
  • 628 Views
  • 3 replies
  • 0 kudos
Labels