Hi Aparna
I think there is a Bug in CCS studio, from what I have understood, whenever I compile a single file for MCAN, the conversion of the bit timing parameter values to HexaDecimal is happening properly which I can see in ti_drivers_config.c ( Which is present under Generated source --> Sysconfig ) file.
Whenever I am trying to build for I2C and MCAN together the conversion of the bit timing parameters value to hexadecimal is not happening ( the value is getting registered as it is for example if I give 30 as input in MCAN parameters in Sysconfig, it is taking it as 30U as observed in ti_drivers_config.c file whereas the actual value should have been 1EU).
Due to this issue, the sitara is unable to receive the data. Can you please verify if this is an issue with CCS studio or is there any other method to do the configuration for this type of Data.
Thanks
Veerapandiyan