Re: [beagleboard] non blocking delayed counter

2013-12-19 Thread Jack Mitchell
On 19/12/13 08:48, Pietro Luigi Carotenuto wrote:
 Hi,
 
 I need to delay a counter without blocking execution... Please, could you 
 give me some suggestion?
 
 Tnx
 

What board? What OS? What language? What counter? How much delay? If you
want help you need to be specific and show what you have already
attempted. Previous coding attempts are a good start.

-- 
  Jack Mitchell (j...@embed.me.uk)
  Embedded Systems Engineer
  Cambridgeshire, UK
  http://www.embed.me.uk
-- 

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] non blocking delayed counter

2013-12-19 Thread Pietro Luigi Carotenuto
BeagleBoard XM, Linux, Narcissus, any counter, any delay.

Thank you

Il giorno giovedì 19 dicembre 2013 11:06:28 UTC+1, Jack Mitchell ha scritto:

 On 19/12/13 08:48, Pietro Luigi Carotenuto wrote: 
  Hi, 
  
  I need to delay a counter without blocking execution... Please, could 
 you give me some suggestion? 
  
  Tnx 
  

 What board? What OS? What language? What counter? How much delay? If you 
 want help you need to be specific and show what you have already 
 attempted. Previous coding attempts are a good start. 

 -- 
   Jack Mitchell (ja...@embed.me.uk javascript:) 
   Embedded Systems Engineer 
   Cambridgeshire, UK 
   http://www.embed.me.uk 
 -- 


-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] non blocking delayed counter

2013-12-19 Thread Jack Mitchell

On 19/12/2013 17:05, Pietro Luigi Carotenuto wrote:

BeagleBoard XM, Linux, Narcissus, any counter, any delay.

Thank you

Il giorno giovedì 19 dicembre 2013 11:06:28 UTC+1, Jack Mitchell ha scritto:

On 19/12/13 08:48, Pietro Luigi Carotenuto wrote:
  Hi,
 
  I need to delay a counter without blocking execution... Please,
could you give me some suggestion?
 
  Tnx
 

What board? What OS? What language? What counter? How much delay? If
you
want help you need to be specific and show what you have already
attempted. Previous coding attempts are a good start.

--
   Jack Mitchell (ja...@embed.me.uk javascript:)
   Embedded Systems Engineer
   Cambridgeshire, UK
http://www.embed.me.uk
--



These two links will get you going in C and Linux.

http://stackoverflow.com/questions/12764771/timers-in-linux-in-c
http://man7.org/linux/man-pages/man2/timer_create.2.html

--

  Jack Mitchell (j...@embed.me.uk)
  Embedded Systems Engineer
  http://www.embed.me.uk

--

--
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.