- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm working with CY8CPROTO-062S3-434W.
I'm using the html server librairie but I have an issue with the space on the PSOC,
This psoc has only 512kBit Flash, and just FREERTOS+HTML SERVER LIB consume 500kBit
Even if I put all my constante and the Wifi FW on the flash I'm out of space.
My question is how to move some specific library on the external flash ?
Thank you
Alexandre
- Labels:
-
ModusToolbox PSoC 6 SDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Sanyika1
You can refer to the following code example:https://github.com/Infineon/mtb-example-psoc6-qspi-xip
This code example demonstrates how to use the queued serial peripheral interface (QSPI) block of the PSoC™ 6 MCU in eXecute-In-Place (XIP) mode with an external flash memory device using Eclipse IDE for ModusToolbox™ software.
Best Regards
Ekta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Ekta ,
Thank you for your answer,
I already follow this code example to try to place my code on the flash but my question was how to place some MTB lib into external flash instead inside.
For example, the HTML serv consume lot of internal flash, it will be nice if I can move this entier lib to the external flash.
Best regards
Alexandre