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.

RE: PROCESSOR-SDK-AM62X: MCAN CCS test in Bare metal code

Other Parts Discussed in Thread: SYSCONFIG

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

  • Hello Veerapandiyan,

    Thanks for reaching out to Texas Instruments E2E support forum.

    Can you please tell which version of MCU+SDK and Sysconfig tool are you using?

    Can you please also share the screenshot of the issue?

    Also can you please tell the steps to replicate the issue? This details would be helpful to debug the issue faster.

    Regards,

    Tushar

  • Hi Tushar,

           Solved my problem. I am using a different version of CCS software I installed the correct version problem was solved. Thank you for your response.

    Regards,

    Veerapandiyan V.