Adding NOR Flash driver to rt1051 Project

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Adding NOR Flash driver to rt1051 Project

ソリューションへジャンプ
561件の閲覧回数
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 件の賞賛
1 解決策
550件の閲覧回数
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 件の賞賛
3 返答(返信)
556件の閲覧回数
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 件の賞賛
553件の閲覧回数
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 件の賞賛
551件の閲覧回数
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 件の賞賛