I’m in the process of converting a project from an EZDSPF28335 to my own board. The micro is the same (TMS320F28335) in both boards. I have the basic code running now but want to make sure that my external ram is configured correctly. From what I learned so far this should be done using a custom Platform Package, but I’ve had a few issues/questions.
- When I select the platform wizard the TMS320F28335 is not listed as an option. Only the TMS320C28335 is. Why is the TMS320F28335 missing?
- I would like to have a look at the default platform (ti.platforms.tms320x28:TMS320F28335) that was created with the project wizard, but I can’t seem to find any way to view this. Is there a way to view this platform?
- I tried creating a platform using the TMS320C28335, but when I go to compile, I has a bunch of linker errors. It appears to me that the Platform file is in conflict with the TMS320F28335.cmd file. How do the cmd file and platform file work together?
- Do I even need to create a custom platform for my board? Can I just add the section to TMS32F28335.cmd file?
Ed