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

Resolved! To read and write EEPROM IC 24c16

Is it possible to set I2C SCL and SDA pins to high and low in stm32 to read and write the EEPROM IC. If it is possible plz help me how to do that and how to generate the function to read and write the EEPROM 24c16 IC in stm32.Plz help me.Thank you

MS.11 by Associate III
  • 2311 Views
  • 10 replies
  • 1 kudos

Does the STM32 v1.5.1 GCC 7.3.1 toolchain have a limitation of 32-bit arguments for variable argument lists (stdarg.h) ? I am trying to pass 64-bit arguments via a variable argument list and I only see the upper 32-bits set (lower 32-bits are zero).

I'm using the standard ANSI va_args approach here: int64_t arg64 = va_arg(args, int64_t);When stepping through the code the debugger clearly shows me a value like: 0xbeefbeef00000000

MNeed.1 by Associate
  • 479 Views
  • 2 replies
  • 0 kudos

high baud rates dropping carachters

hi i'm using the stm32h750 and in it using the baud rate of 500000 well i want ot go higher but everytime i increase the baud rate there is some charachters dropped or missing in the final received message i tried DMA its worst not filling the buffe...

bakhti by Associate II
  • 1141 Views
  • 16 replies
  • 0 kudos

Write data to flash when power supply drops

Hello,I am using a STM32G473VET6 on my board, and I want to save a few data bytes in Flash when the 24V power supply drops. I have more than 400ms available between the detection by the MCU and the 3.3V dropping. When the ADC triggers this event, the...

ATurp.11 by Associate II
  • 2651 Views
  • 22 replies
  • 0 kudos