04-30-2007 11:12 AM
05-02-2007 02:25 PM
05-02-2007 08:29 PM
09-11-2007 02:43 PM
Michael
I was able to initiallize the timers using an inline C node, with calls to the ADI System Services library. What I'm not sure about is; If I create an interrupt routine in a separate c code file(instead of an inline node in a vi), how do I tell the project (.lvproj) that this file is an interrupt routine? Does the library routine adi_tmr_InstallCallback() handle this for me?
Sean Sexton
InnerSea Technology Inc.
09-11-2007 04:18 PM
09-12-2007 10:35 AM
09-12-2007 12:36 PM
09-12-2007 01:29 PM
Michael
I found the document you were referencing. Thank You.
If I understand correctly, then I should be able to create the interrupt handler, and the access routines, inside an inline c node, and not have to compile and reference separate code files. Is this correct?
Is the updated version of the Blackfin tookit due in the next week or so, or is it further out?
Thank You
Sean Sexton
09-12-2007 04:14 PM
09-18-2007 10:03 AM - edited 09-18-2007 10:03 AM
Michael
I have the external library created, and linked into a simple .vi that calls the configuration routine. Now what I need to do is get the timer data out of the coded interrupt routines, into a data stream. Currently the interrupt routine writes the value to a variable that is declared in the library. What would be the best way to get that data out into a stream within the .vi? I would think a queue structure would be the best way, but I don't see a clear cut way of getting the data in there.
Thank you for your help
Sean Sexton
Inner Sea Technology Inc.
Message Edited by sesexton on 09-18-2007 10:14 AM