• Constructing an arbitrary-frequency NCO/DDS waveform generator with CMSIS-DSP
    Hi all, I've been looking into this challenge for a couple of days, I figured now would be a good time for me to ask some questions on a forum like this. I have done some C++ programming in the past;...
  • Constructing an arbitrary-frequency NCO/DDS waveform generator with CMSIS-DSP
    Hi all, I've been looking into this challenge for a couple of days, I figured now would be a good time for me to ask some questions on a forum like this. I have done some C++ programming in the past;...
  • Adjust Duty Cycle and Frequency with Timmer
    edit. ; setup code for timer0 AREA Program, CODE, READONLY ARM ;use ARM instruction set INCLUDE LPC23xx.inc ; MMR definitions EXPORT timer0_init timer0_init ; R0, R1, and R2 are all used...
  • Adjust Duty Cycle and Frequency with Timmer
    Hi, my question is I would like to create pulse using timmer. The period of duty cycle and period using timmer only. I am using arm assembly. My sample code is. This code generates a pulse with a %50...
  • Adjust Duty Cycle and Frequency with Timmer
    edit. ; setup code for timer0 AREA Program, CODE, READONLY ARM ;use ARM instruction set INCLUDE LPC23xx.inc ; MMR definitions EXPORT timer0_init timer0_init ; R0, R1, and R2 are all used...