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.

Linux/CC2640R2F: Seial Bootloader Library

Part Number: CC2640R2F

Tool/software: Linux

Hi,

I need to port serial bootloader library application (sblAppEx.exe) to Linux. But I could not find the source code of ComPort in swra466. Where can I find the source code for the ComPortDll.dll, so that similar .so can be built for Linux?

  • Hi Sandesh,

    In the source folder of swra466 (sblAppEx_1_02_00_00\source\serial_bootloader_library),  there is a file sbl_device.cpp that refers to the ComPort source files found at  sblAppEx_1_02_00_00\components\common\ComPort\source\

    Are these the source files you are looking for?

    -Sy Su

  • Hi Sy Su,

    sbl_device.cpp/.h uses variable of type ComPort (m_pCom). Declaration of class ComPort can be found in sblAppEx_1_02_00_00\components\common\ComPort\source\. But I could not find definition (implementation) of class ComPort as I need to implement similar ComPort class for linux environment.