Selecting the right emulator for the job can be challenging. Many development teams try to either skimp by using the emulator included with low cost development boards or purchase an emulator that is produced by their toolchain vendor. For example, teams using IAR Workbench may purchase an IAR I-Jet which integrates well and provides tools … Continue reading Tools – Selecting the right emulator
Month: December 2015
Understanding volatile access warnings
Every now and then, an interesting compiler warning will pop that make developers scratch their head in wonder. One such warning is the ” undefined behavior: the order of volatile accesses is undefined in this statement” An example of this warning pops up in a FreeRTOS port using the IAR Workbench toolchain in a statement … Continue reading Understanding volatile access warnings