STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 983 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  *...