[Discuss-gnuradio] USRP2: PPS interrupt handler?

2009-09-29 Thread john brzustowski
Does the current USRP2 FPGA/firmware release allow for a PPS interrupt handler? I've tried adding these lines to the txrx.c firmware app: static void test_pps_handler(unsigned irq) { putstr(Got to PPS handler at time:); puthex32_nl(timer_regs-time); pic_regs-pending =

Re: [Discuss-gnuradio] USRP2: PPS interrupt handler?

2009-09-29 Thread Matt Ettus
john brzustowski wrote: Does the current USRP2 FPGA/firmware release allow for a PPS interrupt handler? I've tried adding these lines to the txrx.c firmware app: static void test_pps_handler(unsigned irq) { putstr(Got to PPS handler at time:); puthex32_nl(timer_regs-time);