I am following "Intro to the TI-RTOS Kernel Workshop Lab Manual" pdf and related workshop files, I downloaded from ti site. When I am using TM4C123GH6PM Launch pad then In debug session when I press Run it is working properly.
But when I use TM4C1294NCPDT Launch pad instead of TM4C123GH6PM Launch pad, then In debug session when I press Run it does not show any error but code does not work(For example, With LED blinking code, LED does not blink). This happens when I use general project template (i.e. non BIOS/RTOS project template)
When I create new project with BIOS/TI-RTOS template It works properly with both.