Hi,
I am using the TMS570 Microcontroller Development Stick, with a TMS570LS20216 MCU (ASPGEQQ1).
I have a short NHET program to measure time periods:
P01 PCNT { next=C00,type=FALL2FALL,pin=10,period=0,data=0,hr_data=0};
C00 CNT { next=P01,reg=A,control=OFF,max=10,data=0};
I have run this in the simulator and I can see the register A incrementing. But I need to be able to read this data in the main CPU program. How can I get access to the data?
regards,
Dave