Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello everyone,
I'm facing some difficulties to run the enet_layer2_icssg example in the SDK V_11_00_00_15.
What I can observed is the following : When I call the "EnetMp_mainTask" function with "NULL" as an argument, my program will be blocked in the "EnetMp_open" function.
More precisely, I'm blocked in this function "status = EnetApp_driverOpen(perCtxt->enetType, perCtxt->instId);". Regarding the argument that I passed, enetType = 1(which correspond to ENET_ICSSG_DUALMAC) and instId = 2U so the arguments seems to be correct.
Here is my test setup :
- AM6442 EVM board
- SDK : mcu_plus_sdk_am64x_11_00_00_15
- CCS 1260 IDE
- Compiler : ti-cgt-armllvm_4.0.3.LTS
- Code example running :
main and sysconfig are at this location : C:\ti\mcu_plus_sdk_am64x_11_00_00_15\source\networking\enet\core\examples\enet_layer2_icssg\icssg_layer2_dualmac\am64x-evm\r5fss0-0_freertos
enet_layer2_icssg.c is at this location : C:\ti\mcu_plus_sdk_am64x_11_00_00_15\source\networking\enet\core\examples\enet_layer2_icssg
- Code running on a R5F core (0-0)
Regarding the sysconfig configuration, I have the same configuration as the one given in the example.





Since this problem appears in the initialization phase of one of your examples, I allow myself to contact you. Do you have any idea where this problem could come from?
Please let me know if you need more information to understand my problem.
In advance, thank you very much for your help.
Kind regards,
Maxime.

