I'm trying to operate the code on my nucleo stm32L432KC but it stops at step #-6- "Check if the acquisition is correct (no max count) "
if (HAL_TSC_GroupGetStatus(&TscHandle, TSC_GROUP1_IDX) == TSC_GROUP_COMPLETED)
The above If condition is never true and thus the acquisition is never completed. Any idea what could be wrong?