Hi Hans!

What did you do in order to increase the external RAM size for the 
uio_pruss driver?

With standard configuration (io->ESize = 262144) your code generates an 
error message

config failed (out of memory)

at line

if (pruio_config(io, 220500, 255<<7 , 45352, 0))

, but it doesn't stop in that case. It tries to continue, and fails.

Either increase the extram_pool_sz parameter for the uio_pruss driver, or 
reduce the number of samples (<= 16384 == 262144 / 2 / 8) for standard 
setting.

Tipps:

   - Always end the code in case of an error message.
   - The outer output loop should start at 0 (zero): 
   
   for(n = 0; n <= 12; n++) {
   
   
Regards

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/23eabe26-98d7-48f3-9006-abbc3d6954ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to