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

Programming the LPC1857 flash memory using the DAPLink project

Hello people.

I am using the project "">github.com/.../DAPLink", to program the flash memory of the LPC1857 microcontroller.

- As I understand it, to add a new microcontroller to the project it is necessary to generate a BLOB according to the file "DAPLink / docs / PORT_TARGET_FAMILY.md". This file references the project "">github.com/.../FlashAlgo" to generate the BLOB.
Within this repository "FlashAlgo" has two python projects, "flash_algo.py and generate_blobs.py".


I have some doubts:
- How should I use this software, flash_algo and generate_blobs?
- In the generete_blobs software, I need to pass two arguments: elf_pach and blob_start. What should be the content of these arguments?
- In the flash_algo software, I need to pass two arguments, input and template. What should be the content of these arguments?

Thank you in advance for the support.