/ARMv7_DE1-SoC_Practices

C and Assembly code designed for the DE1-SoC development kit. The codes were tested in the CPUlator simulator.

Primary LanguageAssembly

Practices in ARMv7 with the DE1-SoC Board 👨‍💻

Source code, in C and Assembly, designed for the DE1-SoC development kit.

AboutResourcesPractices

About

This repository is intended for practices on ARM processors, in this case, the ARMv7 family. The codes were tested in the CPUlator simulator.

Resources

A special folder that includes support materials related to the board and the processor, such as manuals for the Cortex-A9, for the board and for the GIC (Generic Interrupt Controller).

Practices

All the practices and projects made in the course will be available in the repository.

  1. Blinking one LED at a time, using C.
  2. Controlling 7-segment displays and LEDs with buttons and switches, using Assembly.