"MCUexpresso Config" Tools error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

"MCUexpresso Config" Tools error

跳至解决方案
1,351 次查看
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 项奖励
回复
1 解答
1,258 次查看
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 项奖励
回复
3 回复数
1,258 次查看
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 项奖励
回复
1,257 次查看
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 项奖励
回复
1,259 次查看
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 项奖励
回复