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

STM32H7B3I-DK

Hi, STM32H7B3I-DK is already in stock at Digikey. Someone from ST could tell us when the STM32H7B3I-DK and Microcontroller documentation will be available on the ST website?

Asantos by Senior
  • 421 Views
  • 4 replies
  • 1 kudos

## preprocessor directive in STM32 eclipse doesn't work

I use this definition #define ITEM(A,B,C,D,E,F)   (((ulong32)##A## << 25) | ((ulong32)##B## << 20) | ((ulong32)##C## << 15) | ((ulong32)##D## << 10) | ((ulong32)##E## << 5) | ((ulong32)##F##))that "translate" any switch case block in a constantswitc...

NVERZ by Associate II
  • 545 Views
  • 2 replies
  • 0 kudos

Resolved! Nucleo board ground shorted

Hi, I don't really have an electronics background so this might be a silly question.Is there a reason why the ground pins on my Nucleo board (f767zi) are shorted with jumpers?Or are the jumpers only used to give the board ""feets""?I'm attaching a pi...

0690X00000BwV7SQAV.jpg

STM32F7XX bootloader unable to erase.

Hello,We already have developed a USART boot-uploader for a project of ours, testing it on an STM32F7XX customized board. I can bring up the bootloader by init command ( 0x7F ) and get a response 0x79 ( ACK ). But an extended erase command fails to r...

svLag by Associate II
  • 293 Views
  • 1 replies
  • 0 kudos

When do we need to call Clean and Invalidate D Cache?

Hi everybody, this maybe a very simple question but it is complex to me.Are they only needed between DMA and Memory?If we have few buffers but they are same RAM, do we need to clean/invalidate before copy or read?If a buffer is located in uncache (by...

Dat Tran by Senior II
  • 3679 Views
  • 7 replies
  • 0 kudos