• Warning Level
    Hi, someone know how to change the warning level in uVision? Is there a way to change the warning level like in VC++? Or they are fixed and varies only with the optimization level? look at: ...
  • Turning test
    Hey peoplez. What I need is some code to pass the turning test. can you post some code for me. plz put in lots of good comments and expecially get it to be male or girl.
  • turning a LED on
    Hi I am trying to see if my chip (atmel 89c51) works. I am trying to turn on a LEd through a switch. I used 11.0592 Mhz clock in pin # 19 then grounded the uC and put 5v vcc. I found several c program...
  • How to turn off DHCP enforcement.
    I had cause to bring home, my office Win7 PC with my AMD FirePro™ V4900 graphics card at the weekend (pressure of work) and tried to plug in my ulink into a usb port. I kept getting an error with the...
  • Turn On a LED on STM32F4-discovery
    Hi everyone, I want to turn on a LED on my STM32F4-discovery board Here is the code : int main() { // Enable the GPIO Clock RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOD, ENABLE);...