Other Parts Discussed in Thread: CONTROLSUITE
I have started to learn about F28335 DSP and I am using controlcard holding the same processor.
In my project, along with the requirement specific source files, I am using many TI provided library files, and one among
them is the file "DSP2833x_DefaultIsr.c". I am supposed to perform a unit testing of this file. Hence needed a help on this.
I need to know whether by changing the bits of the Interrupt enable/flag, can we able to induce the corresponding interrupt? If yes what kind of register do I need to modify during the flow, so that I can induce each interrupt and perform the unit testing.