<< Click to Display Table of Contents >> How To Modify/verify global data? |
Click here to download this example
In the script command file, the following syntax is used.
// Initialize the global variable
write_global_data24(_GLOB_VAR24_MyGlobalVariable_, 0xBadBad);
// Verify that the global variable 'MyGlobalVariable'
// has been written within the thread to value '0xCDEF00'
verify_global_data24( _GLOB_VAR24_MyGlobalVariable_, 0xCDEF00);