This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I currently use ePWM up-down count mode + ADC sampling, and the sampling time point is sampled at counter = 0.
When using sysconfig to perform related settings, it was found that if the ADC is set as follows, there is an ERROR
No ERROR after removing ADC PIE settings
I want to know what is the connection between these that causes the problem and the .out file cannot be generated.
Add an ADC interrupt function to your source file:
interrupt void INT_myADC0_1_ISR()
{
//Code
}