Hello All,
I am using nRF51822 with SDKv10.0.0 and s110 soft device with RTX os. My project have 5 different threads with 1000 bytes of memory is needed in each thread. While RTX_Conf_CM.c file have settings to run only 3 concurrent threads and only 400 bytes of memory to main thread so somehow I am not able to run RTX os with my project due to 5 number of threads and high amount of memory(1000 bytes for each) is needed for each thread. So how can I resolve this issue? What kind of configuration settings are needed for RTX os in my case?
Please help me as soon as possible as I am critically depends on it. Thanks in advance!