This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432E401Y: moving from 401r to 401y launchpad

Part Number: MSP432E401Y

Hi,

  Have all the driver library vectors changed from 401r to 401y?

it seems all the library calls that worked for the 401r cause unexpected interrupts in the 401y

  my first two calls in main()

 1. MAP_WDT_A_holdTimer

 2. flashmailbox, 

if(*((uint32_t*)(ACK_FACTORY_RESET)) != 0xACE)

and now my third call:

3. MAP_ResetCtl_getSoftResetSource()

Perhaps there's a new mapping?

I'm batting 0 for 3, time to call in a coach to restore my confidence, or to send me to the minor leagues.

Please help.