LED BINARY COUNTER

In this lab session  we get a hands on experience on the DSP board of TI, we understood the basics of flash programming and proper use of JTAG. We use TMS320f28335 for making a LED Binary counter. Flash programming was introduced as needed when we had to detatch the JTAG from computer. Flash programming is used to make stand alone systems.
Once the flash programming was done, even after the power was removed and external power source was used, the DSP board still contained and ran the same code, hence we saw that if we want the same code to run on the Board, without interruptions then Flash programming is our go-to choice.
For this experiment, you should know binary form. There are  four LEDs on the DSP board. We had to blink it from 0 to 15 in binary. For if it is 0 then, no LED will blink and for 1, it should be 0001 and so on in binary form.

Comments

Post a Comment