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

STM32F205 timer goes wired after changing the prescaler

Hi all, I am now using STM32F205 w/ STM32cubeIDE & STM32cubeMX to make a project with timers. I find that the timer seems not accuracy. So I make a test code to test it (see attached project). For short, it is just Timer_start() while(1) { if(...

SSin by Associate III
  • 503 Views
  • 2 replies
  • 0 kudos

Linker file explanation?

Can you explain what is the use of these section in .ld file KEEP (*(.init)) in text sectionKEEP (*(.fini)) in text section*(.eh_frame) in text section*(COMMON) in bss sectionand whats the difference b/w*(.rodata) and *(.rodata*) Thanks D.Manikandan

Mani1 by Associate II
  • 344 Views
  • 2 replies
  • 0 kudos
Labels