Resolved! ADC Buffer Size and DMA
I've been diving in various rabbit holes and I've come to the issue of alignment and pointers. Thus, I enabled -Wcast-align. It has flagged the HAL for the ADC DMA startup here static uint16_t adc_buffer[ADC_BUF_SIZE]; HAL_ADC_Start_DMA(hadc, reinter...