This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/EK-TM4C123GXL: EK-TM4C123GXL

Part Number: EK-TM4C123GXL


Tool/software: Code Composer Studio

Hi, 

I am new to TIVA and working on a personal project which needs to measure the frequency of 6 circuits all at the same time. My circuit is run by PWM input (which I also need to measure) along with the 5 circuit that is generating frequency (max 1000Hz). I need to give a time delay of 15s between two subsequent measurements. It has to be a table format as I need to log the output frequencies and it will be run for 100 iterations.
I am not able to construct the code for measuring the 6 available frequency simultaneously. Can anyone help me with it?