6 Known Issues

v4.4.0
  • The sensor node configuration Info in Bidirectional Touch tuning of PIC16F15244 is incorrect.

  • Some PIC devices has unique driven shield pins which are not ANX pins. Hence they are not displayed in shield pin option.

  • For the PIC16F19176 device, there are issues with touch data streaming via UART to the Data Visualizer tool. As a workaround, setting the OSCTUNE register value to 0 resolves the problem and enables proper touch data streaming. Although the device’s high-frequency internal oscillator is nominally configured to 32 MHz, the default minimum tuning value (0x20) in the OSCTUNE register decreases the oscillator frequency from its nominal setting, which leads to UART communication difficulties.

  • When the Boost mode feature is enabled on AVRDA devices, there are issues during data streaming to the Data Visualizer tool.

  • The Boost mode feature has issues on ATTINY devices.

v4.2.1

  • PIC16F152xx devices, reset pin is shown as part of Touch ANx lines. Kindly assign to valid Touch pin in case if any sensor is auto-assigned to reset pin.

v4.2.0

  • PIC16F152 - Reference type is self and guard option is not yet supported.

  • For PIC devices, it is recommended to use Timer based Touch Library projects while data streaming option is needed. Operating Touch Project in Free running mode had some connection issues with DV.

v4.0.0

  • All channels are listed instead of only the shared core channels for DSPIC33CK.
  • For 8-bit PIC devices, when TMR0 is used for touch scanning, there could be complication error in touch.c file as the API names used in old version is different from that of current version. Upgrade TMR0 driver to version - 4.0.13

v3.5.1:

  • Timer component gets added for free running mode in PIC18FxxQ20 devices.

    Workaround: Manually remove the timer component if is not used in project.

v3.5.0:

  • PIC18FxxQ20 Timer gets added by default for Touch project.
  • For PIC18FxxQ20 Touch project, ADCC has to be added manually - warning message is missing.
  • Higher option of GAIN, Pre-scaler parameters are missing in UI for ATmega devices.

v3.4.0:

  • Configuring Driven shield feature for PIC16F1(71/81)xx and PIC18FxxQ71 through Touch Configurator will not work.

v3.3.0:

  • Sometimes, Timer may not load/reflect in the builder UI after selecting timer in Touch Configurator.