• 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...
  • turn off the optimizer
    I have two subroutines with exactly same content but different names. I want them to be located in different addresses. I don't want the two subroutines to share same code, and I set the optimizer...
  • CY3671 -> Turn on Leds
    Hello, does anyone have a simple C-program that turns on a Led when I press a button on my development board? I already got a program that turns on the Leds, but it's written in assembly, and...
  • Turn off LJMP in Compiler
    Is there any way to have the compiler NOT generate LJMP's and other jumps that use absolute addresses? I'm asking because I'm trying to copy a Flash loader into RAM, and so I'd like all my jumps...
  • 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);...