Other Parts Discussed in Thread: TMS320F2812
Hello everyone, I am starting programing a DSP (TMS320F2812), and I´m trying to use de QEP peripheral, following the example thats cames with the device. When I read de counter (EvbRegs.T4CNT) and save in to an array. This is an example of the array that I read, when i finish my program:
vector=[constan, 0, constan, 0, constan,..........., 0, constan]
I want to know if, this is rigth or i should have an array like this (reading the counter of de QEP):
vector=[constans, constans, constans, constans, constans,..........., constans, contans]
thanks for taking your time to read this