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.

Customizing SmartRF Flash Programmer 2

Other Parts Discussed in Thread: CC2650

Hello,

We are working on a product and for which we want to use SmartRF Flash Programmer 2 for programming our device.

We have a special require from this software, and we hope that you might help us on this matter.

Our business relies on the fact that we want to give our device to a third party for programming the device which is cc2650 based. And we want to track how many devices have been programmed. We also dont want to handover our firmware to them thus we want to keep our hex file cloud based and want Smart RF programmer to send a request to our server to download the hex temporarily and program the device thus giving us the exact number of device programmed by it.

We want to customize the Smart RF to have the above feature. Can you help us regarding that matter. Are you allowed to share the source code of Smart RF or are you feasible with customizing the software for us?

Any help you be greatly appreciated.

Thanks

Atul

  • We can't share code or do custom versions for customers but what you ask for is possible with some programming from your side. In the install folder of SmartRF programmer 2 you will find a command based version of the tool named srfprog.exe. If you make a program that either request the hex file file from the cloud or has the hex file built in and just updating a counter in the cloud before calling srfprog you should be able to do what you need.