Hello,everyone,
I am analysing the RemoTI's code,however,I have a problem,code as follow:
static __monitor void HalFlashWriteTrigger(void)
{
FCTL |= 0x02; // Trigger the DMA writes.
while (FCTL & 0x80); // Wait until writing is done.
}
what's mean about "__monitor"? its fuction?????
Thanks for any help
