Hi @Elakiya
I checked your early post.
"manually changed in GlobalInfo of the processor and package_id to MCXN456VKL inside the clock_config.c and pin_mux.c.
processor: MCXN546
package_id: MCXN546VKL"
This method is incorrect, so it will report an error. We currently have no way to prevent this error.
First, MCXN546 and MCXN547 are mostly the same, with only differences in the number of GPIOs and flash RAM size.
Based on your above messages. I have two suggestions.
1. If you create a project based on your MCXN546 SDK, you just need to modify some files base on the mcxn5xxevk_lpuart_polling and you can use the config tool directly.
2. If you want to use mcxn5xxevk_lpuart_polling as the base, you cannot directly use the config tool tool. But you can create another mcxn546 project, configure the pins and clocks you need with the config tool, and then copy the generated code to project mcxn5xxevk_lpuart_polling.
BR
Harry