Hi,
I am having the different packages of CC2650 module namely
- 7x7 package (7ID)
- 5x5 package(5XD)
- 4x4 package (4XS)
- SmartRF06EVB
For quite sometime, I was using 7ID package and the example projects works fine. For the final board, we are going for 5XD package due to size constraints. Because of which I replaced 7ID with 5XD. I tried the basic GPIO configuration(turning on leds marked LEDx, pulling a particular pin high and low, I2C interface,SPI interface) . EVerything works for 7ID and not for 5XD.
I am having IAR for development and I changed the CC26507ID in the compiler tab to 5XD. I tried changing BoardGpioInitTable, board.c and board.h files too.
Is there something else which needs to be done before changing the package ? I am kind of stuck with this problem. Please help me out.