2017-12-08 02:55 PM
Hi
I am using STEVAL-FKI868V1 kit with my custom microcontroller board. I tested simple code of 'SDK Basic Generic A' where S2LP kit board is configured as transmitter, I am using other kit board with Nucleo L152R as reciever, and I can see the data received in the S2LP-DK utility app. Although I modifed the code for transmitter to transmit in a loop rather than getting an interrupt on GPIO and clearing the interrupt register in the IRQ handler. I had to do that since I am facing a problem with S2LP - GPIO config - I am not able to config the GPIO for generating an interrupt on any condition listed in Table 57 of S2LP datasheet.
Can anyone help me or share his code for configuring GPIO for interrupt condition?
Thanks in advance..
Silas
#s2-lpSolved! Go to Solution.
2017-12-10 06:43 AM
Hi
I got it resolved There is also IRQ_MASK register, which was masking all the IRQ events and nothing came up to GPIO.. now works as expected!!
Thanks
Silas
2017-12-10 06:43 AM
Hi
I got it resolved There is also IRQ_MASK register, which was masking all the IRQ events and nothing came up to GPIO.. now works as expected!!
Thanks
Silas