Other Parts Discussed in Thread: CC2530
Firstly, I am not good in English, so I sorry for misspelling words.I am using CCS with TI Compiler version v5.1.6. After build a program, CCS create a .map file in debug.
This file include mapping address of function with function name.
Examples:
00015425 CC2530_SendCmdControlCC2530
00015497 CC2530_SendCmdControlNode
00015519 CC2530_SendCmdMeterControl
0001536d CC2530_UART6_Init
But it is not include the functions which symbol with static
Is there anyway to make a file include mapping all function w/out static in declare function?