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

Stm32F7: When is it usefull to enable DCACHE?

Posted on April 12, 2016 at 17:44In my understanding, DTCM, SRAM1 and SRAM2 all offer single cycle access. This leads my to the conclusion, that enabling DCACHE in a situation where there is no slow external memory does not bring any advantage, but ...

Question related to DSI resolution

Posted on April 12, 2016 at 16:49Hello! I am learning how to work with DSI interface on stm32f769 controller. There is one question. Dsi host gets the frame from LTDC interface, the maximum resolution of LTDC is 1024*768, but the maximum resolution ...

TIM5 on STM32F107VC?

Posted on April 12, 2016 at 14:17Folks, I am writing some software on the STM32F107VC, but in the header files there is no trace of TIM5, its interrupt vector etc. From what I can see from the datasheet this time should be on the processor. Am I mis...

DiBosco by Senior
  • 385 Views
  • 4 replies
  • 0 kudos

STM32 CubeMX bug tracker/feature request

Posted on March 29, 2016 at 21:05Is there some bug tracker or feature request branch on forum? How can I leave feedback for this software? Anyway, here I'll post my proposition. CubeMX generates initialization of periphery like this:   /* Initialize...

sincoon by Associate II
  • 360 Views
  • 2 replies
  • 0 kudos

CubeMx RTC Timeout does not trigger ISR

Posted on November 28, 2015 at 18:00Hello all, I made a new project with latests CubeMx 1.9 for stm32f4 My problem is that the autogenerated code does not trigger the ISR. I found out that when I __HAL_RTC_WAKEUPTIMER_CLEAR_FLAG(&hrtc, RTC_FLAG_WUTF...

taraben by Senior
  • 197 Views
  • 2 replies
  • 0 kudos

Contiki on STM32L053 Nucleo

Posted on April 12, 2016 at 13:12Hi All New to STM32 but not new to MCU's (Have done projects on TI, Microchip, Atmel, etc) I'm busy to evaluate Contiki on STM32L053 Nucleo to compare to the MSP430 implementation of the Contiki stack.  On MSP430 I h...