Hi,
I am not sure if this a BBB related question or a C++ one, so please excuse the mistake.
I would like to generate an event say every 100 milliseconds. Is this possible with C++ using BBB.
I am using BBB with Angstrom, and cross-compiling on C++, using Eclipse . I have searched for timer events in the internet, but many of them have code explanations for windows, using windows APIs, others make the use of a RTC, but since the BBB does not have a RTC, I am not sure how this can be done.
Are there timers in BBB, that can be used for this purpose ?? Most micro-controllers have them, is there any way of accessing these timers via C++ in Linux ??
Any small hints/pointers would be useful...
thanks
a