Tool/software:
Pleas provide detailed explanation on How to create a project in ccs for am263px controller.What are the header files and cmd files to be included in the project. Can we write the code for the controller in register level
Hi Rapeti,
It is strongly recommended to use empty project included in SDK for getting started, as creating project in CCS is prone to challenges which can be time consuming.
What are the header files and cmd files to be included in the
You can refer to the examples for different modules to find the respective header file to be included.
Also you can add modules directly from syscfg which generates the initialization code for modules.
Can we write the code for the controller in register level
You can look at our LLD drivers for module to look at the register level code:
C:\ti\mcu_plus_sdk_am263px\source\drivers\i2c\v1\lld\i2c_v1_lld.c
Let me know if you need any further info.