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.

CC111x Debug mode

Hi.

I'm designing flash programmer for CC111x. At this time i can enter debug mode and execute some commads.

I have couple questions about debug mode:

1. I've found, that debug lock bit present in status byte even if chip was completely erased before last reset. so i have limited debug functionality until i send HALT to processor. I've found nothing about that in datasheet.

2. can I write flash being in Debug mode with processor halted just writing registers used in flash writing procedure or I need to write code with flashing commands into RAM and jump to it? (at this time, i can't write flash anyway, but want to know which way is right)