This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

program burning problem

Hi, i am working on LPC2148. i am facing a problem while burning the code. in my board i am having options for RST and P0.14 pins. with these two switches iam trying to burn the code. Please help me out. Keil MCB2140 schematic is taken as reference.

Thanks in Advance.

Regards,

Kiranmai G

Parents
  • J1 enableds FlashMagic to remote-control P0.14 using a handshake signal on the RS232 connector.

    J10 enables FlashMagic to remote-control reset using another handshake signal on the RS232 connector.

    FlashMagic can in effect automagically press the two buttons to reset the chip and get it into boot loader mode before starting the transfer.

    There is a special setting in FlashMagic to tell that your board supports this feature. But at least earlier, FlashMagic did not do a good job actually controlling these signals. When FlashMagic was done using the serial port after the programming, it released the serial port without considering the state of the signals - obviously not so good when one signal is connected to an interrupt input, and the other is connected to the reset.

Reply
  • J1 enableds FlashMagic to remote-control P0.14 using a handshake signal on the RS232 connector.

    J10 enables FlashMagic to remote-control reset using another handshake signal on the RS232 connector.

    FlashMagic can in effect automagically press the two buttons to reset the chip and get it into boot loader mode before starting the transfer.

    There is a special setting in FlashMagic to tell that your board supports this feature. But at least earlier, FlashMagic did not do a good job actually controlling these signals. When FlashMagic was done using the serial port after the programming, it released the serial port without considering the state of the signals - obviously not so good when one signal is connected to an interrupt input, and the other is connected to the reset.

Children