Question
Stack Problem
Posted on January 06, 2012 at 15:31
Hi,
I have stm32f103rb6 chip. Im trying to implement PolarSSL Crypto Library. But when i try to use library functions, this error occurs ''The stack pointer for stack 'CSTACK' (currently 0x1FFF7E60) is outside the stack range (0x20000758 to 0x20000F58) ''.Iam not sure but I think this is a stack owerflow problem. Can i solve this problem by using FreeRTOS. Is anyone has a advice?Thanks. #freertos #stack-problem #stack #stm32