This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2564MODA: FreeRTOS

Part Number: CC2564MODA
Other Parts Discussed in Thread: CC2564

Dear team,

The customer uses CC2564MODA& FreeRTOS(with CC2564 SDK).

It works normally when he uses SPP NoOS. But it shows "OpenStack  Fail" and the UART can only receive 7 bytes when he uses SPP FreeRTOS.

Please help to figure out the reason.

  • Hello Susan,

    What platform is the customer using? Is the customer running the SPP demo with the STM32F4? 

    The problem could be related to limited memory allocated to the stack; it looks like only "OpenS" is printed instead of "OpenStack Fail." Can you ask the customer to increase the memory dedicated to the thread?

    Thanks,

    Jacob 

  • Hello Jacob,

    Thank you for your reply!We use spp demo with stm32f4。

    How to increase the memory dedicated to the thread?Should the position of the dimension in the diagram be changed?

    Thanks,

    Jenny

  • Hello Jacob,

     The problem has been solved。

    Replace "" ...FreeRTOS\STM3240G-EVAL\FreeRTOS\portable\RVDS\ARM_CM3 "" with ""... FreeRTOS\STM3240G-EVAL\FreeRTOS\portable\RVDS\ARM_CM4F"" in include.

    Thank you.

    Jenny