Month: December 2009

Using Siemens S65 LCD with Microcontrollers

This page explains how to interface an Atmega128 with Siemens S65 LCD (using SPI)

http://www.superkranz.de/christian/S65_Display/DisplayIndex.html

This other guy wrote a Linux framebuffer driver to use with this same LCD (German page):

http://www.mikrocontroller.net/topic/140399

The driver is in the first post (file ls020.zip).

Related site(s):
http://www.juras-projects.org/eng/lcd.php

Detecting SMI latency

The hwlat_detector module can to detect hardware latencies caused by System Management Interrupt (SMI). SMI is a BIOS features which interrupts any running software (including the kernel) the execute hardware protective routines (for example hw ECC corrections, increasing CPU temperature, etc). Unfortunate SMI routine could be programmed, then some virus can use it to stay running even when you reinstall your computer operating system.

In fact this is not the only SMI drawback, because it interrupts the running software (kernel) it make difficult to use common PC to real time tasks.

To detect this kind of latencies Jon Master developed a module to detect it:
http://lwn.net/Articles/337018/