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
  • You can protect the chip from external access to the boot loader. But if you do so, you should consider an alternative method of either upgrading the firmware or entering the boot loader.

    If you deactivate both the JTAG interface and deactivate the use of P0.14 pin from entering the boot loader, and there is a bug in your program - how will you then update your program?

Reply
  • You can protect the chip from external access to the boot loader. But if you do so, you should consider an alternative method of either upgrading the firmware or entering the boot loader.

    If you deactivate both the JTAG interface and deactivate the use of P0.14 pin from entering the boot loader, and there is a bug in your program - how will you then update your program?

Children