Hi Eriza, > On 11 Feb 2015, at 20:18, Eriza Fazli <[email protected]> wrote: > > That _rx_irq was not triggered at all made me a > bit suspicious that there might be something wrong with our port of > RIOT. We'll be looking on it tomorrow. For this to work there are three things which have to be configured correctly:
1.) AT86RF231_INT (see boards/fox/include/board.h:L61) 2.) the reverse IRQ mapping (see boards/fox/include/periph_conf.h:L138) 3.) the external interrupt controller setting (see boards/fox/include/periph_conf.h:L224 and L225) Especially with the reverse mapping my brain often gets dizzy. Hope this helps somehow. Best, Thomas _______________________________________________ users mailing list [email protected] http://lists.riot-os.org/mailman/listinfo/users
