I am trying to load a .s19 file to a microcontroller memory.In order to check whether the code has been loaded successfully I have tried using the following commands :-
Data.LOAD.S3record <filename.s19> <address range> /CHECKONLY
Data.LOAD.S3record <filename>.s19> <address range> /CHECKLOAD
Both commands fail with error "no default loading agent available". I have looked at this document https://www2.lauterbach.com/pdf/error.pdf and it says it's because "There is no standard target agent for this core (or configuration) available". However,I don't understand what this means or how to go about.Any help will be much appreciated.