I have made a project within MCUXpresso IDE using the installed SDK for dev board FRDM-KL43Z.
The SDK is 'SDK_2.x_FRDM-KL43Z' (version 2.5.0).
When I try to open MCUXepresso Configuration I get the following when the opening processes tries to download and open the processor data :
"Processor 'MKL43Z256xxx4' is not supported or data for processor not available (check internet connection)"
My internet connection is fine with no fire wall blocks in regard to MCUXpressoIDE.
Any help would be appreciated.
Hello Murray,
1) do you/company use network proxy? if yes, authenticated or not?
2) could you attach the log file <workspace>/.metadata/.log ?
Thank you,
Libor
Hi Murray,
the problem was incorrect access rights in C:\ProgramData\NXP\mcu_data_v5 that is was not writable by regular user. It may happen if the application was run as an administrator once which created the directory structure with write permissions only for admin not for other users.
Because it is resolved for you I guess you deleted also this directory which was later on created with proper access rights.
Regards,
Libor