Part Number:MSP430F5529
Tool/software: Code Composer Studio
Hi guys,
I have a little problem while using CSS 7.1.0 and my MSP430F5529,
I am trying to use the pragma directive CODE_SECTION. It works fine with my own function, but when I try use it with the memcpy function it do not work at all, do you have a solution or do you know why it does that. I've joined a picture to show my problem. If there is no way to do it I will code my own memcpy function wich is not very complicated, but I'm more interested in the "why" it does not work.
Thank you very much
Guillaume
Picture explanation:
1. My modification in the linker file in the MEMORY part.
2. My modification in the linker file in theSECtION part.
3. My pragma directive call.
4. The location of the memcpy function
5. The location where I want to put my memcpy function.