Other Parts Discussed in Thread:RM42L432
我想问下,RM42L432怎样产生一个微妙级的延时,除了用while(1),这个好像不准。
Susan Yang:
您可以尝试使用CCS内部的__delay_cycles()
若是想精确定时的话,建议使用RTI模块。
,
whong zhao:
asm(" NOP");
Other Parts Discussed in Thread:RM42L432
我想问下,RM42L432怎样产生一个微妙级的延时,除了用while(1),这个好像不准。
您可以尝试使用CCS内部的__delay_cycles()
若是想精确定时的话,建议使用RTI模块。
,
asm(" NOP");
TMS570LC4357: How CAN communicates properly with external debugging tools
TMS570LS3137: 在使用freertos 时候 ,在主函数中可以完成dma初始化,在其他任务中无法完成dma初始化,寄存器状态可读不可写 ,When using freertos, dma initialization can be done in the main function, but cannot be done in other tasks, and the register state can be read but not written
RM44L520: ADC中调用while(adcIsConversionComplete(adcREG1,1)==0);后不再向下执行