Part Number: MSP432P4011
Decalred as:
/*******************************************************************************
* GLOBAL VARIABLES
******************************************************************************/
uint32_t *pDataByte;
During debug I see:
So the popup(yellow) show address to be 0x000000(which is weared!) while the memory browser shows 0x2000D2F.
An execution like: *pDataByte = 0x00100000 has not effect??
The code is also not doing what I would expect! What am I missing here?
kind regards,
Laurent