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

Voice recorder with STM32F7 as .wav and on SD card

I want to make voice recorder with STM32F7 and save voice as .wav in SD card. before this one, i tried to save audio samples as .txt file, but during save them in sd card by FAT, some sample has been lost. therefore i try to another way. Please help ...

MMosa.1 by Associate II
  • 2270 Views
  • 6 replies
  • 0 kudos

NUCLEO-H745ZI-Q M4 ADC issues

I try to use the M4 for ADC. it always report timeout in HAL_ADCEx_Calibration_Start or HAL_ADC_PollForConversion. I use STM32CubeIDE 1.5.1 with STM32Cube FW_H7 V1.8.0. I also try to initialize ADC in M7 and use it M4, get the same error message. If...

ycui by Associate
  • 380 Views
  • 0 replies
  • 0 kudos

Resolved! On STM32H745i-DISCO I would like to use AzureRTOS on both CM4 and CM7 but CubeIDE 1.6.1 only allows CM7, what am I missing ?

I am starting a new project on STM32H7 and would like to start using AzureRTOS.I have a very primitive example on github here : https://github.com/c4chris/H745-Test I thought I could simply replace FreeRTOS with AzureRTOS on both cores, but so far I ...

CIsel.1 by Associate III
  • 1145 Views
  • 7 replies
  • 0 kudos

HAL_UART_TxCpltCallback not getting called

Hi,I have a problem with HAL_UART_TxCpltCallback not getting called after UART transmission using DMA. I set the DMA in Normal mode. I also turned on the UART global interrupt in CubeMX. Actually the USART1_IRQHandler gets called after I send some st...

ypiotrp by Senior
  • 570 Views
  • 2 replies
  • 0 kudos