How to increase the RTOS HEAP AREA

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

cross mob
Anonymous
Not applicable
        Hi, I'd like to know how to increase the RTOS HEAP SIZE on CYUSB3014. The FX3.ld saids (Update cyfxtx.c to change this.) If I want to double the RTOS HEAP SIZE do I only need to modify this parameter? ------------------------------------------------------------------------------------------ Original #define CY_U3P_MEM_HEAP_SIZE (0x8000) ------------------------------------------------------------------------------------------ Modified #define CY_U3P_MEM_HEAP_SIZE (0x10000) Thanks   
0 Likes
2 Replies