ADS design flow 7-segment
Build the Software Application Hook-UP the Emulator System Load and Run the demo Program 7 Segment
New Project
Add Files
Add files
Add Files
Build the Software Application Hook-UP the Emulator System Load and Run the demo Program 7 Segment
RAM Settings
..\7_segment\7-segment\demo_Data\ROM\DEMO.LST
Build the Software Application Hook-UP the Emulator System Load and Run the demo Program 7 Segment
Connect
Load module..\7-segment\demo_Data\RAM\demo.axf
Run
Build the Software Application Hook-UP the Emulator System Load and Run the demo Program 7 Segment
課堂練習 利用 7 段顯示器設計一個計數器, 從 0000 數到 Ex:0000->0001->……->0009->0010->……0099 ->0100->…..->9999 配合 keypad 的按鍵位置達到下列功能 從 2222 開始計數從 4444 開始計數從 6666 開始計數從 8888 開始計數 Counter=counter+ 1 Counter=counter+ 2 Counter=counter+ 3 Counter=counter+ 4 Counter=counter-1Counter=counter-2Counter=counter-3Counter=counter-4 Reset 停止計數