This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to read spceific memory area of TM4C129L using LMDFU?

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.