You are not Logged In!

Difference between revisions of "Public:Building and Debugging Code"

From Illini Solar Car Wiki
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).

  1. Open the required projects (and close all others)
    1. The ONLY things you should have open are:
      1. mbed
      2. common
      3. <your>
    2. Close everything else that is open. You will be very sad if there are build error in other projects that make yours fail.
  2. 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