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.

F28335初始化就出错了,问题在哪?

Other Parts Discussed in Thread: CONTROLSUITE

我使用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();