-
大小: 4.12MB文件类型: .rar金币: 2下载: 1 次发布日期: 2023-09-16
- 语言: 其他
- 标签: ECU 源代码 飞思卡尔 MC9S12P128
资源简介
小型发动机 ECU 源代码 飞思卡尔 MC9S12P128
代码片段和文件信息
/*******************************************************************************
Copyright (c) 2007 Freescale Semiconductor
Freescale Confidential Proprietary
\brief Driver for basic S12XE ADC operation
\author r66193
\version 0.1
\date May/2008
*******************************************************************************/
#include “mc9s12xep100.h“
#include “comdef.h“
#include “stdio.h“
#include “crg.h“
#include “xgate.h“
#pragma DATA_SEG SHARED_DATA
INT16U AtdData[16];
void InitADC(void)
{
DDR0AD0 = 0;
DDR1AD0 = 0; // All 16 Channels are used
ATD0CTL0 = 0x0F; // B0000_1111: multiple channel conversion (MULT=1) wraparound
// to AN0 after converting A15
ATD0CTL1 = 0xD3; // B 1101_0011:
// |--| ----
// |\|| \-: External triggger is PIT Channel1
// | ||-----: Discharge before sample
// | |------: 12bit resoltion
// |--------: External trigger
ATD0CTL2 = 0x46; // B 0100_0100
// || --|||-: Compare interrupt interrupt disable
// || \|||--: Sequence completed interrupt disable
// || ||---: External trigger mode enable
// || |----: falling edge trigger not used for PIT trigger
// ||-------: Convertion abort in STOP mode
// |--------: Fast flag clear
ATD0CTL3 = 0x80; // B 1000_0000
// |-----|--
// | \| |\-: Continue in debugger
// | | |--: FIFO mode not used
// | |-----: 16 sequence conversion
// |--------: Result right justified
ATD0CTL4 = 0x44; // B 0100_0100
// --|------
// \| \-: PSR=4 ATD clk=4M @ 40M busclk
// |------: Sample time = 8 clk
ATD0CTL5 = 0x10; // B 0001_0000
// ||| ----
// ||| \-: First channel is AN0
// |||-----: Multi channel sample mode
// ||------: Single conversion sequence
// |-------: Special channel conversion disabled
}
/*******************************************************************************
* \brief ADC single conversion SW trigger
* \param const unsigned int chan
* \return unsigned int
*/
/*
INT16U lle_ADC(INT8U u8ADC_chan)
{
ATD0CTL5_Cx = u8ADC_chan;
while(!ATD0STAT0_SCF); // Wait for end of conversion
ATD0STAT0_SCF = 1;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 153088 2009-07-21 23:33 飞思卡尔小型发动机EMS源代码\Install application Map Tool\Example Scooter Map.xls
文件 48332 2009-11-05 10:22 飞思卡尔小型发动机EMS源代码\Install application Map Tool\Install Application Map Tool.zip
文件 133632 2009-07-21 23:31 飞思卡尔小型发动机EMS源代码\Install application Map Tool\Map Tool.xls
文件 1292587 2009-11-05 10:26 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\Install Crankshaft Simulation Software.zip
文件 105 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\bin\P&E_Multili
文件 412738 2011-06-19 17:23 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\bin\SofTec_HCS12.abs
文件 16204 2011-06-19 17:23 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\bin\SofTec_HCS12.abs.glo
文件 16014 2011-06-19 17:23 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\bin\SofTec_HCS12.abs.s19
文件 278647 2011-06-19 17:23 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\bin\SofTec_HCS12.map
文件 1514 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\P&E_Multili
文件 59 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\P&E_Multili
文件 60 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\P&E_Multili
文件 60 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\P&E_Multili
文件 229 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\P&E_Multili
文件 77 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\P&E_Multili
文件 78 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\P&E_Multili
文件 59 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\SofTec_HCS12_Postload.cmd
文件 60 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\SofTec_HCS12_Preload.cmd
文件 60 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\SofTec_HCS12_Reset.cmd
文件 229 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\SofTec_HCS12_Startup.cmd
文件 77 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\SofTec_HCS12_Vppoff.cmd
文件 78 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\cmd\SofTec_HCS12_Vppon.cmd
文件 1943 2008-05-14 11:01 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\C_Layout.hwl
文件 161 2004-06-15 12:43 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\Default.mem
文件 46 2008-05-20 00:52 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\dump.s
文件 1012 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\P&E_Multili
文件 10141 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\prm\burner.bbl
文件 14944 2008-05-04 11:24 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\prm\P&E_Multili
文件 15711 2007-07-04 12:52 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\prm\PruCaliMem.prm
文件 14944 2008-05-20 15:40 飞思卡尔小型发动机EMS源代码\Install Crankshaft Simulation Software\s12xe_12t24t\prm\SofTec_HCS12_li
............此处省略469个文件信息
相关资源
- SecureCRT v7.0 注册机
- SecureCRT-6.0.2安装包和SecureCRT-6.0.2注册
- SecureCRT 非常好用的串口工具
- 串口调试工具 SecureCRT
- win7超级终端SecureCRT
- Cisco Secure PIX 535防火墙产品简介
- Cisco Secure PIX 515防火墙产品资料
- pppd2.4.7源代码以及拨号脚本
- 酒店预订管理系统源代码
- 机会路由源代码+仿真工具(SCORP)
- 批量替换证件照片的底色(含源代码
- cocos2d-x飞机大战项目
- 分享一个远程控制软件源代码
- BLE-CC254x-1.3.2 蓝牙官方源代码
- Investigation of the Lower Resistance Meridian
- 程序源代码行数统计工具
- flutter_gallery源代码
- 插件式GIS应用框架的设计与实现&mda
- SecureFX版本7注册机
- x264源代码
- Spring Security架构以及源码详析
- 游戏物理引擎开发&源代码.zip
- SecureCRT7.3注册码
- 易语言征途登陆器源代码源码
-
Secure Task Allocation ba
sed on Anonymous I - VC++ RS232 RS485串口通信源代码_
- 烟花效果源代码
- 易语言P2P源代码1源码易语言P2P网络电
- ABB机器人教学仿真源代码_搬运应用
- Google OCR API源代码和神经网络识别OC
评论
共有 条评论