#M2MBA – Get M2M Application base addresses |
SELINT 2 | |
AT#M2MBA |
Execution command gets the M2M Application base addresses. Base addresses are useful to debug M2M Application.
If no M2M Application have been already loaded the returned string is: 0x00000000 0x00000000
Otherwise, depending on the toolchain used to compile the M2M Application: RVCT: --ro_base 0xXXXXXXXX --rw_base 0Xyyyyyyyy GCC: __ROM__ = 0xXXXXXXXX; __RAM__ = 0xYYYYYYYY;
Generally base addresses are stored on RAM, but the storage can be forced on NVM using +M2M command. | |
AT#M2MBA=? |
Test command returns the OK result code |