STM32单电阻采样
// First sampling pointwAux =(s32)(ADC1->JDR2 << 1) - (s32)(hPhaseOffset);
switch (csCurrentSampled.sampCur1)
{
case SAMP_IA:
case SAMP_IB:
case SAMP_IC:
break;
case SAMP_NIA:
case SAMP_NIB:
case SAMP_NIC:
wAux = -wAux;
break;
default:
wAux = 0;
请问一下为什么第一个采样点的,其值怎么来自第二注入数据寄存器
单电阻采样
求各位大神指点一下啊 我也正在做单电阻采样,方便的话加qq3270689225多多交流
页:
[1]