STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1297 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...

How can I inset a specific number into a executive code?

Posted on January 12, 2018 at 08:22I have two executive files which there is a little difference between both files.I want to distinguish two files by inserting a number in the specific place of the executive file.Is it possible? If then, How can I ...

Kim.Andy by Associate III
  • 2062 Views
  • 8 replies
  • 0 kudos

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...

UART clock configuration changes non-deterministically

Posted on June 23, 2017 at 02:03Hi folks,I've got a really bizarre problem with STM32F746ZG.  I can reproduce the same problem on both several Nucleo-144 boards and on a custom PCB with the same part (and same package).  Wondering if anyone else has...