Hello Jeff,
these error just say that you have not selected devices and peripherals in the Processor Expert project.
When you open the Processor Expert project and double click on a component in the Components window the component (properties, methods, events tabs) is displayed in the Component Inspector window. You can find these errors in the Component Inspector and fix them by selection of devices, peripherals, pins and the baudrate. See also below:
| Unassigned peripheral (Device) | | fsl_uart_hal1/Device | select the device in the Device property of the fsl_uart_hal1 component, see the first screenshot below. |
| Unassigned peripheral (TxD) | | DbgCs1/TxD | The TxD pin is not selected in the DbgCS1 component, see the second screenshot below. |
| Unassigned peripheral (RxD) | | DbgCs1/RxD | The RxD pin is not selected in the DbgCS1 component, see the second screenshot below. |
| Error in the inherited component settings (fsl_uart_hal) | | DbgCs1/fsl_uart_hal | It is reference to the first error (the fsl_uart_hal1 component is inherited in theDbgCs1 component) |
| Unassigned timing (Baud rate) | | DbgCs1/Baud rate | The Baud rate is not selected in the DbgCS1 component, see the second screenshot below. |
| Timing setting failed in Clock configuration 0 - it is impossible to set the following items: selected value (Input clock frequency [MHz]) | | usbFmw1/Input clock frequency [MHz] | You must select USB clock configuration in the CPU component and remove all other clock configuration from the project. Remove subsequently clock configuration number 3,2,1 and 0. See the third screenshot below. When you remove the clock configuration number 0, the Processor Expert report an error (a known issue). Close the project in the Project Window and Open the project again (the reload of the PEx project resolve this issue). Select the Init clock configuration (see fourth screenshot). |
| Unassigned peripheral (Device) | | DbgCs1/Device | The Device is not selected in the DbgCS1 component, see the second screenshot below. The same device should be selected as used in the fsl_uart_hal1. |
Selection of devices and peripherals:


Removing clock configurations:

Selection of the Init Clock Configuration:

Best Regards,
Marek Neuzil