Part Number: DRA726
I am working on TI-RTOS support for our analog cameras.
The I2C port used is I2C6.
There are some definitions missing since TI official code doesn't support it.
We've had no issue so far on Linux since we do not use uart7
On a new design we will change to something else but that isn't going to happen until later next year.
In tda2xx/cslr_soc_defines.h how do I set CSL_INTC_EVENTID_I2CINT5
It is used in drivers/pdk_01_08_01_06/packages/ti/drv/vps/src/boards/src/bsp_boardTda2xx.c
#ifndef BSP_DISABLE_I2C5
{
BSP_DEVICE_I2C_INST_ID_5, /* instId */
SOC_I2C6_BASE, /* baseAddr */
CSL_INTC_EVENTID_I2CINT6, /* intNum */
400U /* busClkKHz */
}
#endif
Michel Catudal
ACTIA Corp