Other Parts Discussed in Thread: HALCOGEN
Tool/software: TI C/C++ Compiler
Hello TI,
I have a question regarding the map reallocation for the FEE driver as it is stated in the user guide to use the "pragmas" below if you would like to re-allocate the fee drivers:
FEE_START_SEC_CONST_UNSPECIFIED
FEE_STOP_SEC_CONST_UNSPECIFIED
FEE_START_SEC_CODE
FEE_STOP_SEC_CODE
FEE_START_SEC_VAR_INIT_UNSPECIFIED
FEE_STOP_SEC_VAR_INIT_UNSPECIFIED
Is there an example how to use those pragmas properly and move those sections away into e.g. Flash Bank 2?