Skip to content

Instantly share code, notes, and snippets.

@manaskarekar
Last active March 26, 2016 16:51
Show Gist options
  • Save manaskarekar/6fbaeebc6e77b227be8a to your computer and use it in GitHub Desktop.
Save manaskarekar/6fbaeebc6e77b227be8a to your computer and use it in GitHub Desktop.

Revisions

  1. manaskarekar revised this gist Mar 26, 2016. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion STM32F4Discovery_QuickStart.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,6 @@ Simple way to get Examples to show up in STM32F4, and possibly others.
    - It will install STM32Cube.
    - In the STM32Cube folder, go to Repository > STM32Cube_FW_<version-number> > Projects > <Your board>.
    - You should see a lot of examples there.

    - To use these projects, install STM32 WorkBench (or some other IDE). (http://www.openstm32.org/Downloading+the+System+Workbench+for+STM32+installer?structure=Documentation)
    - Import them using the Workbench.
    - Now you can view, edit, debug/run these examples.
  2. manaskarekar revised this gist Mar 26, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion STM32F4Discovery_QuickStart.md
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@ Simple way to get Examples to show up in STM32F4, and possibly others.
    - In the STM32Cube folder, go to Repository > STM32Cube_FW_<version-number> > Projects > <Your board>.
    - You should see a lot of examples there.

    - To use these projects, install STM32 WorkBench. (http://www.openstm32.org/Downloading+the+System+Workbench+for+STM32+installer?structure=Documentation)
    - To use these projects, install STM32 WorkBench (or some other IDE). (http://www.openstm32.org/Downloading+the+System+Workbench+for+STM32+installer?structure=Documentation)
    - Import them using the Workbench.
    - Now you can view, edit, debug/run these examples.
    - NOTE: When you are trying to Debug, select Debug As : Ac6 STM32 C/C++ Application
  3. manaskarekar renamed this gist Mar 26, 2016. 1 changed file with 0 additions and 0 deletions.
  4. manaskarekar revised this gist Mar 26, 2016. No changes.
  5. manaskarekar created this gist Mar 26, 2016.
    18 changes: 18 additions & 0 deletions STM32F4Discovery_QuickStart
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    After going through a confusing amount of resources, I finally found a workflow to load up an example on the STM32 F4 Discovery board. (And likely, other boards)

    Simple way to get Examples to show up in STM32F4, and possibly others.

    - Install STM32CubeMX.
    - Create a New Project and select the correct hardware. You can click on the ">>" button to see a photo of the hardware.
    - Click 'Generate Code'.
    - It will prompt you to download the correct Firmware. Go ahead.
    - It will install STM32Cube.
    - In the STM32Cube folder, go to Repository > STM32Cube_FW_<version-number> > Projects > <Your board>.
    - You should see a lot of examples there.

    - To use these projects, install STM32 WorkBench. (http://www.openstm32.org/Downloading+the+System+Workbench+for+STM32+installer?structure=Documentation)
    - Import them using the Workbench.
    - Now you can view, edit, debug/run these examples.
    - NOTE: When you are trying to Debug, select Debug As : Ac6 STM32 C/C++ Application

    These were the steps I followed to install it on Linux and play around with examples. I tried other ways, but this one seemed to be the least convoluted.