Added images and updated readme.

This commit is contained in:
dario 2024-11-04 22:10:43 +01:00
parent 4316046a9c
commit c39d35f9fd
7 changed files with 28 additions and 1 deletions

View File

@ -1,3 +1,30 @@
# ioc-collection
A collection of .ioc files for working with different STM32 μCs and TACOS.
A collection of .ioc-files for working with different STM32 μCs and TACOS. The .ioc-files are already correctly configured for TACOS-based projects.
## Using An .ioc
You can create a project from an existing .ioc-file (e.g. one of the .ioc's provided in this repository) by pressing `file > new > STM32 Project from an Existing STM32CubeMX Configuration File` and choosing the desired file under `STM32CubeMX .ioc file > Browse`.
## Creating An .ioc
If your microcontroller is not supported yet, you can create a .ioc-file by creating a new project with the desired microcontroller and selecting the following settings in the project's .ioc:
Project Manager > Project
![Step 1](media/6Cggrafik.png)
Project Manager > Code Generator
![Step 2](media/StCgrafik.png)
Pinout & Configuration > Middleware and Software Packs
![Step 3](media/bV1grafik.png)
Pinout & Configuration > Middleware and Software Packs > FREERTOS > Config Parameters
![Step 4](media/vXUgrafik.png)
![Step 5](media/z9wgrafik.png)
Pinout & Configuration > Middleware and Software Packs > FREERTOS > Advanced Settings
![Step 5](media/RMqgrafik.png)
###

BIN
media/6Cggrafik.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
media/RMqgrafik.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
media/StCgrafik.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
media/bV1grafik.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
media/vXUgrafik.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
media/z9wgrafik.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB