-
Static Analysis of Lockless Microcontroller C Programs
Abstract: Concurrently accessing shared data without locking is usually a subject to race conditions resulting in inconsistent or corrupted data. However, there are programs operating correctly without locking by exploiting the atomicity of certain operations on a specific hardware. In this paper, we describe how to precisely analyze lockless microcontroller C programs with interrupts by taking the hardware… ▽ More
Submitted 26 November, 2012; originally announced November 2012.
Comments: In Proceedings SSV 2012, arXiv:1211.5873
Journal ref: EPTCS 102, 2012, pp. 103-114