2024-11-17 02:51 AM
STMicroelectronics officially supports PEmicro debugger.
https://www.st.com/en/partner-products-and-services/multilink.html
https://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320180&productTab=5051
I have USB-ML-UNIVERSAL(multilink universal).
I want to read device(STM32 microcontroller) signature.
I did not see any option in STM32CubeProgrammer.
and also there is very less information for STM32CubeIDE to use PEmicro debugger.
please guide how to read device signature using PEmicro debugger.
2024-11-17 09:11 AM - edited 2024-11-18 05:08 AM
As you have noticed, CubeIDE and CubeProgrammer "as is" do not support this device.
Your options are their own software or more featured IDEs (Keil, IAR) or OpenOCD.
If you insist on using CubeIDE and CubeProgrammer, get a ST-LINK or J-Link, or ask PEmicro how to make CubeIDE work with their device.
2024-11-17 09:38 AM
>>STMicroelectronics officially supports PEmicro debugger.
I think that mischaracterizes the relationship. PEmicro has tools that support STMicro parts, you should use PEmicro software with PEmicro tools.
2024-11-18 04:53 AM - edited 2024-11-18 04:58 AM
@Tesla DeLorean wrote:>>STMicroelectronics officially supports PEmicro debugger.
I think that mischaracterizes the relationship.
Indeed.
However, to be fair:
I do think that ST needs to clearer about what, exactly, the "Partner" relationship entails.
@STTwo-32
@mahendrakumar it generally does not mean that ST provides support for the Partner's product(s).
eg,
2024-11-18 05:19 AM
> Your options are their own software or more featured IDEs (Keil, IAR) or OpenOCD.
And checking with both IAR-WB and uVision, I have seen no hint their recent versions support PEmicro debug pods.
I know NXP does support PEmicro, for their own gcc / Eclipse-based toolchain and devices.