404 - Exercises

Exercise 401

Try to get the example to work.

Exercise 402

Determine how much time it takes for handling a single interrupt.

Exercise 403

Start from the example of the counter in [302](http://localhost:1313/hwswcodesign-course/300_soc/302_counter/). Have the peripheral trigger an interrupt when the count reaches **100'000'000**. Given that a clock cycle takes 10 ns. an interrupt should be triggered every (10 ns/CC x 100'000'000 CC) second. Meanwhile the processor is in an endless loop that prints something. When the interrupt comes, handle it accordingly and reset the counter.