一种arm平台下的温度传感器的采样底层驱动方法
By providing a low-level driver method for temperature sensor sampling on the ARM platform, including board initialization and timer configuration, the problem of temperature sensor interface driver is solved, simplifying the driver process and saving development costs and time.
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- TIANJIN JINHANG COMP TECH RES INST
- Filing Date
- 2023-10-17
- Publication Date
- 2026-07-17
AI Technical Summary
On the ARM platform, existing technologies struggle to effectively drive temperature sensor interfaces, resulting in high development costs and long development times.
A low-level driver method for sampling a temperature sensor is provided, including board initialization, initialization and configuration of ordinary timers and capture timers. The capture timer is used to acquire temperature sensor pulses and calculate the real-time temperature, which is then provided to the application.
It simplifies the temperature interface driver under the ARM system, saves development costs, shortens development time, and provides a secondary encapsulated interface driver for easy application operation.