Hi,
Configure gpiopinConfigure (GPIO_PE0_CAN0RX)
GPIOPinConfigure (GPIO_PE1_CAN0RX)
GPIOPinTypeCAN (GPIO_PORTE_BASE, GPIO0 | GPIO1) register display as shown in the above CAN normal communication link
Change it to gpiopinConfigure (GPIO_PE6_CAN0RX)
GPIOPinConfigure (GPIO_PE7_CAN0RX)
GPIOPinTypeCAN (GPIO_PORTE_BASE, GPIO6 | GPIO7)
The register is shown below. CAN communication cannot be connected after modification.
Please indicate which configuration needs to be changed after modifying the pin configuration. Thank you very much