Tool/software: TI-RTOS
I am having a problem while running HTTP Client program in debug mode on "EK-TM4C1294XL" using IAR Compiler.
I am uploading data on ubidots.com using TLS1.2. My program runs fine initially then I lose debugging connection with the Kit. I cannot stop the debugging at all. I have to close the compiler and remove the USB data cable and insert it again to get the kit in working condition.
Can anyone suggest me some solution for this problem?
2. I tried to compile the same program in the release mode. But it gives following error, and I do not know how to fix it.
Error[Li005]: no definition for "__write" [referenced from L:\Projects\.....\Src\configPkg\package\cfg\xxxxx_prm4f.orm4f]
It would be great if some solution could be provided for this issue as well.