• Removing Code will adjust whole program
    When I remove a little piece of code, what has no issue with the working of my program, the program doesn't work at all. Also I've got 2 function that aren't used at all, but when I remove them, my...
  • Example PWM
    Where I can obtain an example of a PWM??
  • How to measure inductance or resonance freq
    Hello, can anyone give me a clue how to measure inductance or resonance frequency of a coil? My idea is tocan use a microcontroller as a frequency generator but I have dont know what to do next. ...
  • 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...