Re: [beagleboard] ADXL345 INT1 INT2 pin mapping for ISR to run

2018-12-03 Thread Prakash Dash
Hi Jim, Want to integrate and port one TouchScreen device into beaglebone black. Could you please tell me Focal Tech FT5x06 Touch Screen will be supported in Beaglebone Black or not. if not Could you please suggest which TouchScreen will be good and where should i get the Kernel Driver for that

Re: [beagleboard] ADXL345 INT1 INT2 pin mapping for ISR to run

2018-11-24 Thread Jim F
I'd check out the data sheet. Page 20 covers an overview of the interrupt configuration. I guess you can use either one, depending on how you set the registers. You can poll that sensor all day long. But if you want to use the interrupts, you have to connect the pins, at least one of them, and

Re: [beagleboard] ADXL345 INT1 INT2 pin mapping for ISR to run

2018-11-24 Thread Prakash Dash
Hi Jim, My driver is implemented based on the Interrupt not poll based so i configured one of the GPIO pin for interrupt. Could you please tell me what is the use of these two interrupt pin INT1 and INT2 given for the device. As per my understanding i can use these device in poll based without

Re: [beagleboard] ADXL345 INT1 INT2 pin mapping for ISR to run

2018-11-24 Thread Jim F
You'd have to read the data sheet of the sensor to know if it can work that way. Most of the time the interrupt pins need to actually be connected to the processor somehow to work. I'd suggest that you connect them to gpios, configure the BB gpio pins as interrupts, and check the data sheet to see