hobit222 wrote on Monday, October 01, 2012:
Hello,
I’m using V7.2.0 on Code Composer Studio 5.2.1.00018. I’m quite new to FreeRTOS and RTOSes in general) I’m getting two situations which appear to be crashes for the suplied demo.
Once started everything seems fine. Pushing the joystick up an releasing it causes the screen screen to print messages about button up. The red and yellow LEDs on the bottom are flashing reasonably.
The first crash case is that whenever I release the joystick button, the system crashes. Occasionally with a mess of black on the screen, generally without. The yellow and red light stop flashing once the button is released (nothing happens when it is pressed). If I use the debugger I’m told I’m in 0xFFFFFE and below that "no source available for “0xffffe” (yes the number of Fs is different…) I’d swear the first time I did this I was in some actual function, but I can’t rerpoduce that.
The second is that after a while the board just stops working. Lights stop flashing etc. If nothing else is pressed after the screen clears everything stops after the 6th message on the new screen is printed (Status = PASS). This behavior is quite consistant. In this case I appear to be out of tasks? I’m looping in vTaskIncrementTick and calling prvCheckDelayedTasks(); over and over. Pressing the joystick select button at that time seems change nothing.
Any help is welcome!