User Activity

I am using this Accelerometer and in the datasheet it is mentioned that the Bit 4(LPC) in CTRL_REG1 should set for the Proper operation of the Device,but when i set that device the Sensor ,i am not getting any values in that, i want to know ,is it re...
I am using Stm32f207....i am Suspecting there is stack overflow happening in my code.how to Check it actually?
i am working on enabling the gpio interrupt..i have setted a GPio pin as a interrupt and i have given priority for the interrupt and configured as a rising edge and written callback for that..but the issue when i apply high on the GPIO the interrupt ...
I am Working on interrupt with gpio where Rising edge to be detected..i think i have Configured the Interrupt properly but it is not working ,,,I am Making pC13 as gpio because it is connected to a button,when i press the button interrupt should come...
i am using the STM32L4 Nucleo board L4R5ZI .i am trying to configure i2c to read time from the RTC DS3231.but i am getting only data as zero.what may be the issue.i have attached the code.kindly help..