I am trying to debug a part with Cortex-M0 and SWD interface.
I would like to ensure that certain registers are setup correctly before the code is downloaded into the device. The device has a 1-time programmable memory and a RAM which can be mapped to the 1-time programmable memory. This re-mapping is achieved by programming a configuration register within the device.
We would like CCS to download code to the RAM and would like to find out how to create a GEL file to do this. The device is a new device with Cortex-M0 and as such not template GEL files exist.