Part Number: TMS320F28379D
I have a bootloader that resides in flash sectors A, B.
My application resides in flash sectors C-N.
When I use DSS's com.ti.debug.engine.scripting.Memory.loadProgram() to load the application .out, it erases the bootloader sectors A and B.
How can I keep both .out's in flash for a DSS session? Is there an alternative to loadProgram() that won't erase all flash sectors?
Thank you,
Diane