EULER bus question...
#4
I'm hooking up 4 8bit A/D converters, they are high speed units which do 800,000 samples per second, They output 8 full bits, not serial, I don't know that spi or other serial protocols could keep up with 4 A/D converters....
I wish the address lines were output directly, then I could memory map the A/D's into the memory of the cpu directly.

Sampling for about 4 seconds of each gives 800K * 4 = 3.2Million 8 bit samples per second, 3.2 megabytes per second for 4 seconds (maybe upto 10 seconds)  I think the GPIO can handle reading this fast, but don't think putting shift registers/SPI, I2C in the mix would keep up. PLEASE correct me if I'm wrong!
 
I'm actually using 3 pine boards to read 12 A/D channels, then using a 4th pine to aggregate the data for display

Another concern, since my 4 a-d converters do 800K samples/second 8 bits per sample....that 3.2megabytes per second data rate needs to be done for say 10 seconds max, or 32 megabytes.

Does anyone know if I can write a little assembly routine to malloc 32megs, then completely disable all interrupts for 10 seconds while the samples are gathered, then re-enable interrupts and throw the 32 megs out the ethernet port?

I don't want any 'interruptions' during the 10 second sample period, they would cause issues with the data collected


Messages In This Thread
EULER bus question... - by ealbers - 05-20-2017, 05:19 AM
RE: EULER bus question... - by martinayotte - 05-20-2017, 09:17 AM
RE: EULER bus question... - by MarkHaysHarris777 - 05-20-2017, 01:24 PM
RE: EULER bus question... - by ealbers - 05-20-2017, 05:18 PM
RE: EULER bus question... - by MarkHaysHarris777 - 05-20-2017, 09:33 PM
RE: EULER bus question... - by ealbers - 05-21-2017, 05:13 AM
RE: EULER bus question... - by pfeerick - 05-21-2017, 06:37 PM
RE: EULER bus question... - by MarkHaysHarris777 - 05-21-2017, 08:25 AM
RE: EULER bus question... - by martinayotte - 05-22-2017, 04:06 PM
RE: EULER bus question... - by pfeerick - 05-22-2017, 07:23 PM
RE: EULER bus question... - by MarkHaysHarris777 - 05-22-2017, 07:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I2S Codec on Euler bus of Pine A64+ RANJITT76 8 10,395 01-17-2019, 02:25 AM
Last Post: ramstadt
  Supply DC power to Pine64 via Pi-2 Connector & Euler Bus? crapped 2 5,718 05-24-2018, 01:58 AM
Last Post: crapped
  Backer 12,931 - Shipping Question pspina3rd 13 15,282 07-30-2016, 07:10 PM
Last Post: tllim
  Simple Question, has anyone successfully booted a 2Gb Pine? rahlquist 24 32,382 07-12-2016, 11:31 PM
Last Post: tllim
  Backer 11,978; Shipping question GJurriens 3 4,748 07-12-2016, 06:55 PM
Last Post: tllim
  Case question Fosterocalypse 5 5,745 05-02-2016, 10:35 PM
Last Post: Fosterocalypse
  Playbox Kit Question! TGCOM 8 11,049 02-22-2016, 12:13 AM
Last Post: Ghost

Forum Jump:


Users browsing this thread: 1 Guest(s)