How to Flash the code into flash memory and execute it immedialtely from flash space. Is there tool suppport avilable in CCES to perform this functionality?
How to Flash the code into flash memory and execute it immedialtely from flash space. Is there tool suppport avilable in CCES to perform this functionality?
XIP mode makes it possible to flash code and execute it directly from Flash.
There is a new feature now made available from CCES 2.10.0 which is ROM Splitter. This makes it easy to extract the Flash code from the dxe generated and the Flash code can be flashed using CLDP. A BSP reference example is provided for ADSP-SC59x which can be looked into to understand how to use this functionality.