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)