I am using TraceX in my project (S7G2 processor, SSP 1.1.3) and need to be able to add nx_dhcp_src. I have modified the TX_TIMER_TICKS_PER_SECOND to 1000 in the ThreadX source and I don't think dhcp client is working properly because without the nx_dhcp_src added to the project it is not picking up this change and is renewing the DHCP lease about every 3 seconds (ugh). When adding nx_dhcp_src (v1.1.1) to the project it will not compile due to some errors in the protected source.
There are 2 instances of NX_TRACE_IN_LINE_INSERT() calls that throw errors. One is referencing a variable that is undefined (nx_dhcp_src/nx_dhcp.c:4728:42: error: 'destination_ip' undeclared) and the other is missing a semicolon at the end of the line (line 4778).
Is there anyway to patch (or bypass) these in the protected source?
Thanks,
Tim