I am working on a project that uses the External Pin 4 on a C6416 chip to interrupt our software to read from a GPIO port about 2K's worth of data.
We would like to run some simulations on the software first using the Code Composer 3.3 Simulator. I read through the technical document, and think I understand there are two files that I need to create to generate the interrupts and have the simulator push the data through.
What I don't understand from the document is how these two files correlate as far as timing, and what the format of the files need to be. Also, how do I input the files into the simulator?