Using link server with Windows 10 home edition

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

Using link server with Windows 10 home edition

899 次查看
BrianHBrook
Contributor I

We have been developing on the rt1050 evaluation boards for some time now and have used the on board link server debug interface with Windows 7 without problems. When trying the same with Windows 10 home edition it is less reliable. At first it would die after single stepping over a few lines of source code but it may be the case that checking "Disable use of preconnect scriipt" in the LinkServer Debugger tab improves things a little bit.

0 项奖励
回复
3 回复数

814 次查看
Sabina_Bruce
NXP Employee
NXP Employee

Hello Brian,

Hope you are doing well.

I'd like to confirm a couple of aspects so that I can test this from my end. 

Could you tell me if you are using the IMXRT1050_EVK or IMXRT1050_EVKB.

In addition what version of the IDE and SDK are you using? 

Best Regards,

Sabina

-----------------------------------------------------------------------------------------------------------------------

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

----------------------------------------------------------------------------------------------------------------------- 

0 项奖励
回复

815 次查看
BrianHBrook
Contributor I

The board is EVKB. IDE is 11.1.1 build 3241. SDK is 2.7.0 manifest 3.6.0. As it turns out it is possible for a  program to reside in external DRAM so long as the debugger initializes the DRAM controller before down load. Flash is still a problem.

0 项奖励
回复

815 次查看
Sabina_Bruce
NXP Employee
NXP Employee

Hello Brian,

Hope you are doing well.

I am using the same version IDE and SDK as you mention and the EVKB board on Windows 10 without any issue. When creating an example project from the SDK you may note that the BOARD_Flash has a driver, this is needed in order for it to work correctly. If you are working on a custom board or decide to use a different flash there is a generic driver provided from the drop-down menu. 

pastedImage_1.png

Could you please check if your project has the driver included?You may also find this configuration by right clicking your project -> Properties -> C/C++ Build -> MCU Settings.

Best Regards,

Sabina

-----------------------------------------------------------------------------------------------------------------------

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

----------------------------------------------------------------------------------------------------------------------- 

0 项奖励
回复