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

delay inside a EXTI9_5 callback function

I have been trying to create a asynchronous serial UART communication on GPIOA pin 9 and pin 8pin9- is RxPin8- is Txin order to sample the message at the right time I have create a dealy function using the DWT mechanism, the idea is to wait 1.5*(1/b...

Resolved! Nucleo L476RG - Turn on LED

I am using a NUCLEO-L476RG development board, I am learning to write GPIO drivers for STM32 family I am implementing a simple logic in which I need to turn on an LED when a push button is pressed.I have a strange issue: The Bread board LED turns ON w...

0693W00000JNq9WQAT.png
Tbone1 by Associate II
  • 1219 Views
  • 8 replies
  • 0 kudos

How to convert old code to use FPU ?

Hi I am trying to optimise my gait generation code for my robot. I use a lot of float operations . I want to use FPU to accelerate computing. As an experiment I am using the following taskTickType_t start = xTaskGetTickCount(); while( i<100000000) ...

0693W00000JMnPeQAL.png
SSRIN.1 by Associate III
  • 1082 Views
  • 7 replies
  • 0 kudos
Labels