Page 1 of 1

PIC32 Interrupt Problems

Posted: Tue Oct 04, 2016 5:13 pm
by Benj
Hello,

From dealing with a forum bug related to PIC32 interrupts we have found quite a significant issue surrounding the PIC32 devices and interrupt code. The bug relates to the 7.1 release and also previous v7 releases.

Anyway I have spent the day going through each device and checking the interrupts are now correct.

In many cases this meant adding missing interrupts, removing none applicable interrupts, assigning vectors and function names so multiples of the same type of interrupt could co-exist and fixing the embedded C code so it is correct for the device.

These fixes and additional fixes have been collated here.
http://www.matrixtsl.com/mmforums/viewt ... 63&t=18209

Any problems then please let me know.