problem with PE micro and Quad Motor Control Development Platform

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

problem with PE micro and Quad Motor Control Development Platform

4,388 次查看
gianpiero_lenta
Contributor I

Good morning,

we are having a strange problem with the "Quad Motor Control Development Platform".
This platform consists of three boards (equipped with an i.MX RT1052) already developed by NXP and the management software also developed by NXP to allow the control of up to four brushless motors.
The problem that until now we have not been able to solve is debugging the application with PE micro, it seems that it cannot load the application or it loads it partially or incorrectly.
It all works using LPC Link2 but not Pe micro.
Pe micro works correctly on EVKBs (with 1052 on board)!
The big difference between the 2 evaluations is this:
1) EVKB defaults to Hyper Flash
2) Quad motor goes on quad SPI
Has anyone faced similar problems?

标签 (2)
0 项奖励
回复
3 回复数

4,381 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @gianpiero_lenta ,

In evkmimxrt1052_flexspi_nor_config.c, there is a structure named hyperflash_config. You can download a RT1060-EVK SDK, and find qspiflash_config in similar postition. Replacing hyperflash_config with qspiflash_config can resolve this issue.

 

Regards,

Jing

0 项奖励
回复

4,375 次查看
gianpiero_lenta
Contributor I

Hi, 

we already done this and still not work correctly.

In attach you can find a compare of the two file you suggested.


Also in attach a log file with the problem.

 

Thanks

0 项奖励
回复

4,367 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @gianpiero_lenta ,

Please try this flash driver.

jingpan_0-1646805132065.png

 

Here is an previous post for your reference.

https://community.nxp.com/t5/MCUXpresso-IDE/RT1050-evkb-Unable-to-download-and-debug-QSPI-Flash/m-p/...

 

Regards,

Jing

0 项奖励
回复