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.

Code Composer 6.1.1 Dissasembly view keeps resetting

Other Parts Discussed in Thread: CC2650

This has been driving me up the wall for the past hour.

I'm trying to figure out what's going wrong, and I'm scrolling through the dissasembly to see what's around an address of interest.  However, the view keeps resetting that address line to the top of the window whenever I try to scroll up.  For reference, the address is 0x00006EDC on a CC2650 EVM board.  As I try to scroll up, I can see the view refreshing, but when it's done, 0x00006EDC is still sitting at the top of the dissasembly view.  Same thing happens if I try to scroll up with the scroll bar.  However, if I manually punch in an address smaller (say, 0x00006ED0), then I see 0x00006ED0.  But if I use the mouse wheel or scroll bar to move around the dissasembly window, I keep winding up at the address I was originally at.