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! STM32H743 possible bug, or two :)

Posted on September 22, 2017 at 15:55Hi, All!I have made a board with STM32H743 (ES32H743 rev.Z datecode 633) and ported quite a big STM32F746 project to STM32H743. The works is not yet finished, but I have some questions and information that can be...

How to optimise the power computation

Posted on September 26, 2017 at 11:58 Hi there, I'm working on STM32F103 MCU and i need to compute the powerof a value. I use the math.h library but I'm looking for a more optimised library, if it's exists. Is there a better way to compute th...

Fede Rico by Associate III
  • 3574 Views
  • 11 replies
  • 0 kudos

Resolved! bandpass filter

Posted on September 26, 2017 at 02:05Hello I trying to build 14 Khz bandpass filter on stm32f103 any help will be appreciated. Ted

1Mbps manchester encoding

Posted on September 22, 2017 at 11:34Hi!For my system I need to send and receive a 1Mbps Manchester encoded signal do you guys maybe have an idea of how I could accomplish this with the STM32 or maybe there is example software I could use. Or maybe ...

RM0433: Small correction

Posted on September 25, 2017 at 11:35Hello,the last two line on page 109 rm0433 rev 3 chapter 2.3 read: The ECC mechanism is based on the SECDED algorithm. It supports single- and double- error correction.The description is wrong. It should read lik...

Reset Cause:

Posted on September 26, 2017 at 13:52Is there a way to find out the reset cause by reading register or such, on STM32F429ZI Micro?#reset-cause

Resolved! UART transmit (to Raspberry PI 3)

Posted on September 25, 2017 at 10:31Hello! Have some problem with UART on STM Nucleo L476RG. We need to transmit bytes from Nucleo to Raspberry (needed to output in program on Raspberry count-speed; it depends on frequency on Nucleo, that we want t...

Wrong FLASHSIZE_BASE

Posted on May 08, 2017 at 13:17Hello,the system headers from STM32Cube_FW_F7_V1.7.0 use#define FLASHSIZE_BASE 0x1FF0F442Ufor all families. However the RM0431 Rev1 tells 0x1FF07A22.Accessing 0x1FF0F442 on a F723_disco crashed...Please recheck and cor...

Bug in Cube_F7_1.6 stm32f7xx_hal_rcc.c

Posted on March 27, 2017 at 05:51Bug in Cube_F7_1.6 stm32f7xx_hal_rcc.cHAL_RCC_GetOscConfig(); does not populate RCC_OscInitStruct.PLL.PLLR with a value under any circumstance.It should have a value between 2 and 7 if defined (STM32F765xx) || define...