Any tool that can verify the data programmed into the memory space of the MCU LPC804?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Any tool that can verify the data programmed into the memory space of the MCU LPC804?

992 Views
JoeC401
Contributor I

My pleasure to visit and ask a question here.

As the subject, is there any tool or way to verify and check the data programmed in the memory space of the MCU LPC804. This is my first time to use the MCU, and I am also looking for ways to read registers I just programmed. Please share some information that can guide me how to proceed. Thank you.

Best Wishes,

JoeC

0 Kudos
Reply
3 Replies

967 Views
JoeC401
Contributor I

Thank you Frank for the quick reply.

One more question, is it possible to dump the data of the LPC804 memory by using UART? If so, could you please guide me how to proceed? Thanks.

0 Kudos
Reply

962 Views
frank_m
Senior Contributor III

Yes, that is possible.
Check the user manual for your MCU (doc.nr. UM11065), chapter 3, LPC804 Boot Process.

All LPC MCUs have a system bootloader located in ROM, which supports UART operations. And SW tools like Flash-Magic to support this.
Personally I am not privy with the LPC80x, though.

0 Kudos
Reply

988 Views
frank_m
Senior Contributor III

Both the debugger integrated in most IDEs and standalone Flash programming applications usually verify all flashed areas. And separate tools (I occasionally use Segger J-Flash Lite) can do all steps (erase, program, verify) individually.

For the toolchain/IDE, this is usually part of the debug settings.

All the tools I dealed with lately had verify enabled by default. 

0 Kudos
Reply