het_int_02_h.het
来自「tmp470开发板的源程序」· HET 代码 · 共 20 行
HET
20 行
;*****************************************************************************
; TMS470 Demo - HET Interrupt Sample Program
;
; Program name : HET_INT_02_H.het associated C program HET_INT_02.c
;
; This is a simple HET program that triggers the ADC on the CPU at 10 ms with
; 12 MHz clock.
;
; John Mangino
; Texas Instruments, Inc
; May 2005
; Built with IAR Embedded Workbench Version: 4.20A
; A256 EVM
;******************************************************************************
L00: CNT {next=L01, reg=A, irq=OFF, max=0x5dc}
L01: ECMP{next=L02, reg=A,hr_lr=LOW, en_pin_action=ON, pin=CC18, action=PULSEHI, irq=Off, data=0x100}
L02: BR {next=L00, cond_addr=L00, event=NOCOND}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?