• How To Obtain Os Version Programmatically? (cortex 712)
    Hello, I need to get the code version using a programming code. Any one could help me please? many thanks.
  • Toggling LED
    Hello all I am quite new to Keil STR9 Series. I was just learning the whole thing by going through and trying some small examples with it. I want to know how to control just one LED ( say 7.0) to...
  • uVision: how to toggle code gray out
    Hello, I'm using uVision 5.25 and I can see that inactive code, #ifdef-ed out for example, is grayed out. It's a great feature but in some cases I'd like to switch it off and look through the #ifdef...
  • Port Pin toggle
    I wrote a code for to toggle the port that is given below #include<reg51.h> sbit CLOCK = P0^2; void main() { while(1) { CLOCK = CLOCK^1; } } its not toggling in the IDE please...
  • Repeated pin toggling is not executing
    I am trying to write my own FLASH programmer on a Cypress USB 8051 chip that will program a SiLabs 8051 using their C2 Interface. I have written a macro that simply sets a pin low in the first statement...