Part Number: PROCESSOR-SDK-AM335X
Tool/software: Code Composer Studio
Hi,
Our requirement is to reduce the dependency of pdk_am335x in a CCS project. It means that we need to have a separate CCS project which should contain all the required peripheral drivers like for uart, i2c, etc., in the same project itself. This is to avoid the rebuilding of entire pdk_am335x for any minor modifications like changing the uart instance,etc.. We also need to place our complete project code on a server and it would be a huge size if we include the entire pdk_am335x. In that sense, we need to create a CCS project where all the modifications done should come into effect by just building the standalone project without rebuilding the entire pdk_am335x. Is there any way to to reduce the pdk_am335x dependency for a standalone project by porting all the required files from pdk_am335x to our standalone project? Please let us know.
Regards,
Nagesh Naik