Hi,
I am using MCUXpreeso 11.5.0 with SDK2.11.0 for FRDM-K66 testing.
I import demo project for HTTPS MBedTLS based server and it works fine...
Then, I created the new project with RTOS, LWIP, MBedTLS and etc...
1) I tested the new project with HELLO world by using RTOS and works fine...
2) I copy all required files from the above sample project and compile the project properly.
When I tried to run and got the following error: "Function called without core lock".
Then I compare the difference between sample and my project, found that sample project is using heap3.c and my project is using heap4.c. Then I delete heap4.c, got the compile error.
Can anybody tell me how to fix the problem? Change heapx.c will fix the problem? and how to switch to heap3.c?
Thanks,
Christie