Part Number: TMS320F28062
Tool/software: Code Composer Studio
Hello again,
I have 2 applications running on the F28062. The first is a custom bootloader in FlashA and the other is the main application running in FlashB.
Both have to be secured with the CSM so both have the same 128bit CSM Key. But here is the question:
When I compile both of the Projects, should only one of the Projects specify the CSM section and what to do with it or can both change this section since they use the same key?
When I think about this, I would say that only the bootloader has to secure the Flash since it is the only program that changes the flash so I could omit the CSM password in the main application right?
So what would be the best solution for this?
And if I only use the CSM in the Bootloader, is it Ok to only delete the CSM section in the main applications linker file or would this lead to undefined behavior? What should I do with the CSM section in the linker file?
Thanks in advance :)