Replies: 2 comments 1 reply
-
If you look in
... and
The difference is that the first project is a generic interface firmware, it does have a little bit of code to detect some targets and apply some reset logic. Whereas the second projects expect an STM32F411RE target and embeds the flash algorithms needed to do drag & drop flashing. We are working (very slowly) towards a future where one could easily assemble a bit of the firmware for the interface and another for the support of a target, as an intermediate step before (possibly) making that second part dynamically possible. |
Beta Was this translation helpful? Give feedback.
-
Even for LPC11U35, regarding its popularity it's a bit surprising that, there are no such thing as lpc11u35_lpc11u35_if out of the box. stm32f103xb_stm32f103rb_if is a thing in DAPLink. but this one only supports the variant with 128KB of flash memory as its target. As for LPC55S69 it is supported in DAPLink as both interface and target. So something like lpc55s69_lpc55s69_if should be doable rather easily. but someone has to try and test it. Like mbrossard explained, what we need here is dynamic recognition and switching of flash-algos or at least enhancement to flash-algos so to make it capable of dealing with variants with different amount of flash memory. Which is not ready at current moment. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is the Drag and Drop feature available for the STM32F103 or LPC55S69 ?
or is it Just for some chosen IC like LPC11U35 ?
I can flash STM32F103xx or LPC55s69, but flashing the Interface don't give me Drag n Drop and do not mount as a Volume or / drive on both. But both can be used with openOCD.
Best Regards
Rafatuski
Beta Was this translation helpful? Give feedback.
All reactions