Other Parts Discussed in Thread: LAUNCHXL-F28P65X, SYSCONFIG
Hi, Experts
I encountered some issues with my project running on the LAUNCHXL-F28P65X. my project base on demo project"ipc_ex4_msgqueue_sysconfig_multi" and plan to add ADC Module, PWM Module and ADC ISR.
issue 1: the code " DEVICE_DELAY_US(1000);" in setup ADC function will cause project to enter "Intterrupt_illegalOperationHander" after running.
issue 2: after I delete code" DEVICE_DELAY_US(1000);" the function ADC_ISR will cause "Intterrupt_illegalOperationHander." after CPU02 start to run.