Part Number: MSP432E401Y
Other Parts Discussed in Thread: MSP-EXP432E401Y,
Hi,
I'm using an MSP-EXP432E401Y development board with the out-of-box example and CCS to start writing code for an application that will primarily be written in assembly language.
One of the first things I'm trying to do is to figure out where I can read characters that are received over the serial port. If I use Debug in CCS I can trace the code after a character is received, but it starts looping and never gets to where it reads the character. The only way I can see the character at all is to release Debug, but the fact that I released Debug means that I was never able to see where the character came in.
It looks like the character is being read by it's interrupt code and in order to see where the character is being read that's the code I should be debugging. But I don't know where the interrupt code is located.
Can anyone tell me how to figure out the location of the interrupt code that is executed when a character come into the serial port?
Thank you in advance to anyone that can help me find this code.
Regards,
Brad McMillan