Part Number: LAUNCHXL-F28379D
Tool/software: Code Composer Studio
I have a small program that I run on CPU2, and a very large program that I load on CPU1. I know that the 1024 kilobytes of flash are divided evenly between the two processors, with each owning 512 kilobytes. Is it possible to reallocate flash memory from one CPU to another, so that for example CPU2 owns 256 kilobytes of flash and CPU1 owns 768 kilobytes of flash? I don't need to allocate memory during execution, just during programming.