I'm investigating using the MCB4300 or MCB1850 for an ADC-centric purpose, but I'd like to know how much CPU is left over if sampling at the full 400kHz. I'd seen a review of the FFT lib touting its speed, but if we sample at 400k, can it also do FFTs? If not, can one board do ADC and another FFTs, with some easy/reasonable BUS interface?
Thanks
Considered an STM32F3-Discovery? 72 MHz Cortex-M4 with 5 Msps ADC?
www.st.com/.../PF254044 www.st.com/.../PF252054
ARM also has some DSP libraries www.keil.com/.../group__group_transforms.html
There are no external ADC that can manage a better coupling with the RAM than what the internal ADC already has. It wastes a tiny fraction of the RAM bandwidth for inserting the conversion results.
See what a LPC4370 can do: (which is based on the LPC4370 - a 204 MHz Cortex-M4 with an 80 MHz ADC and two extra Cortex-M0 cores) www.embeddedartists.com/.../labtool.php
Some NXP boards are for mbed or lpcxpresso, not for Keil tool-chain.
NXP now provides too many 'software development platforms'.
Thanks for the replies Some good leads to check there!