Other Parts Discussed in Thread: TMS570LC4357
Hi,
We are working on the project in which we have to access (Read/write) the RAM memory contents when the code is running.
The current program flow is:
1. Client application will send the command to MCU (requesting the current contents at the specified Address location)
2. MCU will receive the command and sends the current value present at the corresponding memory location
Note : RAM memory address locations are taken from .map file
Currently we are using ethernet interface for the above scenario.
The problem in above is, I am getting approx. 30-40 seconds delay to reflect new data contents.
So, Is there any way or tool by which we can monitor real time RAM memory contents ?
Can I access memory via debug interfaces after flashing the code? If this possible what will be the approach for this?
Please help me in this.
Thanks.
Pratik