Using QSPI1 as normal SPI MC56F84786

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

Using QSPI1 as normal SPI MC56F84786

Jump to solution
594 Views
20Sidar04
Contributor III

Dear Mr. and Mrs.,

I have a board with MC56F84786 NXP microcontroller. This MCU is connected with Flash memory via SPI. In addition to this, Flash has QSPI pins but in this design, QSPI pins are not used. Instead of QSPI pins, SPI pins are used. I saw configuration for QSPI on IDE. I couldn’t see config for SPI. QSPI1 could be used as standard SPI . Is Library of QSPI1 valid for SPI. How should be config for SPI by using QSPI1 on Codewarrior?

Thanks in advance for supports.

Regards.

Sidar 

Tags (2)
0 Kudos
1 Solution
551 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

The spi of MC56F84786 is called queued spi instead of quad spi. The QSPI of MC56F84xxx is a normal spi interface,it can interface with 4 pins spi flash, the 4 pins includes sck, /cs, mosi and miso.

Obviously, it can not interface with quad spi flash.

Hope it can help you

BR

XiangJun Rong

View solution in original post

0 Kudos
1 Reply
552 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

The spi of MC56F84786 is called queued spi instead of quad spi. The QSPI of MC56F84xxx is a normal spi interface,it can interface with 4 pins spi flash, the 4 pins includes sck, /cs, mosi and miso.

Obviously, it can not interface with quad spi flash.

Hope it can help you

BR

XiangJun Rong

0 Kudos