Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/northeastern-electric-racing/lvembedded22
Embedded code that is too small for its own repo, and is not within the Data & Controls domain
https://github.com/northeastern-electric-racing/lvembedded22
Last synced: 26 days ago
JSON representation
Embedded code that is too small for its own repo, and is not within the Data & Controls domain
- Host: GitHub
- URL: https://github.com/northeastern-electric-racing/lvembedded22
- Owner: Northeastern-Electric-Racing
- Created: 2022-11-01T23:58:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T01:46:35.000Z (10 months ago)
- Last Synced: 2024-04-21T02:59:03.429Z (10 months ago)
- Language: C
- Size: 30.6 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LVEmbedded22
## Setting Up STM32CubeIDE
STM32CubeIDE can be downloaded from https://www.st.com/en/development-tools/stm32cubeide.htmlOnce installed, set the ...\LVEmbedded22\STM32CubeIDE\workspace_1.10.1 directory to be the workspace for the IDE.
To open a project from the workspace, navigate to File -> Open Projects from File System
![image](https://user-images.githubusercontent.com/85203651/213588403-0d32b2a6-0172-4423-92db-4e237f527f9e.png)
Under "Import Source," enter the ...\LVEmbedded22\STM32CubeIDE\workspace_1.10.1 directory.
Make sure all desired projects are checked and click finish.