This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Replace variable while project running

Sorry for my english.
Hello everyone, i have a problem, here it is:
I have two PCs and stm32f427 based board. What i need - first pc generates bunch of variables and sends it through UDP to second PC, second PC should replace variables through JTAG in project during it's running. And all this stuff should be real time. First pc send 1 variable, second recieve and sends it to board, first pc sends second variable, second receive and sends through JTAG and etc. So here's the question:
how can i do it? i know that keil in debug can use scripts, but for that i need a file with all variebles at the start of debugging. I can do that through j-mem, and again not in real time. So, i ask you for help, maybe just point me where i should start digging.

Thank you!