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.

RTOS/OMAP-L138: GPIO driver migration

Part Number: OMAP-L138
Other Parts Discussed in Thread: OMAPL138

Tool/software: TI-RTOS

In our application we are currently using the GPIO driver from biospsp_03_00_01_00\drivers\gpio\src which has functions such as Gpio_setPinDir, Gpio_setPinVal, Gpio_getPinVal, Gpio_open, Gpio_close

 

However the recent driver (e.g. pdk_omapl138_1_0_3\packages\ti\drv\gpio) does not have these functions instead it has functions: GPIO_setConfig, GPIO_read, GPIO_write.

 

Are there any migration guides or similar that detail the changes required for the application?

 

Thanks

  • Nick,

    The software has gone through multiple iterations and has been re-designed to have common API interface across all TI Processors going forward. There is no API to API mapping guide but we have a top level MCSDK to Processor SDK migration guide
    processors.wiki.ti.com/.../C674x_devices

    The API guide for PDK driver is found under pdk_omapl138_1_0_x\packages. The APIs associated with OMAPL138 are the same for all next generation of processors so moving forward these APIs will not change.

    Regards,
    Rahul