how to use S25FL132K on FM0+ S6E1C Starter Kit

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
jusac_3935691
Level 1
Level 1
First reply posted First question asked

hi.

I found information about NOR Flash in the following document.

http://www.cypress.com/file/275051/download

P. 23  3.3.5 NOR Flash

And I want to use this, but I can't find any sample programs of S25FL132K.

I found sample programs of S25l164K(FM_PDL_2.0.1/example/hsspi/hsspi_access_s25l164k),

but it doesn't work on FM0+.

Where is the document which shows me how to use S25FL132K ?

thanks.

0 Likes
1 Solution

Hi,

You can use source code available at following folder to use our flash device, FM_PDL_2.0.1\utility\qspi_flash. It can be used to access S25FL132K device. Please let us know if you face any errors.

Thanks and Regards,

Sudheesh

View solution in original post

0 Likes
3 Replies
SudheeshK
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi,

Sorry for the delay in our response.

The project that you mentioned "FM_PDL_2.0.1/example/hsspi/hsspi_access_s25l164k" will work for FM0+ device.

Could you please let us know the details of error that you observe with this project?

Thanks and Regards,

Sudheesh

0 Likes

hi.

Thank you for your response.

Sorry my incorrect expression. I tried to build the sample to use on FM0-64L-S6E1C3 Complete Starter Kit.

Then the following error macro activated.

FM_PDL_2.0.1/example/hsspi/hsspi_access_s25l164k/main.c

54 #if (PDL_MCU_SERIES != PDL_DEVICE_SERIES_S6E2CCX)

55 #error This example is developed on SK-FM4-178L-S6E2CC board!

56 #endif

Can I use on S6E1C?

What really want to do is using S25l132k via SPI, and I noticed CSIO can use as SPI.

And I also noticed NOR Flash Test is already run. (I forgot...)

http://www.cypress.com/file/275051/download

P. 17

Can I get source cord of this test (or near one) ?

thanks.

0 Likes

Hi,

You can use source code available at following folder to use our flash device, FM_PDL_2.0.1\utility\qspi_flash. It can be used to access S25FL132K device. Please let us know if you face any errors.

Thanks and Regards,

Sudheesh

0 Likes