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 PRATIK.PATI

  1. P

    If more than 7 Bytes of data in a single frame in UDS(Unified Diagnostic Services)?

    How the service id 3D(WriteMemoryByAddress) is used(UDS)? When the WriteMemoryByAddress is used ?
  2. P

    If more than 7 Bytes of data in a single frame in UDS(Unified Diagnostic Services)?

    In UDS a maximum of & bytes can be sent. If the length exceeds then how its managed? Example: In SID2E, the frame is- 07 -> 2E-> did1-> did2-> data1-> data2-> data3-> data4-> if there are more data bytes present then what will happen? Who will handle it(the...
  3. P

    In a CAN network is there any error which can occur during the SOF?

    I am working on a CAN project with AT89S8253 MCU and MCP2515 CAN Engine. So is there any error which may occur during the SOF bit. Assume the SOF generated after inter-frame-space and while ths bus is idle.
  4. P

    I2C Communicating At Different Speeds?

    Hello, Is it possible to connect and communicate two I2C devices with each other on the same bus if the two devices work on different speeds? E.g. Device one is at 100 KBPS and Device 2 is at 400KBPS
  5. P

    I2C MultiMaster Problem?

    Hello FvM, Actually i am using two master microcontrollers(MDUC812) having inbuilt I2C. I just wanted to know that If there isn't any hardware configuration taking care of this for me then i have to add some extra code if this condition occurs(Just In Case). Hello KlauST, you are right.
  6. P

    I2C MultiMaster Problem?

    Hello FvM, I agree with the answer, but theoretically the condition exists. So according to the answer the master sending '0' first wins arbitration. So according to my question the 2nd Microcontroller wins and keeps on transmitting the frame. But as the 1st microcontroller lost the arbitration...
  7. P

    I2C MultiMaster Problem?

    Hello KlauST, Thank you for your reply, it's very helpful. But my question was a bit different. It has two conditions; a) the 1st microcontroller(Addr-01H) tried to access the slave(Addr-02H) b)2nd microcontroller(Addr-03H) tried to access the 1st microcontroller
  8. P

    I2C MultiMaster Problem?

    19- There are two Microcontrollers on one I2C Bus (Both having inbuilt I2C) and one slave. The 1st micro controller having address 01, slave address is 02, and other microcontroller address is 03. Now the 1st microcontroller tried to access the slave at the exact time the 2nd microcontroller...
  9. P

    Reduce current in a charging circuit

    I think if you will connect a 800mA load in series with the charger then it will drop the extra current and charge without any errors.
  10. P

    [SOLVED] What is working of "DA A" instruction in 8051 assembly language?

    I did not found some appropriate examples for it. Well Can it be used to convert hexadecimal values into BCD directly?
  11. P

    [SOLVED] What is working of "DA A" instruction in 8051 assembly language?

    Hello, DA A- decimal adjust accumulator after addition. how the instruction "DA A" is used in 8051 assembly language. kindly provide some examples with decimal numbers with it. can it be used to convert binary numbers into BCD? thank you!
  12. P

    [General] 16 Bit Binary To BCD Conversion Math!

    That's quite helpful, thank you FvM! i will convert that to Assembly!
  13. P

    [General] 16 Bit Binary To BCD Conversion Math!

    Convert the input number in 16-Bit Binary to BCD and show it on the LCD(8051). Somehow I do have the assembly code from the internet which is working fine but i do not understand the math behind that. Also i found nothing regarding the math behind 16-Bit Binary to BCD on the internet. I found...

Part and Inventory Search

Back
Top