Wednesday, April 24, 2019

LED BINARY COUNTER


Here we have implemented a 4bit LED Binary counter using Flash Programming.Till now we have used the internal volatile memory of the F2833x to store the code for our examples. This approach is fine for projects where we there are frequent changes to parts and components  of the software. However when it comes to stand-alone embedded systems we no longer have the option to download the control code .For stand-alone applications we need to store our control code in the Non-volatile memory in this way the system will do the task immediately after system power up.

5 comments:

  1. Control code can be stored in volatile memory as well, but great that you thought of storing it in non volatile so that you could use it even after restart!

    ReplyDelete
  2. Your mini project was also somewhat related to it!

    ReplyDelete
  3. Try 8-bit binary counter, 4-bit is too small!

    ReplyDelete
  4. You can also implement Hexadecimal and Decimal Counter!

    ReplyDelete
  5. It's recommended to debug the program before implementation on DSP board.

    ReplyDelete