README
上传用户:sunrenlu
上传日期:2022-06-13
资源大小:1419k
文件大小:1k
- These programs are designed for JK Microsystem's uFlash embedded
- processor with it's matching A/D and temperature probes.
- THERM.EXE
- The example demonstrates:
- - basic interfacing with the A/D board
- - integer temperature calcuations in both Fahrenheit and Celcius degrees
- - fixed point decimal calculations in both Fahrenheit and Celcius degrees
- Note, the uFlash board does not have a math co-processor (80387), and
- Borland's floating point emulation libaries are not compatible with
- pre-emptive threading. So this example uses eRTOS's fixed point
- eMATH functions when accuracy is needed.
- TSCOPE.EXE
- (TSCOPE.C, WEBPART.C)
- This example builds on THERM to create a web server which doles up
- Dynamic HTML with the current temperature, and presents a graph of
- recent temperature readings.
- For this example, all calculations are done in integer math.
- Note:
- The LDRIVER.* files are slightly reworked versions of JK Micro's DRIVER.*
- files. However, DRIVER.ASM was hard coded for small model, so LDRIVER.ASM
- is adjusted to use large model stacks and large model parameter passing.