Hello TI support,
We are creating an Can application in Autosar environment that send and receive Can frames.
We are using the mcusw_01_03_00_10 and pdk_jacinto_07_01_05_14.
As example we use the file mcusw\mcal_drv\mcal\examples\Can\soc\j721e\mcu1_0\CanApp_Startup.c.
Before Can_Init API is executed we call CanApp_PlatformInit function to set the Pin and also the CanTrcv as is in the example.
We see that Can_Write is executed but we don't see any frame that are send. In Can configuration we use MCU_MCAN0 and we use the Can_0_Int0ISR interrupt.
To connect the PcanView is used the J30 from the board like is specify in documentation.
I saw different Can example in Sdk e.g. in mcan_evm_loopback_app_main_k3.c where is initialize the I2C.
Can you please let me know if we have to configure something else except the one that are present in CanApp_Startup.c?
CanTrcv will be initialize only with CanApp_EnableTransceivers function or we need to add other code?