-MPLAB-X with XC-32 and Harmony-Harmony generated this code to store an IP address into program flash:#define TCPIP_NETWORK_DEFAULT_IP_ADDRESS_IDX0 "192.168.0.10" I'm trying to get the address (0x1D00_xxxx) of where that constant is stored in flash:long *..
↧