Systick and FreeRTOS Question
My client has an application which uses FreeRTOS. Recently I wanted to do a small, simple test. I wrote a couple dozen lines of code and put it in main() before the FreeRTOS scheduler starts (my test code ends in a while(1) loop, to FreeRTOS never ge...