Other Parts Discussed in Thread: TMS320F28335, CONTROLSUITE, TMDSCNCD28335, TMDSDOCK28335, SYSBIOS
I''ve been reading SPRA958K to figure out how to run my application from flash on my TMS320F28335 and would just like to confirm one item. The document was written for DSP/BIOS and I'm using SYS/BIOS. Section 4.3 talks about copying the .trcdata section to RAM and the need to do this before main() or before bios starts, using the User Init Function. Uder DSP/BISO can specify this routine in the global Setting Properties dialog but I don;t this this exists in SYS/BIOS. If I understand this correctly, under SYS/BIOS I can run all my ram copies right from main() because BIOS does not start running until BIOS_start() is run.
Is this correct?
Ed
