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

STM32L432KC - lpuart work only in transmit mode

LPUART (over usb connection) work only in transmit mode. I have CubeMX generated project with "receive and transmit" settings for lpuart in interrupt mode, but can only send data from the mController to PC. With another evalboard (Nucleo L496ZG) my s...

Nikeware by Associate II
  • 658 Views
  • 5 replies
  • 0 kudos

CODE vs RO vs RW vs ZI-data

Hi there, dumb, dumb, dumb, dumb question: which of the above, as reported by my Keil MDK compiler, count against my program space and which count against my RAM? Does CODE+RO go into my program space, or just CODE?Asking because I'm playing with te...

structures

Hello All , I am sorry it might be the wrong forum , i use STM32f429 with TFT to create a menu system I am declare a structures for menu but i dont have success to put a structure in side a struture could me what is wrong ?  struct menu_type {char  *...