| You are not Logged In! |
Difference between revisions of "Public:Building and Debugging Code"
Jump to navigation
Jump to search
imported>Jonathan |
imported>Jonathan |
(No difference)
| |
Revision as of 16:15, 18 September 2018
Getting Started
- Have the code downloaded locally from Github. See: ((Github Setup))
- Have MCUXpresso installed and ready to go. See: ((MCUXpresso))
Building & Flashing
File:67 # At this point you should have all of the proper projects imported (if the projects don't seem to be imported, try that again).
- Open the required projects (and close all others)
- The ONLY things you should have open are:
- mbed
- common
- <your>
- Close everything else that is open. You will be very sad if there are build error in other projects that make yours fail.
- The ONLY things you should have open are:
- Set all build configurations to whatever microcontroller is being used (probably LPC1549).
File:68 # Make sure the linker script location for your project is set correctly (on your project).
Debugging
Common Problems
Future
- Support program via CAN