The key technology of open architecture CNC systems kernel device driver,including the interrupt mechanism, I/O subsystem, the structure of device driver and the communication between the driver and the application p...The key technology of open architecture CNC systems kernel device driver,including the interrupt mechanism, I/O subsystem, the structure of device driver and the communication between the driver and the application program, is discussed in the paper and a specific application is given at the end.展开更多
Based on the in-depth research of the embedded device management system,analyze the process of the driver parameters delivery on kernel level particularly.According to this,expound the device driver 's working pri...Based on the in-depth research of the embedded device management system,analyze the process of the driver parameters delivery on kernel level particularly.According to this,expound the device driver 's working principle,structure and design methods especially.Finally realize the drivers of the character-based devices which can be dynamically loaded.Actual result shows that mastering the realization of the device driver mechanism and the process of parameters delivery with kernel can improve the embedded device driver development efficiency and reduce error probability effectively,thus saving the development cost and development cycle of embedded products.展开更多
This thesis introduces how to develop kernel level device driver on Linux platform in detail. On the basis of comparing proc file system with dev file system, we choose PCI device and USB device as instances to introd...This thesis introduces how to develop kernel level device driver on Linux platform in detail. On the basis of comparing proc file system with dev file system, we choose PCI device and USB device as instances to introduce the method of writing device driver for char devices by using these two file systems.展开更多
As an universal bus technology at present time, I2C has been widely used in the interface between CPU and other devices such as EEPROM, RTC and small LCD. The architecture of I2C driver, the relationship of some impor...As an universal bus technology at present time, I2C has been widely used in the interface between CPU and other devices such as EEPROM, RTC and small LCD. The architecture of I2C driver, the relationship of some important data structure and the operation mechanism of the I2C driver have been analyzed. Finally, by taking an EEPROM chip named AT24C08 as a specific example, the flow of how to develop an I2C device driver is illustrated. In addition, the design of a new driver mode of single device with multi-drivers is realized.展开更多
This paper is to briefly introduce the Embedded Intelligent Monitoring System, which is based on the embedded operation system of Wince.net and ARM9. The practical application of PROFIBUS in this system is researched....This paper is to briefly introduce the Embedded Intelligent Monitoring System, which is based on the embedded operation system of Wince.net and ARM9. The practical application of PROFIBUS in this system is researched. The master station protocol chip- MDP card is discussed in details. The development of the hardware structure and the device driver of the DP protocol card are presented.展开更多
Train drivers are engaged in high-stress job. It may induce sleep, fatigue, and alertness loss at work, and endanger public safety. It’s unclear that cytokines of train driver would be influenced by their job. The re...Train drivers are engaged in high-stress job. It may induce sleep, fatigue, and alertness loss at work, and endanger public safety. It’s unclear that cytokines of train driver would be influenced by their job. The research considers the hypothesis that stressful professions, such as train driver, influence the body’s immune system through the long-time and high-pressure working, and change production of neuro-immune factors. Using enzyme linked immunosorbent assay (ELISA), several neuro-immune factors were assayed among train drivers (N = 82) and health blood donors (N = 80) enrolled in the Yunnan Collaborative Innovation Center for Public Health and Disease Control. The concentrations of angiotensin, C-reactive protein (CRP), interleukin-8 (IL-8), and tumor necrosis factor-alpha (TNF-α) were determined. Kruskal-Wallis test and Dunn’s multiple comparisons test were performed for overall comparison between groups and for pairwise comparison, respectively. Statistical significance level was set at P < 0.05. The profession of train driving was not associated with significant increases or decreases in the systemic levels of inflammatory (CRP, IL-8, and TNF-α), but it was associated with the high expression of angiotensin in vivo. These findings suggest that the job of train driving may not be associated with significant alterations in systemic immune condition, but arouse the level of angiotensin.展开更多
A novel silicon carbide gate-controlled bipolar field effect composite transistor with poly silicon region(SiC GCBTP)is proposed.Different from the traditional electrode connection mode of SiC vertical diffused MOS(VD...A novel silicon carbide gate-controlled bipolar field effect composite transistor with poly silicon region(SiC GCBTP)is proposed.Different from the traditional electrode connection mode of SiC vertical diffused MOS(VDMOS),the P+region of P-well is connected with the gate in SiC GCBTP,and the polysilicon region is added between the P+region and the gate.By this method,additional minority carriers can be injected into the drift region at on-state,and the distribution of minority carriers in the drift region will be optimized,so the on-state current is increased.In terms of static characteristics,it has the same high breakdown voltage(811 V)as SiC VDMOS whose length of drift is 5.5μm.The on-state current of SiC GCBTP is 2.47×10^(-3)A/μm(V_(G)=10 V,V_(D)=10 V)which is 5.7 times of that of SiC IGBT and 36.4 times of that of SiC VDMOS.In terms of dynamic characteristics,the turn-on time of SiC GCBTP is only 0.425 ns.And the turn-off time of SiC GCBTP is similar to that of SIC insulated gate bipolar transistor(IGBT),which is 114.72 ns.展开更多
分析在嵌入式操作系统Windows CE 6.0下LCD驱动程序模型和驱动加载过程,以及Display的驱动程序结构和三星S3C6410处理器中LCD控制器的基本原理;以UT-Idea6410开发板为平台,阐述Windows CE 6.0下LCD驱动程序在三星S3C6410上的移植要点和...分析在嵌入式操作系统Windows CE 6.0下LCD驱动程序模型和驱动加载过程,以及Display的驱动程序结构和三星S3C6410处理器中LCD控制器的基本原理;以UT-Idea6410开发板为平台,阐述Windows CE 6.0下LCD驱动程序在三星S3C6410上的移植要点和移植过程中各相关文件的作用;对Windows CE5.0和Windows CE 6.0下LCD驱动的移植做了简要的对比。展开更多
文摘The key technology of open architecture CNC systems kernel device driver,including the interrupt mechanism, I/O subsystem, the structure of device driver and the communication between the driver and the application program, is discussed in the paper and a specific application is given at the end.
文摘Based on the in-depth research of the embedded device management system,analyze the process of the driver parameters delivery on kernel level particularly.According to this,expound the device driver 's working principle,structure and design methods especially.Finally realize the drivers of the character-based devices which can be dynamically loaded.Actual result shows that mastering the realization of the device driver mechanism and the process of parameters delivery with kernel can improve the embedded device driver development efficiency and reduce error probability effectively,thus saving the development cost and development cycle of embedded products.
文摘This thesis introduces how to develop kernel level device driver on Linux platform in detail. On the basis of comparing proc file system with dev file system, we choose PCI device and USB device as instances to introduce the method of writing device driver for char devices by using these two file systems.
文摘As an universal bus technology at present time, I2C has been widely used in the interface between CPU and other devices such as EEPROM, RTC and small LCD. The architecture of I2C driver, the relationship of some important data structure and the operation mechanism of the I2C driver have been analyzed. Finally, by taking an EEPROM chip named AT24C08 as a specific example, the flow of how to develop an I2C device driver is illustrated. In addition, the design of a new driver mode of single device with multi-drivers is realized.
文摘This paper is to briefly introduce the Embedded Intelligent Monitoring System, which is based on the embedded operation system of Wince.net and ARM9. The practical application of PROFIBUS in this system is researched. The master station protocol chip- MDP card is discussed in details. The development of the hardware structure and the device driver of the DP protocol card are presented.
文摘Train drivers are engaged in high-stress job. It may induce sleep, fatigue, and alertness loss at work, and endanger public safety. It’s unclear that cytokines of train driver would be influenced by their job. The research considers the hypothesis that stressful professions, such as train driver, influence the body’s immune system through the long-time and high-pressure working, and change production of neuro-immune factors. Using enzyme linked immunosorbent assay (ELISA), several neuro-immune factors were assayed among train drivers (N = 82) and health blood donors (N = 80) enrolled in the Yunnan Collaborative Innovation Center for Public Health and Disease Control. The concentrations of angiotensin, C-reactive protein (CRP), interleukin-8 (IL-8), and tumor necrosis factor-alpha (TNF-α) were determined. Kruskal-Wallis test and Dunn’s multiple comparisons test were performed for overall comparison between groups and for pairwise comparison, respectively. Statistical significance level was set at P < 0.05. The profession of train driving was not associated with significant increases or decreases in the systemic levels of inflammatory (CRP, IL-8, and TNF-α), but it was associated with the high expression of angiotensin in vivo. These findings suggest that the job of train driving may not be associated with significant alterations in systemic immune condition, but arouse the level of angiotensin.
基金Project supported in part by the Science Foundation for Distinguished Young Scholars of Shaanxi Province,China(Grant No.2018JC-017)111 Project(Grant No.B12026)。
文摘A novel silicon carbide gate-controlled bipolar field effect composite transistor with poly silicon region(SiC GCBTP)is proposed.Different from the traditional electrode connection mode of SiC vertical diffused MOS(VDMOS),the P+region of P-well is connected with the gate in SiC GCBTP,and the polysilicon region is added between the P+region and the gate.By this method,additional minority carriers can be injected into the drift region at on-state,and the distribution of minority carriers in the drift region will be optimized,so the on-state current is increased.In terms of static characteristics,it has the same high breakdown voltage(811 V)as SiC VDMOS whose length of drift is 5.5μm.The on-state current of SiC GCBTP is 2.47×10^(-3)A/μm(V_(G)=10 V,V_(D)=10 V)which is 5.7 times of that of SiC IGBT and 36.4 times of that of SiC VDMOS.In terms of dynamic characteristics,the turn-on time of SiC GCBTP is only 0.425 ns.And the turn-off time of SiC GCBTP is similar to that of SIC insulated gate bipolar transistor(IGBT),which is 114.72 ns.
文摘分析在嵌入式操作系统Windows CE 6.0下LCD驱动程序模型和驱动加载过程,以及Display的驱动程序结构和三星S3C6410处理器中LCD控制器的基本原理;以UT-Idea6410开发板为平台,阐述Windows CE 6.0下LCD驱动程序在三星S3C6410上的移植要点和移植过程中各相关文件的作用;对Windows CE5.0和Windows CE 6.0下LCD驱动的移植做了简要的对比。