Hello,
I am using TMDSRM48USB stick. I have quite good theoretical idea regarding FreeRTOS.
What I really want to do is:
1. At every 1 second I need ADC values of accelerometer X, Y, Z axis values.
2. At every 2 seconds need ADC values from light sensor.
I am able to do above task without using FreeRTOS.
I am learning FreeRTOS newly. So now I want to implement above task using FreeRTOS.
Can anyone guide me, how can I proceed ?