Hello, folks.
Recently, I'm start to using CCS33, a source code that contains CODE_SECTION pragma don't run well.
(the project runs well in CCS22)
I'm awered that the compiler generated ASM code is well described .sect, .global pseudo mnemonic assembly language.
but, after linking, it seems that pseudo mnemonic is not affected well, not appears in section list of MAP file !
so, after all, placing into aimed section is missing. final generated code is not works.
I wander, there is some hidden option limitation with using CODE_SECTION pragma using.
please someone tell me any hint with this phenomena !
thanks.