|
Re: printf not working and UserProgram_StartupLibraryInit task deleted
The printf is the first statement in the routine and the autonomous code runs all the way through (i.e. the motor runs for two seconds and then turns off). We verified that the code is being compiled and loaded by changing the run time to five seconds and everything appears to work except for the printf and the "task 0x1e01338 (tFRC_UserProgram_StartupLibraryInit) deleted: errno=196709 (0x30065) status=0 (0)" message in the console window.
|