Hi ,
I'm facing a problem with the grlibdemo_TivaTM4C123GH6PGE sample. When I use the ti.sysbios.family.arm.m3.Hwi module by adding this line to the .cfg file
var ti_sysbios_family_arm_m3_Hwi = xdc.useModule('ti.sysbios.family.arm.m3.Hwi');
The code crashes at the line
GrImageDraw(&context, pucCurImage, 0, 0);
when i stop using ti.sysbios.family.arm.m3.Hwi it works fine.
I'm using CCSv 6, TI-RTOS for TivaC 2.10.1.38 , xdctools_3_30_04_52_core
could anyone help plz.
Thanks