Is IS25LP064D supported to work on STM32U5 series.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-16 11:48 PM
Hi, im trying to work on external Flash with filex and levelx, and the external flash chip is "IS25LP064D ". i was trying to configure the OSPI, in the memory type other than micron, macronix, AP memory and Macronix RAM. I'm not able to see any other option. so while choosing for the memory chip which im using what to be selected.? or does U5 series supports the ISSI chips?
- Labels:
-
Flash
-
OctoSPI
-
STM32U5 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-17 02:06 AM
Hello @meghasb ,
As the memory in question is QSPI chip, you have the flexibility to opt any memory type in this scenario. The selection of memory type will not influence the functionality of the QSPI.
Kind regards,
Nissrine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-17 02:37 AM
@NesrynELMK , thanks for the clarification, is their any reference for the driver library for this particular chip. "IS25lp064d-jkle".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-17 02:59 AM - edited 2024-04-17 05:10 AM
Supported? Well it will work, but you'll need to read the data sheets and write the code to support the parts you have chosen. Materially it's going to be very similar. For a file system you should perhaps use 4KB sectors as that's the minimum erase size, and write those as multiple 256 byte pages.
Up vote any posts that you find helpful, it shows what's working..