How To Modify/verify global data?

<< Click to Display Table of Contents >>

Navigation:  eTPU Development Tool (ASH WARE, Inc.) >

How To Modify/verify global data?

Previous pageReturn to chapter overviewNext page

Example Download

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);