• run pwm during interrupt
    Hi every body i am using an LPC-1768 MC to run a pwm. every thing works good. but when a non-pwm long-time (500ms) interrupt occurs, the pwm doesn't work. is there any trick or setup to continue running...
  • Status flags during bit-level operations
    I can understand that during ANL or ORL operations at bit level, there won't be any change with the status flags of the PSW. However, if a CPL or CLR or SETB operation is performed on one of the...
  • PWM output signal coding
    Dear all, I an in need of coding...... Using arm board TMS570LC4357......Coding required for sending output timing singnal after crossing 58 teeth on a 60 teeth trigger wheel.....Two teeth were removed...
  • query
    sir i have developed my own header file in case of lpc2148 arm7 in keil software which is.. #include<lpc214x.h> void gpioset(int port,unsigned long set) { if(port==0) { IO0SET=set; } else {...
  • HFXO during of the simulation
    Gentlemen! I use EFM32G880F128. I try to simulate my program. I set HFXO (High Frequency quartz oscillator) as clock for core, TIMER0. Unfortunately the TIMER0 does not count (TIMER0_CNT stay 0)....