User Activity

In HAL_DACEx_ClearConfigAutonomousMode(), a test is surrounded by parentheses that are clearly unnecessary in code generated by STM32CubeMx.This is not very important... but it generates warnings that I check at each compilation...
The correct declaration should be:void initialise_monitor_handles( void )This is not very important... but it generates warnings
I want to manage a uart in reception with a DMA in circular mode using "low level" functions on a STM32U575ZITxQ processor. The initialization of my code is done with STM32CubeMx 6.13.0.In the "Project Manager->Advanced Settings", I chose "LL" for "G...
Hello,I have a problem with configuring some GPIO as input for the ADC4:While they appear to be available in the documentation (and in the pop-up window associated with GPIO), the choice is grayed out in the tab associated with ADC4.I'm using STM32Cu...
I want to use DMA with SPI in slave receive mode with words longer than 8 bits :I launch the DMA with the function: HAL_SPI_Receive_DMA( &HSPI_ADS, (uint8_t*)ads_dma_buffer, ADS_BUFFER_MAX_SIZE );Unfortunately in this function the following test fai...
Kudos from