STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Getting I2S output of 192k for STM32F446?

Hi, I would like to know if I can use STM32F446 and generate 192k I2s output. consider I need to use USB_OTG_HS.I am trying to setup pins and clock configuration in STMCube, but for the I2S_APB1 it gives me range of 172MHZ to 192. and even with 192 i...

NNIA by Associate II
  • 4815 Views
  • 11 replies
  • 0 kudos

BUG: STM32Cube_FW_H7_V1.5.0 - HAL_RCCEx_GetPLL3ClockFreq() reports incorrect frequency when FRACN mode enabled.

HAL_RCCEx_GetPLL3ClockFreq() computes the frequency of the three outputs of PLL3. When PLL3 is in Fractional N mode it reports wildly inaccurate frequencies which can affect the setup of other peripherals like the SAI.The problem is that the PLL3 cod...

Custom HID on STM32F1 with 64 bytes count

Hello, I am working on Custom HID and I tried a week but no resultmy problem:I created Report Descriptor like follow /* USER CODE BEGIN 0 */ 0x06,0x00,0xFF, //Usage Page 0xff00 0x09, 0x01, //USAGE (Pointer) 0xA1,0x01, ...

BNhat by Associate
  • 286 Views
  • 0 replies
  • 0 kudos

Why is difference pulse values configured for the Timer Channels on this HAL 6 step PWM example provided by ST?

This was provided in the STM32Cube Examples for STM32F767ZI-Nucleo. I do not understand why the pulse has been configured with different values for the different Channels. They are turned off and on as required by the commutation sequence, so I do no...

ASaye by Associate
  • 363 Views
  • 0 replies
  • 0 kudos

Is stm32f7 HAL v1.15 mmc driver broken? I try to read out several blocks. The first block reads normally, while the others are filled with zeros

Hi. I have stm32f722re connected with emmc MTFC4GMWDQ by 8-bit interface. When I read out the data from the card, I see in the debugger that starting from index 512 to the end, the second buffer is filled with zeros.This behavior is observed in block...

MSmit.7 by Associate
  • 366 Views
  • 0 replies
  • 0 kudos