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

cross mob
Not applicable
Hello, everyone:

Purpose: The XMC4700 Start Kits as a client sends the information to another MCU.
Method: 1. using the DAVE APP ETH_LWIP enabling the RTOS
2. setting up the pin number according to the Board User's Board (Page 15)
3. create the source code and then try to build the socket
Problem: There is no problem with compiling, but during the debugging the program is running into the
socket_fd = socket(PF_INET, SOCK_STREAM, 0); and then the program can not find HAL_CM4.S.
I locate the directory of HAL_CM4.S. Debug stops again at line 266 of the file HAL_CM4.S.

BLX R4 /* Call SVC Function */

Can anyone tell me the reason and how to fix it?
I have already attached the file.

Thanks at first.
Zibo
0 Likes
1 Reply
lock attach
Attachments are accessible only for community members.
Not applicable
attached file
0 Likes