使用CCS12.2.0.00009 版本, 燒錄工具使用Hlackhawk USB V2 System Trace
每次一Run 到
EALLOW;
PieVectTable.EPWM1_INT = &MainISR;
EDIS;
此命令後 , 就會跳到 illegal ISR(), 是否與使用Stack Size 有關, 或者還是有其他想法
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.
使用CCS12.2.0.00009 版本, 燒錄工具使用Hlackhawk USB V2 System Trace
每次一Run 到
EALLOW;
PieVectTable.EPWM1_INT = &MainISR;
EDIS;
此命令後 , 就會跳到 illegal ISR(), 是否與使用Stack Size 有關, 或者還是有其他想法