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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

996件の閲覧回数
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 件の賞賛
返信
3 返答(返信)

971件の閲覧回数
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 件の賞賛
返信

966件の閲覧回数
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 件の賞賛
返信

992件の閲覧回数
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 件の賞賛
返信