K60 PDB KEIL编程

2019-03-26 08:01发布

1.各位高手,想请教一下,可编程延迟模块PDB所谓的延时是针对于什么延时?应该是分ADC,DAC模块而不同的是吗?那针对于不同的操作模块,他又是对哪一步操作进行延时呢?
   
2. PDB0->SC =  PDB_SC_CONT_MASK        // Continuous
             | PDB_SC_PDBEN_MASK        // PDB enabled   
             | PDB_SC_PDBIE_MASK        // PDB Interrupt Enable   
             | PDB_SC_PRESCALER(0x7)    // Slow down the period of the PDB for testing
             | PDB_SC_TRGSEL(0xf)         // Trigger source is Software Trigger to be invoked in this file
             | PDB_SC_MULT(3);           // Multiplication factor 40 for the prescale divider for the counter clock倍增因子为40的计数器的时钟预分频器
   
    //Set PDB_MOD to 107us corresponding to sampling frequency Fs=9375HZ
    PDB0->MOD = 0x249f;
    //Set interrupt delay value
    PDB0->IDLY = 0x249f;
上面这段代码是我拷贝我的例程里面的一部分,我想请问一下,他这个MOD和IDLY分别是对什么进行控制的?

拜托各位了,谢谢~ 此帖出自小平头技术问答
0条回答

一周热门 更多>