Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hi team,
I ask this for our customer. Now customer is checking F28388 FreeRTOS demo and plan to use it on F28379D. Now they have some problems.
They use freertos_ex2_c28x_led_blinky_syscfg demo, and add configuration as follows.
Then build this project and CCS will report error that error #10056: symbol "myTimer0Handle" redefined: first defined in "./freertos_ex2_c28x_led_blinky_syscfg.obj"; redefined in "./syscfg/c2000_freertos.obj"
I can reproduce the problem on my side. And I checked that there is no definition of "myTimer0Handle" in freertos_ex2_c28x_led_blinky_syscfg.c. Can you help to check this configuration?
And here are some other questions about FreeRTOS.
1. Why the Task cannot exit or return in FreeRTOS.
2. How to set a fixed frequency to execute task without using software timer (execute a low-priority task in 3.25ms, and execute a high-priority task in 12.25ms)
Thanks in advance!
Best Regards,
Julia Li