Tool/software: Code Composer Studio
Hello,
My plan is to use a DSS to write in the InfoA Sector.
The Problem is, that this sector is locked and i have to unlock this one before.
Now, I dont have any Idea how to do that because I dont know how to get the name of the sector.
debugSession.flash.options.setBoolean("INFOA", true);
debugSession.flash.options.setString("INFOA","0xA500");
debugSession.flash.unlock();
Executing this code gives me an exception that says, that the option is not found.
Is it possible to write in InfoA Sector with the DSS?
And how should my code look like?
best regards,
Christof