5 Known Issues

Table 5-1. The following issues were identified for this release:
Sl. No.Issue KeyDescriptionWorkaround
1.CC8SCRIP-9451The MCC module Timer-Timeout cannot test call back factorMake sure to set callback factor as 1 while configuring the timer interrupt for the devices which support that feature.
2.M8TE-821Project with DHCP disabled fails to build for XC8 v2.41 with PIC devicesChange compiler to XC8 v2.40 or wait for compiler bug to be fixed in upcoming versions.
3.M8TE-886DHCP Module remains enabled when UDP is disabled Turn off DHCP if UDP is not enabled.
4.M8TE-889Write operation to TFTP server is missing in TFTP_Handler functionTFTP_Handler is not capable of processing write operation to a server. The implementation is left to the user.
5.M8TE-899Application fails on hardware with default XC8 global options for AVR DX family of devicesGo to XC8 Global Options in Project Properties and enable the checkbox "Map 32K segments of FLASH into the RAM address space".
6.M8TE-911Project with UDP disabled fails to buildComment out #include "../log_syslog.h" in log.c