I see that in the example codes there're some codes that are not supposed to modify, so I'm not sure where I can insert my own codes. Just in the region which says "write your cod here" and "don't write any code pass this line"?
If I write my codes in the region aforementioned, it seems like the RTOS startup code is below my codes, but I need freertos in this case to run my own codes, so how should I modify that part of the codes specifically? Do I have to move that snippet of codes before my own codes?
Also, what's the use of function start_example() here?