Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by fizo741

  1. F

    Problem with" if Condition" in C language

    Nobody help me:cry: I just want to understand where is the problem?
  2. F

    Problem with" if Condition" in C language

    Tahmid ,Have you read codes?I didn't understand what do you mean by "dry run" code:!:
  3. F

    Problem with" if Condition" in C language

    Re: Question about if condition in" C" language send_bit() and Receive_bit() send and recieve bit by bit you can see all codes inhttps://www.edaboard.com/threads/273173/
  4. F

    Problem with" if Condition" in C language

    Re: Question about if condition in" C" language I post it for you last week,you suggest me to debug in atmel studio 6 but i couldn't get it yet:-( I want to understand problem with another way.
  5. F

    Problem with" if Condition" in C language

    Re: Question about if condition in" C" language Hi my friends, Thanks for your guides, actually it is an example program i want to use,in TX_byte() function i want to send one time SlaveAddress,SlaveAddress is 8 bit as i said before 0x5A, and Msb should send first and then other bits.It is like...
  6. F

    Problem with" if Condition" in C language

    Re: Question about if condition in" C" language unsigned char Tx_byte(unsigned char Tx_buffer) { unsigned char Bit_counter; unsigned char Ack_bit; unsigned char bit_out; for(Bit_counter=8;Bit_counter>=1;Bit_counter--) { if(Tx_buffer&0x80==1) bit_out=1; else bit_out=0; send_bit(bit_out)...
  7. F

    Problem with" if Condition" in C language

    Re: Question about if condition in" C" language I did not get result in simulation,so I test program by toggle a pin of port like this : if (TX_byte(Slaveaddress)){ PORTD.0=~PORTD.0; goto repeat; } but i didn't see any thing in oscilloscope of Proteus
  8. F

    Problem with" if Condition" in C language

    Re: Question about if condition in" C" language I have declared function at the beginning of codes but i think second function doesn't return any thing.
  9. F

    Problem with" if Condition" in C language

    Question about if condition in" C" language Hi guys, Can we call a function in condition of if in another function? for example MemRead1 is first function,TX_byte is second unsigned int MemRead1(unsigned char SlaveAddress,unsigned char command1) { //some statements ... ...
  10. F

    Problem with" if Condition" in C language

    Thanks alot:wink:
  11. F

    Problem with" if Condition" in C language

    I attched for you all of my project files in a zip file,Name of main project file is END. Do you want i send again?
  12. F

    Problem with" if Condition" in C language

    Finally,you did'nt check program?what is your opinion?
  13. F

    Problem with" if Condition" in C language

    Bigdogguru and alexxx ,Please more explain why programmer should be fired ? I should persuade my professor because he made me to use these codes. Know it's more than 3 month's i'm working on this project because i don't have enough experience. .I did'nt see any thing in scl ,sda pins...
  14. F

    Problem with" if Condition" in C language

    Re: Problem with" if Condition" in C language Ok.It is proteus file Alexxx,do you mean these codes are wrong? I am not an experiecend person ,I should get result because it's my final project at university.My professor told me it's better to use catalog's code to...
  15. F

    Problem with" if Condition" in C language

    I can't attach proteus file because it's a DSN file.

Part and Inventory Search

Back
Top