Part Number: AMC1303E2520 Other Parts Discussed in Thread: AMC1303M2510 , AMC1300
Hi,
Is there a chip that converts Manchester encoded bitsteam output from AMC1313E2520 to analog?
Thank you
Part Number: AMC1303E2520 Hello,
Looking at the AMC1303 family of devices, there is a 250mV and a 50mV version.Performance wise I don't really see much of a difference. Is there anything else that sets the two apart from each other?
Part Number: AMC1303E2520 Other Parts Discussed in Thread: TMS320F28379S , AMC1303M2520 , AMC1306M05 , AMC1306E05 , TMS320F28377D Hello,
I have the same problem as MarkoAnte and Fearghal Kineavy (see these four topics: https://e2e.ti.com/support/data-converters…
Part Number: AMC1303E2520 Other Parts Discussed in Thread: AMC1210 Hi,
I am trying to measure 12 voltages and do some calculations and generate 12 PWM signals accordingly.
I need to measure at >150kHz speed, previously I was using AMC1211, and feed the…
Part Number: AMC1303E2520 Other Parts Discussed in Thread: AMC1210 Hi,
in I found
"
The sinc3 filter,(...) attenuates signals to –3 dB at 0.262 x fdr and ...
"
I tried to find the -3 dB point for other filter but could not find them.
…
Part Number: AMC1303E2520 Other Parts Discussed in Thread: TMS320F28377S , C2000WARE Hello,
I use four AMC1303E2520 to measure isolated voltage, as described in chapter 9.2.2 of the AMC1303 datasheet. There is the R3’ = R3 resistor, and no input filter…
Part Number: TMS320F28379D Other Parts Discussed in Thread: AMC1303E2520 Hi, I'm using AMC1303E2520 to measure the current, which has a Manchester-Encoded Delta-Sigma modulator, and I iinit the SDFM module with the following code:
void SDFM_init()
…
So now my program is:
__interrupt void Sdfm1_ISR(void)
{
LED_2_PIN_TOGGLE();
Sdfm_clearFlagRegister(SDFM1,0x8000F000);
PieCtrlRegs.PIEACK.all = PIEACK_GROUP5;
}
and I only have one interrupt configured at a time. One for one AMC1306E25 and…
Part Number: AMC1306E25 Other Parts Discussed in Thread: AMC1303E2520 , SN6501 , AMC1303M2520 Hi,
so this is a sort of a continuation of my previous post:
e2e.ti.com/.../2644974
but as I have now discovered that it is probably not the C2000 problem and…