Skip to main content
Visitor II
November 25, 2024
Question

programming stm32u5g7vjt6 using internal power

  • November 25, 2024
  • 1 reply
  • 478 views

I am using stm32u5g7vjt6 MCU and need to program the same using STLink v2 programmer using internal power (without using external power supply). What are the modifications I need to make in configurations for the same?

1 reply

Andrew Neil
Super User
November 25, 2024

The STLink V2 does not provide power to the target - you have to supply power separately.

 


@aiswarya wrote:

What are the modifications I need to make 


We have no idea what you're even starting with - so no way to say how to modify it!

You need to supply hardware details:

https://community.st.com/t5/community-guidelines/how-to-write-your-question-to-maximize-your-chances-to-find-a/ta-p/575228

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.