Part Number: LAUNCHXL-F28379D
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Leonardo,
Are you trying to load the application in to Flash or RAM?
Message in the console window is not an error. It gets printed when you connect to the target. It is just saying that the Flash Plugin uses the Shared RAM and hence users should not use it when using the Flash Plugin. If user needs to use Shared RAM, they can load both banks first and then start executing them. In this way, application will not get overwritten by Flash Plugin code.
Thread subject says that you have problems loading the code, but description says that you have problems executing the code. Assuming that you have problems executing the code, did you try to step through the code and see which instruction is causing the problem?
Thanks and regards,
Vamsi
I am writing to the ram, the problem is that specific instructions were not being executed like PWM's, I reinstalled CCS8.3 and solved the problem, but every time this message appeared the code does not load or part of it does not load.
Leonard,
Glad the issue is resolved.
As I said, the message gets printed every time debugger is connected.
If you are sure that some part of the code is not getting loaded, can you check if the linker command file has anything mapped to Flash? If any sections are mapped to Flash, note that Flash Plugin gets invoked to load that section and it does not guarantee loading the RAM contents. Flash Plugin (like any other 3rd party tool) is developed for fully embedded Flash applications only - any code that needs to be executed from RAM should be mapped to Flash for load and RAM for run. Please check.
Thanks and regards,
Vamsi