Tool/software:
Hello Team,
We are integrating TI's Jacinto (TDA4) and Sitara (AM26XX) MCAL.
We have query regarding Cdd module name and file structures.
For Jacinto (TDA) family the cdd modules are named as CddMODULENAME
For Sitara (AM26XX) family cdd modules are named as CDD_MODULENAME
However both representation is not correct as per AUTOSAR specification.
As per Autosar CDD module implementation : https://www.autosar.org/fileadmin/standards/R4.3.1/CP/AUTOSAR_EXP_CDDDesignAndIntegrationGuideline.pdf
Folder structure needs ok inside module (Cdd_moudulename.c and Cdd_Modulename.h etc )but module name is not correct.
Ex: IPC, Module name should be IPC not CddIpc or Cdd_IPC
\
Due to this module name we are having issue while testing module the internally as per ASR specification.
Could you please check this issue for ALL CDD modules provided by TI.
TDA4 :
CddIPC
AM263PX:
Cdd_IPC, Cdd_Dma, Cdd_FsiRx, Cdd_FsiTx, Cdd_I2c,Cdd_Pwm, Cdd_Uart,
Thank you,
Best Regards,
Vishwnatha N