Part Number:TMS320F2812
Tool/software: Code Composer Studio
I have TMS320F2812 code from another project written by another engineering group that had real hardware. I'm analyzing code and have loaded the core simulator. I was able to trace through code and run etc cleanly, it was quite obvious that a lot of background routine wasn't running. The code uses PIE T2PINT (INT3) to invoke interrupt service routine at 1,000Hz. The code has all the stuff to configure and a separate boot loader code. Not sure how to load both boot loader object and main app then execute code starting from the boot loader? Not sure if that's just part of my problem but looking at the code, it appears that the main app has nearly same routine that configures the hardware I'm using. Do I need to load a device(s) simulator as well or is my issue just part of the limitation of the simulator?