1.2.1.1 Known Issues
Note: This section is maintained from Release
v3.5.0. Refer to Melody Touch Release Notes for other releases known issue.
Issue Details | Issue in Version | Workaround | Fixed? | Issue fixed Version |
---|---|---|---|---|
For DSPIC33CK, all channels are listed instead of only the shared core channels. | 4.0.0 | Select only shared core pin for Touch. | No | |
If Timer's custom name is changed from default, then compilation error occurs in touch.c file. | 4.0.0 | Do not edit Timer’s custom name. | Not Required | No Fix needed from Touch Configurator. |
For 8-bit PIC devices, when TMR0 is used for touch scanning, there could be complication error in touch.c file related to Timer API name. | 4.0.0 | Update TMR0 driver to v4.0.13 | Not Required | No Fix needed from Touch Configurator. |
PIC18FxxQ20 Timer gets added by default for Touch project. | v3.5.0 / v3.5.1 | Remove Timer module manually | Yes | 4.0.0. Timer needs to be added manually for all devices. |
For PIC18FxxQ20 Touch project, ADCC has to be added manually - warning message is missing. | v3.5.0 / v3.5.1 | Add ADCC manually | Yes | 4.0.0. ADCC needs to be added manually for all devices. |
Higher option of GAIN, Pre-scaler parameters are missing in UI for ATmega devices. | v3.5.0 | Manually edit touch.h file. | Yes | v3.5.1 |
dsPIC Lump Sensor option is enabled. | v3.5.0 | Lump feature is not supported for dsPIC | Yes | v3.5.1 |
touch.h generation failure, on loading old ATTiny and AVRDA projects. | v3.5.0 | Open project's *.mc3 file, find 'ptcPrescalar' and replace it with 'ptcPrescaler' | Yes | v3.5.1 |
Unable to Change CSD value for ATtiny devices | v3.5.0 | Manually edit touch.h file. | Yes | v3.5.1 |