Using DAPLink in a full project without USB #868
Replies: 4 comments 9 replies
-
It sounds like something that could be doable as a DAPLink board. The Micro:bit Educational Foundation has done a lot of work and created a lot of hooks in DAPLink for
A board can implement
The micro:bit V2 implements an I2C peripheral for the target. We are aware of similar use-case with I2C, SPI, etc.
We have fairly confident that SWD for 2 (or more) targets can be supported, but not in parallel. With a second core you might be possible to create a second DAPLink image but it would need a lot of work. If you need parallel programming a second DAPLink probe will be much easier/faster.
We don't have anything but most SDK have drivers and examples to read FAT filesystems. Out of curiosity which MCU are you planning to use? |
Beta Was this translation helpful? Give feedback.
-
For our project, is it possible to "just" take the flashing part of DAPLink and remove all the rest of the functionality ?
|
Beta Was this translation helpful? Give feedback.
-
If you get this working, it would be great if you could upstream support for automatic programming and SD card support! |
Beta Was this translation helpful? Give feedback.
-
I'd like to see a port to zephyr as well. More generally a platform abstraction layer would be ideal. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
We are currently evaluating how to build our mass-production programmer/tester nailbed board, and I was wondering if DAPLink could be used kind of as a library for an external project.
The idea is to flash the interface MCU embedded on our programming board with the following capabilities:
As you can see, this is different from what DAPLink offers by default, and I don't know if this project can be customizable enough to achieve what we need.
Had some of you already tried?
If not possible, could you point me some directions because to be quite honest, I don't really have a clear view of how to tackle this problem.
Regards
Giuliano
Beta Was this translation helpful? Give feedback.
All reactions