"MCUexpresso Config" Tools error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

"MCUexpresso Config" Tools error

Jump to solution
1,056 Views
dyep92
Contributor I

what is wrong with my project!

hi!. I try to open the "Open Clocks" in the "MCUexpresso Config Tools"  of "MCUexpresso IDE" and get  Error. the error happened when  "MCUexpresso IDE" updates up to version 10.3.0 yesterday. my SDK is SDK_2.x_MKE16Z64xxx4. 

please help. 

0 Kudos
1 Solution
963 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello  dyep nguyễn,

What about the version of your current SDK?

How about use the latest IDE and SDK?

 If still can't work, you can send your project to me , I will help you test on my side.


Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
3 Replies
963 Views
dyep92
Contributor I

This is  my project what I have just made but it is not working normally like another project I had done before, the "MCUXpresso config tools" is not working. the version of the SDK is SDK_2.5.2_MKE16Z64xxx4, the version of MCUXpresso IDE 10.3.0. sorry for my english!

0 Kudos
962 Views
liborukropec
NXP Employee
NXP Employee

Hello Dyep,

it seems there is an inconsistency in the sources where is defined the processor and the package. Please open these files:

  • peripherals.c
  • clock_config.c
  • pin_mux.c

And edit their YAML content in the top so these rows contains the same values:

processor: MKE16Z64xxx4

board: FRDM-KE16Z

package_id: MKE16Z64VLF4

After that the config tools configuration will be created.

Regards,

Libor

0 Kudos
964 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello  dyep nguyễn,

What about the version of your current SDK?

How about use the latest IDE and SDK?

 If still can't work, you can send your project to me , I will help you test on my side.


Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos