mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/ioc-collection.git
synced 2025-06-10 02:26:00 +00:00
README.md aktualisiert
This commit is contained in:
parent
5325f64f27
commit
7c50541ecd
13
README.md
13
README.md
@ -32,11 +32,14 @@ If your microcontroller is not supported yet, you can create a .ioc-file by crea
|
||||
|
||||

|
||||
|
||||
Please note that 256 words (1 word = 4 bytes) of stack memory tend to be insufficient for many applications. You might want to increase that by adjusting the setting
|
||||
* `Pinout & Configuration > Middleware and Software Packs > FREERTOS > Config parameters > Kernel Settings > MINIMAL_STACK_SIZE`.
|
||||
> [!WARNING]
|
||||
> Please note that 256 words (1 word = 4 bytes) of stack memory tend to be insufficient for many applications. You might want to increase that by adjusting the setting
|
||||
> * `Pinout & Configuration > Middleware and Software Packs > FREERTOS > Config parameters > Kernel Settings > MINIMAL_STACK_SIZE`.
|
||||
> Don't forget to also change the stack size of the default thread in `FREERTOS > Tasks and Queues`.
|
||||
|
||||
Usually, you also have to increase the FreeRTOS heap size via
|
||||
* `Pinout & Configuration > Middleware and Software Packs > FREERTOS > Config parameters > Memory management settings > TOTAL_HEAP_SIZE`
|
||||
since the stack of each task is allocated on the FreeRTOS heap.
|
||||
> [!WARNING]
|
||||
> Usually, you also have to increase the FreeRTOS heap size via
|
||||
> * `Pinout & Configuration > Middleware and Software Packs > FREERTOS > Config parameters > Memory management settings > TOTAL_HEAP_SIZE`
|
||||
> since the stack of each task is allocated on the FreeRTOS heap.
|
||||
|
||||
###
|
Loading…
x
Reference in New Issue
Block a user