MTB HTML server on Flash (XIP)

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

cross mob
Sanyika1
Level 2
Level 2
First like received 5 replies posted 10 sign-ins

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_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

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

Hi @Ekta_N ,

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