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

24 bit SPI TransmitReceive oddity

Hi. I think I have an idea why this does what it does, but wanted to ask advice anyway.I am interfacing an STM32F767 over SPI with an SSD2828 parallel RGB to MIPI bridge.It (amongst other options), uses what they describe as 24 bit SPI.I am using the...

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
  • 1063 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...