Adding NOR Flash driver to rt1051 Project

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

Adding NOR Flash driver to rt1051 Project

Jump to solution
552 Views
nick_j
Contributor III

Hi,

I'm creating a project using an RT1051DVJ6B and MCUXpresso. When adding components to the project I cannot add any nor_flash components, I can however add them if the processor is changed to an rt1052. Looking at the data sheet, I see no reason why nor flash components will be excluded from the rt1051 processor.

Thanks in advanced,

Nick

0 Kudos
1 Solution
541 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @nick_j ,

  You are right, I think sdk when add this component, just consider the RT1052, didn't conside it add to RT1051, but as I know, the flexSPI module is the same, you can use the RT1052 add the component, then copy the source code to your RT1051 directly, it can be used.

   Or you also can use the driver->flexSPI project directly.

 

Wish it helps you!

Best Regards,

Kerry

View solution in original post

0 Kudos
3 Replies
547 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @nick_j ,

  Please help to check, whether you mentioned the following situation:

kerryzhou_0-1652760701682.png

 

kerryzhou_1-1652760710631.png

In the software component, RT1052 has mflashrt1052, but RT1051 don't have it, right?

From the component name, we can see it is used for the RT1052.

But, if you want to use it, I think you can create the project, then add the related source code driver directly in the project.

Wish it helps you!

Best Regards,

Kerry

 

0 Kudos
544 Views
nick_j
Contributor III

Hi Kerry,

I just checked and yes there's no mflashrt1050 component for the rt1051.

The ones I want to use are the nor components shown below:

nick_j_0-1652774824124.png

which don't show up for the rt1051.

nick_j_1-1652774862257.png

I just thought it was a bit odd.

I will probably just add in the sources manually, I just wanted to make sure that there won't be an issue with that.

Thanks!

Nick

0 Kudos
542 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @nick_j ,

  You are right, I think sdk when add this component, just consider the RT1052, didn't conside it add to RT1051, but as I know, the flexSPI module is the same, you can use the RT1052 add the component, then copy the source code to your RT1051 directly, it can be used.

   Or you also can use the driver->flexSPI project directly.

 

Wish it helps you!

Best Regards,

Kerry

0 Kudos