Hi There,
I have TM4C129L board with me,
I am able to do following action using LMDFU.dll wrapper.
LMDFUInit,
LMDFUDeviceOpen,
LMDFUDownloadBin,
LMDFUParamsGet,
LMDFUDeviceStringGet.
I want to read specific memory area of TM4C129L. e.g. Address is 0x800000 and byte to read is 28.
At this address, A model name is stored
Please hemp me to do this.