cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any HAL_Library to use STMPE811 with STM32F4

Jab cha
Associate
Posted on March 09, 2018 at 15:29

Is there any HAL_Library to use STMPE811 with STM32F4

4 REPLIES 4
Posted on March 09, 2018 at 15:51

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:

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-mcu-packages/stm32cubef4.html

 
Andrew Neil
Evangelist III
Posted on March 09, 2018 at 16:45

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

Posted on March 09, 2018 at 15:52

And see the examples / demo for the STM32F429-Disco board. They are useful - I used to play with this board a lot.

Posted on March 09, 2018 at 15:58

I will see that, thank's a lot for your advice