Tool/software: Code Composer Studio
Hi
Target: MB5718
CSS: Version: 8.3.0.00009
How is it possible to setup the CSS so it will compile and link the code for a NOR flash (XIP fast external boot mode)?
I guess I have to compile and link with --rom_model and set the execution address to 0x0800 0000, is that enough ?
Second, I want to override the Bootstrap start _c_int00
How is this done in CSS, I assume I should import the source file that contain _c_int00 into my Project and then setup CSS in some way ?
I want to do some special initializing before I call _c_int00
Regards