• i would like to know the c++ code to generate increasing pwm
    i would like to know the c++ code to generate 1 increasing pwm on one pin of 89c2051 when signal comes at 3.4 of 89c2051 and decreasing pwm on the same pin of 89c2051 when signal comes at 3.5 [in of...
  • i would like to be helped with clearing yhe errors in this program
    #include<reg51.h> #include<GSM_init.h> unsigned char L,Lg[12],key,x[4],Po,count,z; bit f2,f3,f4,f5; sbit IOE1=P3^7; sbit IOE2=P3^6; sbit m1=P1^0;sbit m2=P1^1; sbit m3=P1^2;sbit m4=P1^3;sbit as...
  • I would like to learn how to create APPs on ARM processors.
    How are they created? I would like to convert X86 software to ARM how to do it? What are the software to convert software from X86 to ARM? Thank you and I await answers.
  • MicroVision2 -- It Would Be Nice ...
    1) If one could select / copy text in the Disassembly window. For example, when debugging, I find it useful to examine the compiler's output and compare different builds. 2) If one could use the Find...
  • disabling an interrupt like in a task
    hello, I have a task that needs to query the value of a global variable that is also accessed in an ISR. it is a mistake to have the task scheduler preempt my task while the interrupt like is disabled...