Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - aadilrj

#1
hello....

i m working on a project where we intend to program a phillips 89v51rd2 using a 89v51rd2. The flow of operations is as follows.

1) by serial port we download the main program (hex file) in the external memory via the 89v51rd2. (read operation)
2) then we transfer this program (from the memory) into the target controller 89v51rd2, through a serial port.

basically we are making a portable controller which is more like an emulation of flash magic. So, that means a hardware implementation of flash magic.

we are facing the following problems and would be grateful to you if send in some suggestions on the same.

1)  Does 89v51rd2 support I2C protocol for memory read and write operations ??

2)  we are facing some problems with the basic serial communication. we have connected DTR to RST for programming the main controller. Do we have to remove this connection while the execution of the program ?? what are the other considerations for serial communication ?? like RTS DST ??