Please read as well the third post of this thread.
Good afternoon.
We are checking/working our custom tm4c129ENCPDT board (actually xm4c rev) and we tried to run the qs_iot example.
If we run the example in the EK-TM4C1294XL launchpad the program seems to run ok.
However if we try to run it on our board, the program get stuck, after calling:
// // Initialize the exosite connection. // exoHAL_ExositeInit();
in the exoHAL_ReadUUID function, which is called on the Exosite_Init function.
// // Initialize Exosite layer to allow Exosite-based user commands later. // Exosite_Init("texasinstruments", "ek-tm4c1294xl", IF_ENET, 0);
It seems to be a malfunction of the silicon/library.
Please, could TI confirm our suspicions.
Thank you