SLAU358Q September 2011 – October 2019
The MSPGANG_Memory_Header_text displays the name of the data block specified at the MCU address. Function is used by GUI in the data viewer.
Syntax
LPTSTR WINAPI MSPGANG_Memory_Header_text( LONG Addr );
Arguments
LONG Addr | Beginning address in MCU of the selected data block |
Result
LPTSTR | Text of data block name |
Example
char *header_txt;
// Selected MCU - MSP432P401R
header_txt = (char*)MSPGANG_Memory_Header_text( 0x8000 );
//Returned contents of the header_txt string ->
// "Flash - Sectors 8 - 15 (0x08000 to 0x0FFFF)"