User Activity

STM32CubeIDE parser or indexer not working properly. Tested CubeIDE versions are 1.0.1 and 1.1.0. Some Stm32 HAL library header files doesn't recognised as C header file and contents not accessible by IDE tools. I noticed some major issues when this ...
HAL_ADC_DMA_STOP() function stops and disables ADC resources. It also disables DMNGT bits to 00 value to prevent any extra DMA request during STOP process which is normal.But HAL_ADC_DMA_Start() function doesn't set proper DMNGT bits back. They only ...