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! mx configuration report

Posted on May 13, 2017 at 09:48A minor bug in STM32CubeMX 4.21.0 (Win7, Adobe Reader 2017):pin names don't fit in generated report PDF when 'locating stake' for user label is used. See attached screenshot

['F446 documentation] SAI clock generator

Posted on January 02, 2018 at 23:49The SAI clock generator subchapter and related comments throughout the SAI chapter are confusing. A complete rewrite would be beneficial, but I doubt anybody is willing to do that. So let me give a couple of simple...

0690X00000609KJQAY.png

STM32F1Cube drivers bug

Posted on January 16, 2018 at 12:25Dear,I am currently using the STM32F1Cube drivers on a STM32F107VC MCU (STM3210C-EVAL board) and I discovered a bug in CAN drivers.The problem is in the 'stm32f1xx_hal_can.h file on line 379.#define CAN_FLAG_TXOK2 ...

Resolved! How to add arm_cfft_q31

Posted on May 08, 2017 at 00:27I have a CubeMX generated project and need to made a FFT in Q31 format on a STM32F103RB nucleo board.I have add this includes#include <math.h>#include 'arm_math.h'#include 'arm_const_structs.h'and add a defin ition for...

leonardo by Associate III
  • 866 Views
  • 5 replies
  • 1 kudos

stm32f0 adc configure pins

Posted on January 15, 2018 at 16:08Moving code from NPX Freescale chip using CodeWarrior and Processor Expert.  Have 4 lines that are used to monitor different voltages would like to know how the GPIO lines are configured to feed the ADC and check t...

HAL CAN BUS v 1.18 don't work

Posted on January 16, 2018 at 00:43Hi,I'm new and I have a problem with the CanBus in loopback mode. In particular I transmit a message with CAN1 and when I try to receive it, stdid field is empty and data fields of pRxMsg are wrong values. There is...