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