This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have some question about debugging software for F28004x (only F28004x's MCU not DSP)
Simulation (PSIM) → generated C code → debug software through CCS ? → Flash programing (hardware) ?→ MUC target (F2800x) ※New PCB design
my questions
1) This process is correct or not ? (anything else ?)
2) C code that generated by (PSIM) it can use immediately or not ? (have to revise anything else ?)
3) If I debug software through Flash programing , it's necessary to have circuit for support or not ? (which circuit ?)
Hi,
1) This process is correct or not ? (anything else ?)
The process is correct at high level
2) C code that generated by (PSIM) it can use immediately or not ? (have to revise anything else ?)
The code generated by PSIM should work, however you may have to debug the code if something is not functional as expected. You will need to work with PSIM team directly for the model and corresponding generated C code. We do not have in-house resource to support PSIM model.
3) If I debug software through Flash programing , it's necessary to have circuit for support or not ? (which circuit ?)
The device has internal flash, so it does not require any circuit. There is a separate linker command file for flash. My recommendation will be to run some C2000ware SDK examples and get familiar with build system, flash etc if you are not.