First time using the CLA.
I have the CLA set up properly in my application and I'm running code (confirmed), but I can't figure out how to set a breakpoint. I've included the __mdebugstop(); command, and I think I need to connect the debugger to the CLA. That's the part I can't figure out. How specifically do I connect the debugger to the CLA? Are there project settings, etc..
Also, can the CLA access the GPIO data registers? For test and timing purposes I'm trying to toggle GPIO17 using the GPASET and GPACLEAR registers, but the code does not appear to be executing.
Thanks in advance for any assistance.