S32K148 tested external flash ICs

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

S32K148 tested external flash ICs

Jump to solution
1,075 Views
matej_15
Contributor III

Hi!

We are using FS32K148UJT0VMHR SMCU and we can't seem to find a list of tested serial flash ICs.

Usually, a supplier gives a list comprising of few ICs that have been tested. The only reference that is available is the devkit schematics which features MX25L6433FM2R-08G which is not automotive qualified.

Can you please point us or suggest an automotive qualified external serial flash ICs that is tested on QSPI or SPI interface of the S32K148 (64MB preferable)?

 

Best regards,

Matej

0 Kudos
1 Solution
1,026 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Yes, it should work.

View solution in original post

5 Replies
1,058 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

I have found in the internal resources, following two devices has been evaluated
- Macronix MX25l6433f (non AEC-Q100)
- Cypress S25FLxxxS

We don't have a list of validated QuadSPI flash ICs compatible with the S32K148, but the QSPI peripheral is generic and it should be compatible with most of the QSPI memories in the market.

There is an appnote providing general description of the QSPI module implementation in the S32K148, focused on setting up LUT sequences:
https://www.nxp.com/docs/en/application-note/AN12193.pdf

and accompanying software attachment:
https://www.nxp.com/webapp/Download?colCode=AN12193SW&docLang=en

1,054 Views
matej_15
Contributor III

Hi @davidtosenovjan,

thank you for the answer!

If you could please also tell us can we use LPSPI in half-duplex parallel mode instead of QSPI interface? I see there is an option for LPSPI to have 4 data lines when in parallel mode:

matej_15_0-1655220234103.png

 

QSPI interfaces, both A and B, are unavailable in our application because of the use of RMII.

What is actually the difference between LPSPI in half-duplex parallel mode and QSPI? Performance, power consumption, etc?

 

Best regards,

Matej

0 Kudos
1,039 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

I have found an appnote dealing with LPSPI, it offers some power consumption saving features:

https://www.nxp.com/docs/en/application-note/AN5320.pdf

 

The biggest difference will be that QuadSPI offers memory mapped access - it means from application SW point of view you are accessing the same way as to internal RAM and you can even execute code directly over QuadSPI interface.

 

1,033 Views
matej_15
Contributor III

Hi @davidtosenovjan,

 

so Cypress S25FLxxxS connected to S32K148 to LPSPI in half-duplex parallel mode should work, we just wouldn't be able to access it as the internal RAM?

0 Kudos
1,027 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Yes, it should work.