Hi @WillemGruter,
The first part of the csv_output.csv file provides a table of all the pins in a package as well as all of their supported functions, similar to what you would find in the datasheet of the MCU. In this example of a LPC54608J512ET180, pin A1 has the name CAN1_TD, and can be set up as a GPIO pin with name PIO0_1, as a FLEXCOMM pin with name FC3_CTS_SDA_SSEL0, as a CTIMER pin with name CTIMER0_CAP0, etc.

Then below this table, there is another section that describes only the pins that are routed as well as their respective configurations. In this case, I enabled some ADC0, CAN1, DMA0, FLEXCOMM0 and FLEXCOMM9 pins and this section describes all of the information of each routed pin for their specific function.


I hope this helps,
Edwin.