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

UART - Data corruption due to noisy receive line

I found out in the errata of STM32G070 MCU (page: 12, section: 2.11.1) that: in UART mode with oversampling by 8 or 16 and with 1 or 2 stop bits, the received data may be corrupted if a glitch to zero shorter than the half-bit occurs on the receive l...

TJosi.1 by Associate
  • 813 Views
  • 1 replies
  • 0 kudos

problem at while loop

HI, i am using two timers in interrupt mode by setting 100khz frequency for each . one timer interrupt is for my power factor calculation and other one for current calculation. But the problem is when it comes to while loop. once my code enter int...

Lchal.1 by Associate II
  • 1327 Views
  • 12 replies
  • 0 kudos

Resolved! In what document can I find a table as to what peripherals are directed to which I/O pins? Am am currently working on the STM32446RE but have not found it for other chips either.

For instance What pins can UART1_TX come out on? Or what peripherals are attached to PA5?I would think there was a table somewhere. I have looked in the RM0390 Reference manual but they say Alternate Function 0 - 15 but do not say what the alternate ...