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.

66AK2G02: Plan to release PDK CSL example w/o SYS/BIOS

Genius 5785 points

Part Number: 66AK2G02

Hello,

Do you plan to release CSL based example software which is not used SYS/BIOS for the next K2G PDK?

There is a GPIO exmaple as the test application in K2G PDK below, but it's an example for AM57xx.
C:\ti\pdk_k2g_1_0_5\packages\ti\csl\example\gpio\gpio_toggle\main.c

In fact, an executable file for AM57xx EVM is generated below when I enter "gmake csl" on AM57xx PDK. The exmaple doesn't use SYS/BIOS.
C:\ti\pdk_am57xx_1_0_6\packages\ti\binary\csl_gpio_toggle_app\bin

Regards,
Kazu

  • Hi Kazu,

    I've notified the sw team. Their feedback will be posted directly here.

    Best Regards,
    Yordan
  • Kazu,

    At the moment the only bare-metal (No-OS) examples in the SDK are the diagnostic tests found under pdk_k2G_X_x_X_X/packages/ti/board/diag. In the current plan, I don`t see any additional CSL examples being added to K2G package in Processor SDK RTOS.

    You can look at the AM57xx example to check what changes are required for creating the bare-metal example. The only difference should be that the function is defined as a C function rather than a TI RTOS task (remove the context settings) and instead of linking to RTOS version of OSAL (OS abstraction layer, users need to link to no-OS version of the library).

    Please let us know if you have any questions and we can help you with the example.

    Regards,
    Rahul