I use MCUXpresso V11.5, and I’ve installed the related SDK. I create a new project based on LPC55S04, I found its config tool can’t be used. MIt shows that “Device Configuration tool does not support selected processor”. And there are no this kind of problem if the project is based on LPC55S06. Can you help to check what’s wrong with it?
Solved! Go to Solution.
Hi @Lurkersoo ,
for me the latest SDK LPC55S04 2.11 didn't work until I fixed the YAML part in clock_config.c and pin_mux.c - changing LPC55S06 => LPC55S04 otherwise the created Config Tools configuration was empty. If you face the same problem, delete the created *.mex file, fix the sources and open config tools again.
@ZhangJennie , could you please check the YAML parts for the LPC55S04 SDK?
Regards,
Libor
HI all
Maybe my MCUXpresso IDE version is old. I use v11.3.0. SDK is the latest SDK LPC55S04 2.11.
YAML SETTINGS in clock_config.c and pin_mux.c is LPC55S06
I can open config tool from IDE without issue.
Thanks,
Jun Zhang
Hi Jun,
We also can open the config tool. You need to try to add a pin configuration, thus you would find the issue. Thanks!
Lurkersoo
Do you mean route a pin in pin configuration ? This is what I see.
I can't see the error as mentioned in the original request.
Yes, it seems it's ok in you side.
Lurkersoo
Hi @Lurkersoo ,
for me the latest SDK LPC55S04 2.11 didn't work until I fixed the YAML part in clock_config.c and pin_mux.c - changing LPC55S06 => LPC55S04 otherwise the created Config Tools configuration was empty. If you face the same problem, delete the created *.mex file, fix the sources and open config tools again.
@ZhangJennie , could you please check the YAML parts for the LPC55S04 SDK?
Regards,
Libor
I am using KE16Z64VLD4 and facing the same issue. I make the necessary changes as you suggested changed the MCU in clock_config.c and peripheral.c files. Still, I am not able to use pin config tool and giving me the error:
The settings do not match for all tools: Boards do not match: Clock 'FRDM_KE16Z' differs from peripherals 'FRDM_KE15Z'
Open configuration failed due to unknown reason
I already applied this step still, facing the error mentioned above
Hi Libor,
Yes, it seems that we have the same problem. Follow your instruction, it can work now. Thanks a lot!
@ZhangJennie It should be YAML SETTINGS issue, please help to check it. thanks!
Hi Lurkersoo
Thank you for contacting us.
Did you install the latest LPC55S04 to MCUXpresso IDE?
If you use the same SDK version but still have problem, please send your problem screenshot. I will check.
Have a nice day,
Jun Zhang