hi:
I don't know why motorware use ADCINT at group10 interrupts verctor. should be at group1?
when I changed cpuHandle,CPU_IntNumber_10) in HAL_enableAdcInts() to
CPU_enableInt(obj->cpuHandle,CPU_IntNumber_1); ,
It doesn't work! I want chang this ,because I will use other interrupts in motorware.
Till know , I haven't success configurated PWM_TZINT. any way I try!——
who can tell me how can I use interrupts in motorware12!F28069M
thanks!