example-2.txt

来自「DSP TMS320 LF2407 or 243 经典 例程, from TI」· 文本 代码 · 共 37 行

TXT
37
字号
Example 2 : F243LED2

 

Environment : 

This Example was made for TI's EVM-board TMS320F243 with additional hardware connected to the external board connectors P1 to P4. In this example we use the GPIO's D0 to D7. Each Pin of Port D is used as output, connected with a resistor R1 (1,5k) to the basis of an npn-general purpose transistor. The emitter of this npn is connected to ground, the collector to the cathode of a LED. The anode of the LED is connected with an resistor R2 (220 Ohm) to Vcc.

 

Aim:

The program generates a 'running light' on the 8 LED's connected to GPIO-D0...D7. The difference to example 1 is that the time-delay between the steps is now made by general purpose timer GPT2 and its Interrupt Service Routine. 

 

Files: 

The Example should be used as a project in Code-Composer, the Go-DSP-design tool. The project consists of these files : 

 LED243C2.c   -- C-source code for this example

 vectors.asm   -- jump table for Interrupt Service Routines

 regs243.h      -- pointer definitions to memory mapped  perihperals

 LED243C.cmd -- memory map definition file for the linker

 init243.gel       -- Code Composer Setup file ( GO-DSP extension language )

 rts2xx.lib          -- runtime library file (part of TI's compiler/assembler) 

 wait.asm     -- small collection of supplemental assembler functions

 

    Download :    Example 2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?