[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 - Event Timer Interrupt
Page 1 of 1

Event Timer Interrupt

PostPosted: Mon Apr 15, 2013 9:47 am
by Takouh

Re: Event Timer Interrupt

PostPosted: Mon Apr 15, 2013 4:03 pm
by piotr5
didn't the manual say that access to registers is only possible when the core is stopped? does your program work? would it work if you wrote the value into the actual memory?

Re: Event Timer Interrupt

PostPosted: Tue Apr 16, 2013 10:26 pm
by ysapir
Please see this post:

viewtopic.php?f=13&t=272

Re: Event Timer Interrupt

PostPosted: Fri Apr 19, 2013 1:28 pm
by Takouh
Dear Yaniv,

Thanks a bunch for the example!