Hi
When I use #pragma to place a specific function in user defined section, the code size increases. Being a linker directive, it is not clear why the code size increases and is there a way to avoid to place the code without increasing the code size
Example:
#pragma CODE_SECTION(SPI_TransmitData,"USER_DEF_SEC")
BOOLEAN SPI_TransmitData(SPI_CHANNEL_ENUM SPI_Channel, UINT16 TxData)
Please help.
Thanks,
Jai