Skip to main content
Associate
January 30, 2026
Solved

Setting up TouchSensing library with STM32CUBEMX

  • January 30, 2026
  • 3 replies
  • 207 views

Hi,
I'm using the NUCLEO-U083RC board.
I wish to use the TOUCHSENSE library on STM32U083 (or STM32U073) that has the TSC, but STM32CUBEMX 6.16.1 doesn't allow me to enable it.
Why ?

Best answer by Ghofrane GSOURI

Hello @notav 

I ran a test using MX v6.16.1 and was able to enable the TSC, as shown below.

GhofraneGSOURI_0-1770023263012.png

Could you please share more details about the issue you are facing, or attach your .ioc file so that I can review your configuration and help identify what went wrong?

THX

Ghofrane

3 replies

Ghofrane GSOURI
Technical Moderator
January 30, 2026

Hello @notav 

I'm currently investigating this behaviour.I will get back to you ASAP.

THX

Ghofrane

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Ghofrane GSOURI
Ghofrane GSOURIBest answer
Technical Moderator
February 2, 2026

Hello @notav 

I ran a test using MX v6.16.1 and was able to enable the TSC, as shown below.

GhofraneGSOURI_0-1770023263012.png

Could you please share more details about the issue you are facing, or attach your .ioc file so that I can review your configuration and help identify what went wrong?

THX

Ghofrane

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
notavAuthor
Associate
February 2, 2026

I understood my problem: To enable the Middleware TOUCHSENSE Driver I must enable before the System Core / TSC peripheral.
Thank you for your assistance.