Other Parts Discussed in Thread: TUSB9260
Good day,
For TUSB9261
A need for UAS appeared, and I'd like to recompile the source code with
both
FORCE_USB2_UAS_DISABLE and
FORCE_USB3_UAS_DISABLE set to 0.
I got CCS v6.2.0 which seems to be the last one supporting this chip.
I do not create new project,
I simply run "release.cmd" script which appears to do all the steps necessary to build firmware.
Object files are created with no problems.
But for linking one of sub-scripts (link.cmd) expects a memory-map file (.\tusb9260_link.cmd) to be present.
And it's not there.
Nor in the source code, nor in the ccs itself. Nor in a googlable-digiverse... :)
I'd like to ask for this file.
I thinkit shall be added to the source code You provide.
I tried creating a project for generic CortexM3 device, but it does not work at all.
Can You help me with the map-file for linker
(.\tusb9260_link.cmd)?
Regards.