Part Number: MSP430F67791A
Tool/software: TI C/C++ Compiler
Hello,
I am working on MSP430 Controller & i am using IAR Embedded Workbench IDE.
My question is - Is it possible to place different functions at different address(User defined address) in ROM?. Idea is to keep similar functions in one memory Bank(which is of 128 Kb each), so that in future if problem comes in those functions i can upgrade only that Bank using some firmware upgrade method.
I know #pragma constseg which is used to place constant variables in named segment.
