Hello,
I am modifying the I2C example code to enable me to send messages between two processors. Currently i am planning to use two TM4C123 launchpad kits for the development work. I am using CCS6 with the newest TI-RTOS comes in CCS..
My error is that as soon as i use "I2CIntRegister" to register the function to be called when the interrupt fires, causes the code to not compile..
The error the compiler provides is :
program will not fit into available memory. run placement with alignment fails for section ".vtable" size 0x26c , overlaps with ".vecs", size 0x360 (page 0) EK_TM4C123GXL.cmd /MainController line 66 C/C++ Problem
I assume i am missing something trivial, however i have no idea where i should be looking for this, and googling for .vtable issues brings up nothing useful :(
Thanks,
Ben