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

PSoC™ 6 SDK Forum Discussions

Sanyika1
Level 1
Level 1
First reply posted First question asked Welcome!

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

0 Likes
2 Replies
Ekta
Moderator
Moderator
Moderator
250 solutions authored 100 likes received 250 sign-ins

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

0 Likes
Sanyika1
Level 1
Level 1
First reply posted First question asked Welcome!

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

 

0 Likes
This widget could not be displayed.