STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem receiving CAN message with Interrupt callback

I´ve a problem receiving a CAN message with interrupt. When I poll with the same settings the message is received correctly.I´m using STM32CubeIDE with a STM32F103RBT6.When I poll:if (HAL_CAN_GetRxFifoFillLevel (&hcan, CAN_RX_FIFO0) > 0){     HAL_CA...

AWack by Associate III
  • 380 Views
  • 0 replies
  • 0 kudos

How can I use audio on STM32F7508-DK board ? There is a WM8994 connected to SAI2, but I couldn't find any example of audio using SAI, neither audio example for this board. And the driver for the WM8994 is not provided.

I watched many examples on other boards, but they are always using I2S so I couldn't transposate to my case (SAI).For now, I just would like to connect inputs (Jack IN1 or mems microphone IN2) to the output to understand how it works (maybe first via...

PDand.2 by Associate
  • 290 Views
  • 0 replies
  • 0 kudos