Other Parts Discussed in Thread: CC3200
There seems to be a bug in the IntPrioritySet() method in driverlib. The NVIC interrupt priority register that is selected for modification is not the one corresponding to the ulInterrupt input parameter. For example, if INT_UDMA (interrupt 62) is passed in, register PRI11 is modified instead of PRI15. PRI15 is the correct interrupt priority register for interrupt 62.