Guest
#1171149
Hi, We are students who have to do a project using the Philips LPC2148. Our goal is to draw a Bode diagram of a DUT using a quickstart board from Embedded Artists with an LPCP2148 quickstart board mounted on it. (http://www.embeddedartists.com/products/boards/prototype.php and http://www.embeddedartists.com/products/boards/lpc2148.php) To draw this Bode diagram we have to use a DDS (Direct Digital Synthesizer: AD9832) to generate sines with different frequencies and send them through the DUT. The DDS needs an input clock signal. We could use an external clock but we think it's possible to use the the ARM7's clock, although we have no idea how. We have gone through schematics in the hopes of finding a pin that "carries" the clock signal, but to no avail. Then we thought that we may have to include a way to "bind" the clock to a certain pin in our code but we have no idea how or if that's even possible at all. I've looked at code from another ARM project but didn't find an answer. Is there an easy way to get the clock from the ARM7 to the DDS?