CSE 230难点分析

Posted vb4xpudt

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSE 230难点分析相关的知识,希望对你有一定的参考价值。

CSE 230 Project 4: Pardon the Interruption
Learning Objectives:
● Implement an interrupt service routine in a program containing existing functionality
The Task
In this project, you will be adding an interrupt service routine (ISR) to an existing program. The program is
already fully functional hexadecimal counter that shows the current counter value on the seven-segment
display. You will use the timer to generate an interrupt every x cycles (where x can be between 100 and 200
cycles). Your ISR needs to do the following things:

  1. Toggle all eight LEDs (i.e. if they are all off, they should all be turned on and if they are already on, turn
    them off)
  2. Perform any tasks necessary to allow another timer interrupt within 100 to 200 cycles
    No changes should be made to the existing main loop or sseg_display.asm. Code should only be added following
    the TODO comments.
    Deliverables:
  3. Take the Project 4 Pre Quiz (3 points)
  4. Submit your program on Canvas with the format: Firstname_Lastname_project4.plp (12 points)
  5. Take the Project 4 Post Quiz (2 points)

请加 WX:codehelp

以上是关于CSE 230难点分析的主要内容,如果未能解决你的问题,请参考以下文章

分析 CSE355/AMS345 Programming

最全数据分析!全省审核通过66407人!报录比高达1:230!

COMP9021 难点分析

COMP3121/9101 难点分析

vue 2.0 路由切换以及组件缓存源代码重点难点分析

OpenLayers缓冲分析—重难点