Part Number: MSP430FR5969
Other Parts Discussed in Thread: MSP-EXP430FR5969
Tool/software: Code Composer Studio
Dear all,
I'm working with assembly language and need to calculate exact timing for my coding. I do not see the difference between these codes, but according to the author they take different cycles to operate
MOV #dataBuf, R12 ;[2] load the &dataBuf[0] MOV #DATABUFF_SIZE, R13 ;[1] load into corr reg (numBytes)
MOV #TX_TIMING_ACK, R5 ;[2]
whereas dataBuf is declared as uint8_t dataBuf[30], DATABUFF_SIZE and TX_TIMING_ACK are defined as constants. The numbers in [] are the number of cycles for the codes to execute.
I found the Instruction Set Summary from TI. But I got so confused from the sample project I'm reading as above mentioned.
Thank you for any advice.
