Part Number: CC2340R5
Customer asking for the following for BLE5 solution:
- Do you have make file examples that we could reference, we don’t normally do development inside an IDE.
- Do you have examples that are not coupled to an RTOS.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: CC2340R5
Customer asking for the following for BLE5 solution:
Hi Lawrence,
Thank you for reaching out,
As far as I know we do not have a specific make file example for ble5stack expect for host_test example.
Concerning examples with nortos, we have a folder nortos in the SDK, it contains drivers, prop_rf and mcuboot but no ble5stack examples.
regards,
Hi Guillaume,
Thanks. Do you know if it is possible to export a CCS project to a Makefile? If so what are the steps to do that?
Regards,
Lawrence
Hi again,
As far as I know, the only way to do so is to build your example through CCS, go to the build version generated folder (debug or release), within this folder a makefile is generate but you have to compile first the example.
regards,