problem with PE micro and Quad Motor Control Development Platform

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

problem with PE micro and Quad Motor Control Development Platform

903 Views
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?

Labels (2)
0 Kudos
3 Replies

896 Views
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 Kudos

892 Views
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 Kudos

884 Views
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 Kudos