Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 931 Bytes

File metadata and controls

26 lines (17 loc) · 931 Bytes

HSDES-LAB02: Embedded Programming on PULP - Part II

The goals of this lab session are:

  1. Low-level SW profiling and analys of code performance.
  2. Profiling Tools (System Traces and VCD Traces)
  3. Introduction to PMSIS low-level SW libraries
  4. PMISIS BSP: dealing with external RAM devices using uDMA and the peripherals (i.e. HyperBus)
  5. Double Buffering optimization exploiting the uDMA

A final assignment is described here

Getting Started

Open a shell and clone the repository with the sample code.

cd <working_dir>
git clone https://github.com./EEESlab/HSDES-LAB02-PULP_Embedded_Programming-II.git

References