I would like to modify the EZ430 accelerometer application code to make the EZ430 into a 'Simple' device as described for the MSP-EXP430F5438.
The first step I would like to take is to understand how the existing code works. I see that main() calls sdk_start_scheduler(), which calls vTaskStartScheduler(), but then it appears that this function is a dead end. What occurs following this call? What is the RTOS scheduler doing? Is there a way that I can see this in code?