R
Ricky
Guest
On Tuesday, May 30, 2023 at 12:42:45â¯AM UTC-4, boB wrote:
Why screw with an MCU when you can do this easily in an FPGA? Even a small FPGA is more than adequate to implement all the functions for this. Efinix parts are very inexpensive and they now have a 100 pin QFP so you don\'t need to screw around with BGAs.
You don\'t say what resolution you need in the ADC, but you can use differential inputs to create a sigma-delta like converter that will give you 12 bits without trouble. So, no external ADC.
One big advantage of FPGAs is no need for trying to make a single processor look like multiple processors, with all the attendant issues you have to deal with.
--
Rick C.
-- Get 1,000 miles of free Supercharging
-- Tesla referral code - https://ts.la/richard11209
On Sun, 28 May 2023 08:56:25 -0700 (PDT), whit3rd <whi...@gmail.com
wrote:
On Saturday, May 27, 2023 at 5:48:44?PM UTC-4, boB wrote:
Is anybody making a PLL IC with multiplier input phase detector that
doesn\'t cost, like $50+ from Analog Devices ? Parts that are active
and still being manufactured ?
The analog multiplier function in figure 24 here
https://www.ti.com/lit/ds/symlink/lm13700.pdf
only requires half a LM13700, and some resistors.
Thanks. That part number did cross my mind.
I think that a cheap ARM like JL mentioned is the way to go here.
Why screw with an MCU when you can do this easily in an FPGA? Even a small FPGA is more than adequate to implement all the functions for this. Efinix parts are very inexpensive and they now have a 100 pin QFP so you don\'t need to screw around with BGAs.
You don\'t say what resolution you need in the ADC, but you can use differential inputs to create a sigma-delta like converter that will give you 12 bits without trouble. So, no external ADC.
One big advantage of FPGAs is no need for trying to make a single processor look like multiple processors, with all the attendant issues you have to deal with.
--
Rick C.
-- Get 1,000 miles of free Supercharging
-- Tesla referral code - https://ts.la/richard11209