I'm trying to port the MR-CANHUB code to S32DS 3.6 + RTD 5.0.0 and ran into an issue with the CAN and Ethernet peripherals in the pin configurator.
The tool is telling me:
Issue: Incorrect assignment on 'Peripheral', 'Signal' items.
Level: Error
Type: Tool problem
Tool: Pins
Origin: Pins:PortContainer_0_BOARD_InitPeripherals
Resource: #102-FlexCAN_0.rxd
Information: ERRORS:
– The selected peripheral is not supported for routing.
– The FlexCAN_0 peripheral does not support routing.
---
I noticed the FlexCAN example from the RTD disables the pin configurator.
Do these need to be manually configured or are they supported by the pin configurator?
The pin names changed since the MR-CANHUB source was developed in RTD 2.0.0 and S32DS 3.4.
I was able to create new pin assignments for these and delete the originals. There are no longer any errors in the configurator.