What is " #define PLATFORM_ZEBU " used for ?
If we define " PLATFORM_ZEBU ",vpssM3 will not initialize I2C[1] .Is that right ?
I`m using VC_SDK _01_01_00_02
Thanks
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.
What is " #define PLATFORM_ZEBU " used for ?
If we define " PLATFORM_ZEBU ",vpssM3 will not initialize I2C[1] .Is that right ?
I`m using VC_SDK _01_01_00_02
Thanks
Hi,
PLATFORM_ZEBU is not for this puerpose, you should not define this macro,
There is a flag in the deviceInit API, if you set it false, I2C will get used on VPSS M3 and then you could enable I2C on A8 and use it.
Regards,
Brijesh Jadav
hi,
thank you for your replay.
Is this flag? vpsdrv_deviceI2c.c ---> Vps_deviceI2cDebugEnable(FALSE);
Thanks