Synthesizable FIFO Model
This example describes a synthesizable implementation of a FIFO. The FIFO depth and FIFO width in bits can be modified by simply changing the value of two parameters, `FWIDTH and `FDEPTH. For this example, the FIFO depth is 4 and the FIFO width is 32 bits.
a) 參考《TMS320LF240x DSP結構、原理及應用》,弄清TMS320LF2407的定時器功能。
b) 測試定時器Timer1,周期中斷0.1秒,并控制燈D2閃爍時間為Ts
c) 單步運行程序,觀察發(fā)光二極管D2的發(fā)光情況。
d) 程序裝入片外,按“RUN”觀察發(fā)光二極管D2的發(fā)光情況。