RiccardoCuccu / CAs-Labs

Laboratories of the Computer Architectures course of the master degree in Embedded System (Electronic Engineering) of Politecnico di Torino, academic year 2019/2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAs Labs

Laboratories of the Computer Architectures course of the master degree in Embedded System (Electronic Engineering) of Politecnico di Torino, academic year 2019/2020.

Each folder contains a specific README with laboratory details.

In Keil uVision5 projects that use NXP LPC1768 microcontroller peripherals, the appropriate Dynamic Link Library (DLL) files must be specified to avoid errors during the debug phase:

Project > Options for Target... > Debug

If you intend to use the simulator select Use Simulator and set the following parameters:

- Dialog DLL: DARMP1.DLL
- Parameter: -pLPC1768

If you intend to use the debug unit select Use ULINK2/ME Cortex Debugger and set the following parameters:

- Dialog DLL: TARMP1.DLL
- Parameter: -pLPC1768

About

Laboratories of the Computer Architectures course of the master degree in Embedded System (Electronic Engineering) of Politecnico di Torino, academic year 2019/2020

License:GNU General Public License v3.0


Languages

Language:C 83.4%Language:Assembly 16.6%