STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F446 does not receive SPDIF data

Hi,I'm trying to use a STM32F446 to receive some SPDIF-data. There are no complicated things to be done with the received data, just a few simple calculations. Unfortunately I do not receive anything at the moment.I have configured the SPDIF-interfac...

HMüll.4 by Associate III
  • 2415 Views
  • 12 replies
  • 0 kudos

How to disable/MASK an exti line?

Try to implement an atomtic operation to avoid a specific interrupt generated by GPIOB GPIO_PIN_8 . If using the code as below, it works.​HAL_NVIC_DisableIRQ(EXTI9_5_IRQn); ​//atomtic operation​HAL_NVIC_EnableIRQ(EXTI9_5_IRQn); ​But tried the code as...

BZhu.4 by Associate II
  • 1641 Views
  • 7 replies
  • 0 kudos

stm32f407 - Question of i2s clock frequency

Hi, I'd like to play music through i2s interface using external audio codec.Refer to "STM32F4xx Reference Manual", Below setting is needed if MCLK is enabled on 48Khz FS.PLLI2SN : 258 PLLI2SR : 3 I2SDIV : 3I2SODD : 1After I configured above, BCLK and...

SJoo.1 by Associate II
  • 1969 Views
  • 6 replies
  • 0 kudos

STM32L152VDT6 extreme current draw on power-up

I have a design in which I am using an STM32L152VDT6 processor. The first prototype boards arrived, and one of the first things I noticed was that there was a resistance of 120 ohms between VCC and GND. I knew something had to be wrong at that point....

Bolan69 by Associate II
  • 1679 Views
  • 9 replies
  • 0 kudos