Other Parts Discussed in Thread: HALCOGEN,
Tool/software: Code Composer Studio
Hi,
I'm generating a boot loader application which is basically complete except for the flash program and erase. I've used Halcogen to produce the initialisation code, and copied part of the example 'spna192' for the flash programming API functions.
My issue occurs when the code first jumps to the RAM based code, whereupon I get an error message from the launchpad as below :
"CortexR4: Trouble Reading Memory Block at 0x8001c04 on Page 0 of Length 0xbc: (Error -1208 @ 0x20000600) Unable to access an ETM register. Check that the ETM is configured properly as a cs_child. (Emulation package 8.0.903.6) "
Any assistance would be gratefully received.