MCUXpresso SDK 2.6.1 Problem Flashing Eval Boards

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

MCUXpresso SDK 2.6.1 Problem Flashing Eval Boards

跳至解决方案
1,025 次查看
nbgatgi
Contributor IV

I have been using MCUXpresso 10.3 and recently moved to 11.0.  Note that the problem explained below appears to be specific to the SDK version 2.6.1 and NOT to the version of MCUXpresso or particular eval board.

The type of eval board I've seen the problem with are for the RT1064 (MIMXRT1064-EVK).  Also, I have more than one of the RT1064 boards and the problem is consistent.  The SDK versions tested for the RT1064 are 2.4.1 and 2.6.1.  Version 2.5 was not released by NXP for the RT1064.

 I have attached both versions of the SDK that I have been using.

NOTE:  The flashing problem does not exist when creating example code projects.  It only occurs when creating a "new project" with the new project wizard.

pastedImage_1.png

With out making any changes to the default selections as shown below, the project will be created and will compile without issue.

pastedImage_7.png

However, when I attempt to flash the code into the eval board by selecting debug I receive two error messages that are nearly identical.

pastedImage_4.png

pastedImage_5.png

Here is what shows up in the console tab:

pastedImage_6.png

If I delete the SDK, reinstall version 2.4.1 and repeat the above process, the board flashes as expected.  Returning again to 2.6.1 and the problem returns.

I have repeated this sequence in MCUXpresso 10.3 and 11.

Since 2.4.1 is working, I'm not completely stuck, but for new work I prefer to work with the latest SDK.

Is there a work-around to address this problem?

标签 (1)
1 解答
926 次查看
jorge_a_vazquez
NXP Employee
NXP Employee

Hi Nick Guzzardo

I can confirm this issue on my side. The problem is related to the flash drivers, by default, the project that you create doesn't select any flash driver:

pastedImage_1.png

If you add it manually, the project works as expected:

pastedImage_2.png


Have a great day,
TIC

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

在原帖中查看解决方案

1 回复
927 次查看
jorge_a_vazquez
NXP Employee
NXP Employee

Hi Nick Guzzardo

I can confirm this issue on my side. The problem is related to the flash drivers, by default, the project that you create doesn't select any flash driver:

pastedImage_1.png

If you add it manually, the project works as expected:

pastedImage_2.png


Have a great day,
TIC

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