Last active
March 26, 2016 16:51
-
-
Save manaskarekar/6fbaeebc6e77b227be8a to your computer and use it in GitHub Desktop.
Revisions
-
manaskarekar revised this gist
Mar 26, 2016 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. -
manaskarekar revised this gist
Mar 26, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 (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 -
manaskarekar renamed this gist
Mar 26, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
manaskarekar revised this gist
Mar 26, 2016 . No changes.There are no files selected for viewing
-
manaskarekar created this gist
Mar 26, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.