Received a response for a different IOCTL - retry

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

cross mob
PhilD
Level 1
Level 1
10 sign-ins First like received First solution authored

Hello,

I try to get started with the 43012 on the CY8CKIT-062S2-43012.

Connecting with the Wi-Fi works but as soon as I add some function like cy_socket_gethostbyname or task I get the following terminal output:

PhilD_0-1651485162062.png

What is here the problem, what causes the problem and how can I solve this.

 

Best regards

Phil

0 Likes
1 Solution
PhilD
Level 1
Level 1
10 sign-ins First like received First solution authored

Hello,

the failure has been found.

The FreeRTOSConfig.h file that is downloaded with the library manager or make getlibs needs to be updated as follows:

#define configNUM_THREAD_LOCAL_STORAGE_POINTERS 16

#define configMAX_CO_ROUTINE_PRIORITIES 2

#define configTIMER_TASK_PRIORITY 2

After that it works properly.

Best regards

Phil

View solution in original post

1 Reply
PhilD
Level 1
Level 1
10 sign-ins First like received First solution authored

Hello,

the failure has been found.

The FreeRTOSConfig.h file that is downloaded with the library manager or make getlibs needs to be updated as follows:

#define configNUM_THREAD_LOCAL_STORAGE_POINTERS 16

#define configMAX_CO_ROUTINE_PRIORITIES 2

#define configTIMER_TASK_PRIORITY 2

After that it works properly.

Best regards

Phil