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

initialise structure array ??

hello I have a structure arraytypedef struct { uint8_t Line_Add[lcd_lines]; char Line_Data [banks] [lcd_lines] [40]; uint8_t Data_Pos [lcd_lines]; uint8_t Start_Pos [lcd_lines]; ...

JHERI by Senior
  • 386 Views
  • 2 replies
  • 0 kudos

RTC alarm problem only with some MCUs

Hi, I have a strange behavior with the RTC alarm only with some MCU. In my project use the STM32L476, when I set the alarm the MCU wake up without problem, but this work fine only with some board. On the other boards with the same MCU and the same FW...

felia by Associate II
  • 703 Views
  • 5 replies
  • 0 kudos

STM32L4 HAL I2C communication

Posted on January 09, 2016 at 20:34Hello.I recently started testing the communication over I2C on a NUCLEO-L476RG board using the HAL API.Looking through the reference manual (http://www.st.com/st-web-ui/static/active/en/resource/technical/document/...

Using bxCAN HAL; STM32F072

To begin, I have a question regarding the CanTxMsgTypeDef and the CanRxMsgTypeDef configurations (listed here.)My question is, how to properly initialize the parameters :uint8_t Data[8]; of CanTxMsgTypeDef and uint8_t Data[8]; CanRxMsgTypeDefI can lo...