Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

5.2.2. Applications versus Drivers

Application developers are responsible for writing the system’s main() routine, among other routines. Applications interact with system resources either through the C standard library or the HAL API. Device driver developers are responsible for making device resources available to application developers. Device drivers communicate directly with hardware through low-level hardware access macros.