Hello TI:
I got a program from another engineer. I made some modifications but the test is abnormal. I want to use the emulator to debug. I found the following phenomenon when I opened the project settings.
The chip model is not selected in the settings, nor the emulator model. If I want to choose which model of emulator to use, I must first select the chip model, otherwise this tab is not allowed to operate. I chose the chip model , which is consistent with the chip I am using, and the model of the emulator is selected. After compiling, some errors are reported.
Some of these errors are address conflicts in the CMD file, and some are ISA instruction set conflicts.The most amazing thing is that after I re-import the program without selecting the chip model, the program can drive the control board to run normally.
Is there any way to solve this problem? Although programs that do not select the chip model can be used, I still want to be able to connect the emulator to debug.