How to plan the scheduled sampling task in ucos? When the sampling frequency requirement is very high, should the task be placed in the interrupt function? Is there any difference between the writing ...
I would like to ask, what is the highest sampling rate that the McASP of TMS320C6748 can support in IIS or TDM format (DSP as slave), I want to output an audio signal with a sampling rate of 768Khz wh...
NXP Microcontrollers LPC2478 and LPC2470 Support LCD Applications Requiring High-Speed Communication NXP Semiconductors has released its new LPC2478 microcontroller, the industry's only flash-based AR...
How do I turn on the real-time clock counter in ARM9? I have initialized TICNT, but how do I get it running? My initialization process is rRTCOON=0x0; rTICNT=(127&0x7f)|0x80; The TICNT register does n...