Content originally posted in LPCWare by rocketdawg on Fri Sep 19 09:24:16 MST 2014
Quote: inspire
Hi,
-500 or 1000 kbps CAN
-CAN data logging to SD card
-CAN data transmission with a wifi module (SPI/USB)
-I2C bus for acceleration sensor
-UART for XBEE module
-1 or two more digital sensors
inspire
I would say something larger like the 1800 or 4300.
the concern is the number of SPI peripherals. )one or more digital sensors can share an SPI, I assume)
the requirement is "all working simultaneous"
you probably want the faster 4 wire SD peripheral for SD card I/O.
you also get USB High Speed, which might be necessary if your CAN throughput is significant.
you may have to run most of these peripheral with DMA to keep their pipes from overflowing.