I am porting SPI, I2C, UART drivers from old project to new project.
Old project, I am using following.
DSP-BIOS 5.42.01.09, PSP 01.30.01, EDMA 01.11.02.05, XDC 3.22.04.45
New proejct, I am using
SYS-BIOS 6.35.04.50, BIOSPSP 03.00.01.00, EDMA 02.11.11.13, XDC 3.25.03.72
Drivers (SPI, UART, I2C) code we wrote for the old project is using GIO. I ported all the code to new environment. I can compile the project in new enviroment but I can't link the. I get following errors.
***************************************************
_GIO_ATTRS ./drv_SpiFlash.obj
_GIO_create ./drv_SpiFlash.obj
_GIO_delete ./drv_SpiFlash.obj
_GIO_submit ./drv_SpiFlash.obj
_hEdma ./drv_SpiFlash.obj
_ti_sysbios_family_c64p_EventCombiner_disableEvent__E C:/Projects/Turbo/SupportLibs/TI_Libs/Debug/bios_psp_gpio.a674<Gpio.o674>
_ti_sysbios_family_c64p_EventCombiner_dispatchPlug__E C:/Projects/Turbo/SupportLibs/TI_Libs/Debug/bios_psp_gpio.a674<Gpio.o674>
>> Compilation failure
_ti_sysbios_family_c64p_EventCombiner_enableEvent__E C:/Projects/Turbo/SupportLibs/TI_Libs/Debug/bios_psp_gpio.a674<Gpio.o674>
**************************************
Is GIO still supported ? What should I do to port the code ?