Hello, we are having problems getting the simple template to download and run properly. When downloading the program, what entry point should we be using? We’ve also seen the unresolved symbol list when trying to download simple template.
look in the manual, but i believe (for the entry point) FRC_UserProgram_StartupLibraryInit and set the advanced options click edit, the button on the middle text box, then select the check box near the bottom that has the words FP_TASK in it, ok, ok, and the advanced options check box should look like {Options=1000010}
The simplest way is to run from flash.
To do so, first compile and build your project. If all goes well, in your Build Console (should be the window at the bottom of your screen if you didn’t touch it) will report that <Project Name>.out file was successfully built. If not, that means that there are errors in your code or something is wrong…
Assuming that that’s good, go to Window->Preferences…
From there, go to the tab that says FIRST Downloader Preferences and input your team number and find the .out file you just created. It should be under workspace/<project folder>/PPC603/Debug… (something like that)
Once you find it press OK to save your preferences…
Assuming that your cRIO is connected and you’re getting communication on your DSU (should read battery voltage), make sure your IP settings are correct on your computer.
If that’s good, go to FIRST->Download and wait for your program to send.
Reboot your cRIO when you’re done and wait for communication again.
Flip the toggle on your DSU to Enable and it should work…
Just read the manual and you should be fine. It explains all that.
Two places to get it:
http://first.wpi.edu/Images/CMS/First/FRC1718Docs.zip
OR
c:\windriver\docs\extensions\FRC
You want the C Programming Guide for FRC.pdf