We have working DCAN code for many TI parts but am having an issue with the C6000 core on the 66AK2G. I'm guessing it is because we are not doing data synchronization with the data cache on our read/writes to the DCAN controller. Is there any example DCAN code, or data synch examples? I see CCS has _data_synch.c which provides the two write back functions, but seems to leave the invalid function stubbed in. Any example on reading and writing to peripheral registers would be appreciated.