Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Customer wants to use Ethernet in AM62x R5F, there is example in MCAL, but there is not CPSW option in sysconfig. Please help.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Tony,
Syscfg tool is not used to initialize the CPSW in MCAL example. It is directly done in the application.
Regards,
Nihar Potturu.
It is directly done in the application.
#1. Do you mean call Pinmux_init in this file: C:\jobs\1Processor\1-AM62x\MCAL_SitaraMPU_11.00.00.03\MCAL_SitaraMPU_11.00.00.03\mcusw\mcal_drv\mcal\examples\Eth\utils\soc\am62x\mcu0_0、ti_pinmux_config.c
#2. In the MCAL user guide, recommends to use sysconfig to do pinmux, is CPSW not implemented yet? It should be there then generate pinmux file with other peripherals together for Autosar, how do you think?