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! [Documentation Typo] UART8 TX DMA for STM32F413/423

In the STM32F413/423 reference manual ( RM0430 Rev 8), there are two UART8_RX options, but no UART8_TX option. This seems like a typo, since all other UART instances have both a TX and RX mapping.Also, CubeMX lets you assign UART8_TX to stream 0.

0693W000003RX0KQAW.png
Miles1 by Associate III
  • 252 Views
  • 1 replies
  • 0 kudos

STM32H745 SPI RXP spurious interrupts

Hello all,I have serious problem with SPI2 on STM32H745 using interrupts.First I try system with polling:uint8_t Send(data) { *((uint8_t*)&SPI2->TXDR) = data;   while((SPI2->SR & SPI_SR_RXP) == 0) {   } return *((uint8_t*)&SPI2-...

DM.21 by Associate II
  • 789 Views
  • 7 replies
  • 0 kudos
Labels