Hello,
I'm having a problem running my software on a launchpad (LM4F120) connected to the Kentec display (EB-LM4F120-L35). I am able to write the top banner...it's a rectangle box with a blue background and "grlib demo" inside the box. Those are generated with "GrRectFill(), GrRectDraw() calls. However, when my software adds some widgets and then calls WigetPaint() followed by an infinite loop calling WidgetMessageQueueProcess() my software generates a FaultISR().
Specifically, I've been able to narrow it down the the GrStringDraw() function call. This particular primitive call triggers a FaultISR(). Other primitive calls are fine, just this particular one.
Any ideas on what I should do to fix this problem?
Thanks,
Robert