From ae19c42f11a1f3c858a78ad23da53a5d60591e35 Mon Sep 17 00:00:00 2001 From: dario Date: Mon, 9 Dec 2024 17:08:10 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b8295a3..80db178 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,7 @@ If your microcontroller is not supported yet, you can create a .ioc-file by crea ![Step 5](media/RMqgrafik.png) > [!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`. +> 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`. > [!WARNING]