Skip to main content
seren
Associate II
July 1, 2019
Question

Bug in TSC example project

  • July 1, 2019
  • 2 replies
  • 1752 views

There is a bug in

STM32Cube_FW_L0_V1.11.2\Projects\STM32L073Z-EVAL\Examples\TSC\TSC_BasicAcquisition_Interrupt\Src\stm32l0xx_hal_msp.c, line 116:

0690X000009YFoKQAW.png

it has to be

TSCx_TS1_IO_GPIO_PORT

instead

This topic has been closed for replies.

2 replies

Technical Moderator
July 2, 2019

Hello @seren​ ,

Thanks for highlighting this issue.

We raised this internally for fix in the coming release of CubeL0 Firmware pacakge.

Thanks and Best Regards

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
seren
serenAuthor
Associate II
July 2, 2019

Fine, thanks.

I also noticed a few small things in main.c of that example project: BSP_LED_Init(LED3) is called twice (lines 98 and 100) and comments in lines 197 and 213 say "Channel 1" instead of 2 and 3 respectively.

Technical Moderator
July 2, 2019

Your feedback is raised to the development team for fix.

Thanks,

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks