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?
Hi Tom,
Tom Hendrick said:
Our QC engineers have checked, and there have been no quality issues reported with either lot trace codes you provided.
Thank you for the feedback. I guess I had no luck, then.
Hello Alexander,
Thank you for your…
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.
Can…
Marc,
Here is the reason why you see inverted digital output when you interface AMC1303E2520 with F28377S:-
SDFM in F28377S supports G E Thomas Manchester mode : A '1' is represented as Low to High signal and '0' is represented as High to Low signal…
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…
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()
…
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…
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 one…