代码搜索:ADS8364
找到约 36 项符合「ADS8364」的源代码
代码结果 36
www.eeworm.com/read/300075/13939331
c main.c
/*------------------------------------------------------------------------
This software is used to test the performance of ADS8364 and MB90F54X,
it includes the single conversion,continue conversio
www.eeworm.com/read/468152/6994365
txt initializationprogramofads8364(3).txt
ADS8364的初始化程序
//复位ADS8364
void ResetADS8364(void)
{
GpioDataRegs. GPFCLEAR. all=0x0001; //产生低电平
asm(" RPT #250‖NOP"); //延时250个CPU时钟周期
GpioDataRegs. GPFSET. all=0x0001;
www.eeworm.com/read/379967/9170292
lkf debug.lkf
-z -q -c -m"./Debug/ADS8364.map" -o"./Debug/ADS8364.out" -x -i"C:/ti/c2000/rtdx/lib" -i"C:/ti/c2400/cgtools/lib" -v2
"E:\LF2407\ADS8364\Debug\main.obj"
"E:\LF2407\ADS8364\Debug\vector.obj"
"E:\LF24
www.eeworm.com/read/379967/9170299
lkv debug.lkv
-z -q -c -m"./Debug/ADS8364.map" -o"./Debug/ADS8364.out" -x -i"C:/ti/c2000/rtdx/lib" -i"C:/ti/c2400/cgtools/lib" -v2
"E:\LF2407\ADS8364\Debug\main.obj"
"E:\LF2407\ADS8364\Debug\vector.obj"
"E:\LF24
www.eeworm.com/read/302792/13827348
c imu_gw.c
#include "IMU_GW.h"
///////////////////////////////////////////////////////////
//ADS8364
unsigned short ads8364_ready; // Set when ADC frame is done
unsigned short ads8364_readNdx; // A/D read
www.eeworm.com/read/302792/13827367
c 复件 imu_gw.c
#include "IMU_GW.h"
///////////////////////////////////////////////////////////
//ADS8364
unsigned short ads8364_ready; // Set when ADC frame is done
unsigned short ads8364_readNdx; // A/D read
www.eeworm.com/read/379967/9170297
pjt ads8364.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\LF2407\ADS8364\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
To
www.eeworm.com/read/174192/9602758
pjt ads8364_2812.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="DSP28"
ProjectDir="D:\809\ads8364\"
ProjectType=Executable
CPUFamily=TMS320C28XX
T
www.eeworm.com/read/468152/6994364
txt initializationprogramofads8364(1).txt
ADS8364的初始化程序(1)
void InitGpio(void)
{
EALLOW ;
//配置GPIOA,GPIOA8配置为捕获引脚以测量频率,GPIOA0~5为PWM1-PWM6
//配置GPIOB,GPIOB7配置为T4PWM,以备在外部时钟不满足要求时,提供
//可编程设置的的4~5MHz时钟
//配置GPIOF,将GPIOF0配置为输出I/O给ADS8364
www.eeworm.com/read/379967/9170295
log cc_build_debug.log
---------------------------- ADS8364.pjt - Debug ----------------------------
[main.c] "C:\ti\c2400\cgtools\bin\dspcl" -g -q -fr"E:/LF2407/ADS8364/Debug" -d"_DEBUG" -v2xx -@"Debug.lkf" "main.c"
[m