User Activity

Hi, I am using  LL_ADC_GetChannelSamplingTime() to obtain the sampling time of a specific channel but in some cases the return value seems to be incorrect.  In my specific case the SMPR register has the value 0x00008046 and I call the function with c...
Greetings!I am using the STM32U031 with STM32CubeMX HAL as an SPI Slave and would like to receive data that has variable length (max 50 bytes). I am using software NSS and my current approach is to start a DMA Rx/Tx transfer (using HAL_SPI_TransmitRe...