This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

If I am doing any change in RTX_Conf_CM.c file then code is not working?

Hello All,

I am trying to build a BLE peripheral project with RTX OS which is using S110 Soft Device and bootloader is also there in Flash memory region. So when I am trying to change any parameters in RTX_Conf_CM.c file (like OS_TASKCNT, OS_STKSIZE, OS_PRIVCNT, OS_PRIVSTKSIZE) then code is not working at all. But without any change in that file code is working fine. So what can be the reason?

I have to change stack size for multithread support in my application as one thread can take more than 200 bytes of memory. So if I will run multithreads with very less code in thread then it's working fine but if code size is increasing in specific thread then it stop to work.

So please help me to resolve this multithread support with RTX in Nordic nRF51822. Thank you.

Parents Reply Children
No Data
Related