• Setting port as output, turn on led
    Hello everyone. I have an evaluation kit EKK-LM3S9B96. I try to write simply program, just turn on led. I think i do it good and i don't know where i do mistake. #include <LM3Sxxxx.H> int main()...
  • program size in output window
    Hi all, If I succesfully compile code in uVision 3 the output window says: linking... Program Size: data=9508 const=9906 code=32440 ".\RAM\Hello" - 0 Error(s), 0 Warning(s). What is the progam...
  • initializing a port as output
    I have to initialise the port P1 of the 89C51 as output port with all port lines initialised to a high state i.e. 1. Now for initialising the port P1 as output, I have to give the instruction P1 = 0x00...
  • Port outputs OK in loop, but not in another part of program...
    Hi all, Glad to have found this forum a little over a week ago. I've been referring to it frequently to help with writing my program, and found a lot of useful information in here. Thank you, contributing...
  • help with hex file output
    Hello I'm new in this programming world and I had a simple application in C that was supposed to toggle a led and set some signals... The application was supposed to be emulated with an EPROM emulator...