Tool/software: Code Composer Studio
Is it possible to change the constant value in debug mode (or run time)? if yes, how ?
I am working on communication project in which there are 5 node (TM4C123GH6PM) having a constant address assigned to each one of them and if one node send command to other node to change the address the constant value gets override to a new address.
Example - MCUx (Address 3) to MCUy (Address 4) - "change address"
MCUy changes the address to some other value - Address 7 becomes the new address of MCUy.