MCUXpresso does not have MKE18F256VLH16 MCU available

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

MCUXpresso does not have MKE18F256VLH16 MCU available

跳至解决方案
969 次查看
David61
Contributor I

Hello,

I am using a TWR-KE18F dev board which has a MKE18F512VLL16 MCU fitted. I have developed some simple SW on this and now want to try and run it on my own target HW which has a MKE18F256VLH16 MCU fitted, just to see if my board is basically working.

The SW crashes just after the Clock Configuration runs below

/* Set SCG to SPLL mode. */
// CLOCK_SetRunModeSysClkConfig(&g_sysClkConfig_BOARD_BootClockRUN); // 

and I am wondering if its because I am using the smaller memory LQFP 64 pin part?

I can not select this part on the drop down menu (it's not available) so how do I update my MCUXpresso to have this part available?... assuming that's the source of my SW crash problem 

Many thanks, David.

 

0 项奖励
回复
1 解答
959 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi David,

After install the SDK of MKE18F256VLH16, you should be able to edit MCU.

Install KE18F256.pngEdit MCU MKE18F256VLH16.png

Please check if the clock source, the demo may use external 8MHz crystal, how about your own target HW.

8MHz crystal.png

 

Best Regards,
Robin
-------------------------------------------------------------------------------
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 项奖励
回复
2 回复数
947 次查看
David61
Contributor I

Hi Robin,

Thanks very much for getting back to me and yes that has solved my problem! It was a combination of being able to download & select my exact MCU and then modify the clocking diagram for my external 16Mhz crystal, instead of the default 8Mhz part.

 

Thanks again, David61.

 

0 项奖励
回复
960 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi David,

After install the SDK of MKE18F256VLH16, you should be able to edit MCU.

Install KE18F256.pngEdit MCU MKE18F256VLH16.png

Please check if the clock source, the demo may use external 8MHz crystal, how about your own target HW.

8MHz crystal.png

 

Best Regards,
Robin
-------------------------------------------------------------------------------
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 项奖励
回复