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.

AM2631: Is there source-code available for the example-code libraries?

Part Number: AM2631

I am using the 263x dev board to evaluate the feasibility of using this processor for our safety-critical applications, so I need to control all of the source code, and libraries are problematic for formal software qualification. I have created my own LED_blinky application from your gpio_multi_led_blink, and I have removed references to all external code and libraries except 2 files: drivers.am263x.r5f.ti-arm-clang.release.lib and nortos.am263x.r5f.ti-arm-clang.release.lib. Is the source code available for these libraries? 

Thanks,

Jim

  • Hi Jim,

    All of the source codes are already present in the MCU+SDK itself. They are under the source/ directory. You need to compile them individually and consider changing the header relative locations etc.,

    C:\ti\mcu_plus_sdk_am263x_08_04_00_17\source\drivers - Path where all the drivers are present. May I know what is the problem in linking the libraries to your build system? I am not enforcing this idea but want to understand how it effects the end application. Static linking is easiest way to handle these kind of queries however you have all the freedom to go ahead and compile the sources individually.

    Thanks,
    G Kowshik