Hello,
I'm trying to use FPU32 functions for PI controller for my LAUNCHXL-F28379D device. I'm trying to add DCL to my basic LED blinking project...
I'm reading DCL user guide. However, at section "Step 3. Allocate the controller functions in the linker command file DCL" at page 19 of DCL user guide, I got confused.
1. I am going to use FPU32, do I need to update my linker command file? If yes, how?
2. Is it necessary to declare and use some CLA issue, although I already decided to use FPU32?
3. I investigated F28069_DCL.cmd in the project examples as written in the DCL User guide. What should I do now with this F28069_DCL.cmd file. Do I need to add them to my project?
4. Do i need to add lines as below like this to my linker command file?
dclfuncs : > RAML4, PAGE = 0
ty.