Tool/software: TI-RTOS
Hello,
I have a project that I am building that uses almost all the peripherals of the AM335x. I started with the "rtos_template_app_am335x_a8" project supplied in the Processor SDK TIRTOS 4.02.00.09 and have all the peripherals working in that project except DCAN and ADC.
As DCAN is my top priority to get working now, I would like to focus on the DCAN.
First, I was able to successfully import and build the DCAN_LoopbackExample_evmAM335x_armTestProject after doing some magic (and e2e help) to get the DAL errors figured out.
Second, I started trying to take the example code and bring it into the rtos_template_app_am335x_a8 project and I am running into loads of issues.
It appears that the DCAN example is leveraging a lot of starerware drivers which I don't want to use because they are not supported and my project will eventually go into production. I also tried bringing in some files in the CSL folder of the PDK and files found in the board --> diag -->dcan folder but they just aren't compiling. All of them seem to have huge ties back to starterware.
What I really need is a basic frame Tx/Rx DCAN example working in the rtos_template_app_am335x_a8 base application so I can integrate it into my project that does not use starterware.
Has anyone done something like this?
Thanks!