2021-07-20 10:47 AM
I wondering on which hardware configuration, I have to implement for this purpose.
Could I just use the differential pair as in joined picture without VBUS (as the µC is supplier on Board)?
I would like to get more details on how to design this interface and why shall I design it that way.
2021-07-20 11:23 AM
You can use the built-in bootloader like this, yes, but it doesn't have debugging capabilities. You'll also need to power it and a way of putting it into bootloader mode. Your signals are mislabeled, but the hardware connections are correct.
If you are developing a new board, you should include a SWD debug port to facilitate development.
2021-07-20 11:41 AM
Thanks for the prompt answer, mislabelling is ok as I wanted to know if it can work in that way.
For bootlaoder config, I use resistpor with assembly option for bootloader.
Programming over serial is also considered in the design.
What do you means by powering it? My µC is working with 3V3 and I do not want to include 5V on board, I thought using the differential pair like on firts picture can handle the problem.
Which of the option on tje joined could fit the case mention?
thanks in advance