Dear Sirs
The SimpliciTI example for simple Peer to Peer communication is intended towards CC2500 Rf module and a range of boards which include the MSP430FG4618 experimenters board. I tried compiling the program using Code Composer, and it was build successfully. I would like to know If I were to use this progam with the MSP430F2619 board and the CC1101 RF module, What changes should i make to get it build sucessfully. I just tried changing the board and RF module description in the Project->Properties section which obviously gave me some errors on building. The errors were as such
undefined first referenced
symbol in file
--------- ----------------
FLL_CTL0 ./Components/bsp/bsp.obj
ME2 ./Components/mrfi/mrfi.obj
SCFI0 ./Components/bsp/bsp.obj
SCFQCTL ./Components/bsp/bsp.obj
U1BR0 ./Components/mrfi/mrfi.obj
U1BR1 ./Components/mrfi/mrfi.obj
U1CTL ./Components/mrfi/mrfi.obj
U1MCTL ./Components/mrfi/mrfi.obj
U1RXBUF ./Components/mrfi/mrfi.obj
U1TCTL ./Components/mrfi/mrfi.obj
U1TXBUF ./Components/mrfi/mrfi.obj
error: unresolved symbols remain
error: errors encountered during linking; "Project.out" not built
>> Compilation failure
I understand that this is mainly due to different register maps for both the boards and would like to know what should be done to rectify this.
I hope I make some sense at least.
Thank you
Sarath Nair