2018-03-09 06:29 AM
Is there any HAL_Library to use STMPE811 with STM32F4
2018-03-09 06:51 AM
I guess STMPE811 is a part of the STM32F429-Disco and drivers are located in the BSP section of the HAL package:
..\STM32Cube\Repository\STM32Cube_FW_F4_V1.19.0\Drivers\BSP\Components\stmpe811
Download the package if you have not done it:
2018-03-09 07:45 AM
You mean this:
http://www.st.com/en/mems-and-sensors/stmpe811.html
If so, see the 'Resources' section of that page
http://www.st.com/en/mems-and-sensors/stmpe811.html#design-scroll
2018-03-09 07:52 AM
And see the examples / demo for the STM32F429-Disco board. They are useful - I used to play with this board a lot.
2018-03-09 07:58 AM
I will see that, thank's a lot for your advice