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?