[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - [ISSUE] Starting all the cores together vs. one at a time
Page 1 of 1

[ISSUE] Starting all the cores together vs. one at a time

PostPosted: Wed Oct 29, 2014 1:16 pm
by sakalisc

Re: [ISSUE] Starting all the cores together vs. one at a tim

PostPosted: Wed Oct 29, 2014 10:13 pm
by notzed
Looks like this. See the last couple of posts; since the sdk is nearly here it should be being looked at soon.

viewtopic.php?f=23&t=223

Re: [ISSUE] Starting all the cores together vs. one at a tim

PostPosted: Thu Oct 30, 2014 10:43 am
by sakalisc
I run some more tests and it does look like a similar problem. I will investigate this a bit more. Thanks a lot!

EDIT: Just in case someone runs into the same problem, here is what I found:

1. Reading/writing too much data from the SHDRAM too quickly seems to cause a problem, even without DMA
2. If and only if the program is stored in the SRAM, then it works most of the time. Otherwise, it freezes/crashes.