TMCM-1310 TMCL Firmware V1.11 Manual (Rev. 1.16 / 2014-MAR-19)
21
www.trinamic.com
In the above example, the interrupt numbers are used directly. To make the program better readable use
the provided include file
Interrupts.inc.
This file defines symbolic constants for all interrupt numbers which
can be used in all interrupt commands. The beginning of the program above then looks like the following:
#include Interrupts.inc
VECT TI_TIMER0, Timer0Irq
SGP TI_TIMER0, 3, 1000
EI TI_TIMER0
EI TI_GLOBAL
Please also take a look at the other example programs.
6.7
ASCII Commands
Mnemonic Command number
Meaning
-
139
Enter ASCII mode
BIN
-
Quit ASCII mode and return to binary mode. This command can only
be used in ASCII mode.