From c4a5e10a87fba0534c45d20d7b5b933bb6c386cd Mon Sep 17 00:00:00 2001 From: dario Date: Mon, 4 Nov 2024 22:20:01 +0100 Subject: [PATCH] The note was not added properly in the last commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 625b2da..0411fe6 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,6 @@ If your microcontroller is not supported yet, you can create a .ioc-file by crea ![Step 5](media/RMqgrafik.png) +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`. Usually, you also have to increase the FreeRTOS heap size `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. + ### \ No newline at end of file