STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 299 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
  • 963 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
  • 448 Views
  • 2 replies
  • 0 kudos