Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hi there,
I'm using the sysconfig tool to configure FreeRTOS in my project. For the sake of safety, I'd like to enable the configCHECK_FOR_STACK_OVERFLOW option. However, the sysconfig tool only allows setting this option to enable without providing the choice between the three detection methods. I'm unsure if the port provided by the SDK supports the third method, but in all examples, the second method is used(except for freertos_ex2_c28x_led_blinky_syscfg, which utilizes sysconfig).
Is there any way to redefine the configCHECK_FOR_STACK_OVERFLOW macro to 2?
I suggest either providing an option to choose between the available types or making the second method the default.
Thank you for your guidance.
Ramon.