SCHEDULE BUILDER
Welcome to the Drive World with ESC 2019 Presentation Store. Here you can view and download conference presentations before, during, and after the event. If you’re looking for a presentation from a specific session that you’re unable to find here, note that it’s likely because the presenter has not provided permission for external use or has not yet shared their presentation with us. Please check back after the event for a more complete catalogue of available presentations.
A lesson in C++ Part 2: Representing Memory-Mapped Hardware
Ben Saks (Chief Engineer, Saks & Associates)
Location: Room 201
Date: Wednesday, August 28
Time: 9:00am - 9:45am
Track: ESC - Embedded Software Design & Verification
Format: Technical Session
Vault Recording: TBD
This session will teach you how to write classes in C++ that reliably model memory-mapped hardware devices. It will present detailed examples of how to construct these class objects at the required physical locations. It will also show you how to use the C++ type system to turn invalid hardware accesses into compile-time errors.