各位大大好
上次的問題還是沒有解決(屏幕頁面菜單可以使用但是加入ADC就進不了MASK)
我使用STemWin_Touch_USB例程加入ADC
ADC的例程是ADC_DUALMODEINTERLEAVED
發現加上例程後
程式會卡死在
/* select sampling time and ADC clock with sufficient duration to not create an overhead situation in IRQHandler. */
if (HAL_ADCEx_MultiModeStart_DMA(&AdcHandle1,(uint32_t *)&uhADCDualConvertedValue,1)!=HAL_OK)
{