STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Audio class device problem

HelloI am trying to configure my STM32F411CEU as a audio device class. After research i configured everything in STM32CubeMX and loaded program to my MCU. Plugged usb to the PC and it seems that PC sees it as some audio device but it says that it ca...

0693W000006EFLpQAO.jpg
KD�?b by Associate II
  • 271 Views
  • 0 replies
  • 0 kudos

FreeRTOS task switching issue.

Hello,I am facing problem with task switching in FreeRTOS. I am using my custom board with STM32L476RC running at 80 MHz clock. Using STM32CubeIDE and configured project using CubeMX. I am using 3 tasks. Task 1 has some functions which uses osDelay ...

ABane.1 by Associate II
  • 1137 Views
  • 5 replies
  • 0 kudos

Is there a limitation on the buffer length parameter to HAL_ADCEx_MultiModeStart_DMA? Length 32767 * 2 is OK and gives HAL_ADC_ConvHalfCpltCallback and HAL_ADC_ConvCpltCallback interrupts but 32768 * 2 fails with no interrupts.

I use STM32H753IITx and there is space in RAM_D1 to use length 2*65536.I call like this: if (HAL_ADCEx_MultiModeStart_DMA(&hadc1, guiaAdc12Data, (uint32_t)(ADC12_MAX_COUNT * 2)) != HAL_OK) { Error_Handler(); }

DGrön.1 by Associate II
  • 291 Views
  • 2 replies
  • 0 kudos

Resolved! SAI - no signal on MCLK pin

Hi :) I am using SAI in TDM-8 mode, my MCU is a STM32F446RE. I want to use a PCM1681 but so far I am simply analysing the outputs. Everything seems to work fine apart from the MCLK output pin which gives me nada.I followed what is explained in the RM...

0693W000002lgQSQAY.png
SLasn.1 by Associate II
  • 2088 Views
  • 11 replies
  • 0 kudos