我使用Code Composer Studio 6.1.0然后跑我的程式会跳到非法中断常式
之后我用一步一步侦测,发现当程式从main进去跳到红色这段初始化就出现错误
C28xx: Breakpoint Manager: Error enabling this function: This task cannot be accomplished with the existing AET resources.
请问这是发生什么问题??
void main(void)
{
HAL_afe_prfParms_t afePrfParms;
Uint16 counter = 0 ;
// Uint16 counter2 = 0 ;
afeReadyFlag = 0;
/* F28335 Initialize */
F28335_init();
Martin Yu:
这样看不出来问题,建议对比下controlSUITE中的例程,检查下时钟设置等。