Other Parts Discussed in Thread: SYSBIOS
Tool/software:
Is this a msg return message from TI API on the TIVA C ROM : CRITICAL HW ERROR!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Is this a msg return message from TI API on the TIVA C ROM : CRITICAL HW ERROR!
What debugger tool and debug probe are you using?
Can you show a screenshot of the error message?
#include <xdc/std.h>
#include <xdc/runtime/System.h>
#include <ti/sysbios/BIOS.h>
#include <ti/sysbios/knl/Task.h>
using xds100 v2 .
main code calls this section
/** start RTOS */
LOG() << "\r\nStarting TI-RTOS...\r\n\n";
/* wait for tx task from Main completed */
uart::GetUART0().tx(0, 0);
/* Start BIOS */
BIOS_start();
return (0);
}
Hi,
I asked for a screenshot of the error message but you are just showing me a snippet of your code.
Do you see the same error message when you load a simple example program or the error is only on this custom program?
Hi,
I have not heard back from you. Hopefully you have resolved the issue on your own. I will close the thread for now. If you have any update, you can write to this post and the status will change to OPEN.