Other Parts Discussed in Thread: CC2538, CC3100
As I understand, to use CC3100 SDK I should only: - Include the "simplelink" folder - Implement my SPI interface functions (read, write, open, close) - Edit user.h But in the example platforms, more functions are needed in user.h that are implemented in "board.c". To connect CC3100 to CC2538, should I implement the functions in "board.c" file myself or they are system functions that are just included from CC2538 libraries?