signal processing - DSP32C doesn't have a timer but need a timer implementation -


i have old dsp32c me , wanted implement timer based control. when started reading datasheet, found out there no timer register in dsp32c.

is there possible way implement function similar timer.. 'after 3seconds, this...'?

thanks,

since cannot solve "internally", you'll need find suitable real-time clock (rtc) component can interface dsp32c. 1 , how connect question electrical engineering stackexchange site.

depending on want do, busy loop might solution: loop number of times. if don't have precise timing information , can calculate number of loops, you'll have try out stop watch , tweak loop(s) until it's taking long enough.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -