Hello,
I'm trying to build a custom project for a custom board that we are designing around CC2640.
I'd like to create it clean but have some difficulties to know how to proceed.
I started by creating a copy of the SensorTag project, which appeared to be a very good basis for that.
However, when following what's done in the CCS project, I found, for example, that the memory driver was referenced from C:\ti\simplelink\ble_cc26xx_2_01_00_44423 \Projects\ble\SensorTag\CC26xx\Source\Application\Board_patch\Devices, but several other versions exist: one in Components\bsp\sensortag_cc26xx\drivers\source, one in Projects\ble\common\cc26xx\boards\sensor_tag_cc26xx\resources and a last one in C:\ti\simplelink\ble_cc26xx_2_01_00_44423\Components\bsp\sensortag_cc26xx\drivers\source, very similar to the one in the drivers/source folder. They all are different, some referencing board.h while the older ones making reference to BSP.
This is very confusing.
Which one should be taken? How should I proceed to build a solid, stable and reliable project?
Many thanks for any advice or suggestion!
Best regards
JYL