Part Number:LAUNCHXL-F280025COther Parts Discussed in Thread:C2000WARE
想看一下280025的ADC模块具体参数和使用方法,应该在哪个文件找,还有一个问题是如何使用两块F280025采集一共26路的传感器信号呢
Yale Li:
这里有一个快速入门:https://dev.ti.com/tirex/content/c2000_academy_2_03_00_43_all/modules/c2000_analog_subsystem/c2000_analog_to_digital_converter.html
以及对应的实验:https://dev.ti.com/tirex/content/c2000_academy_2_03_00_43_all/modules/c2000_academy_lab/analog_subsystem/adc_lab/c2000_lab_adc.html
详细的请看TRM第1519页开始的Chapter 15 Analog-to-Digital Converter (ADC):spruin7b_TMS320F28002x Real-Time Microcontrollers Technical Reference Manual (Rev. B)
下载并在默认位置安装–>C2000WARE<–后,可以在以下路径找到ADC例程:
driverlib:C:\ti\c2000\C2000Ware_4_03_00_00\driverlib\f28002x\examples\adc
bitfield:C:\ti\c2000\C2000Ware_4_03_00_00\device_support\f28002x\examples\adc
? ?? 说:还有一个问题是如何使用两块F280025采集一共26路的传感器信号呢
传感器是什么接口?
,
? ??:
就是一共13对,26路位置的电压信号,每一对是正余弦的位置信息,输出为电压值,通过这个信息计算磁场角度信息
,
Yale Li:
用ADC采集就行