Skip to main content
Associate
September 8, 2025
Solved

STM32WL33 CubeProgram CLI for OTP R/W be supported?

  • September 8, 2025
  • 2 replies
  • 375 views

Hi,

Does Cubeprogram CLI support OTP commands with STM32WL33?

I have try below command get below information

Error: OTP programming commands are not supported with STLINK interfaces for this device.

 

EthanChen_0-1757302152054.png

Thank you

Best Regards.

Ethan Chen

Best answer by STTwo-32

Hello @EthanChen 

According to the chapter 4.3 of the UM2237, the OTP is available on the STM32 MPUs and the STM32N6. About the OTP, on the STM32WL33, the OTP is a 1 Kbyte memory area (between 0x10001800 and 0x10001BFF). It should be accessible using the -w32 command (available on the part 3.2.5 of the UM2237).

Best Regards.

STTwo-32  

2 replies

ST Employee
September 10, 2025

Hello @EthanChen,

This post has been escalated to the ST Online Support Team for additional assistance. We'll contact you directly.

Best regards,
Maxime

​In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
STTwo-32
STTwo-32Best answer
Technical Moderator
September 29, 2025

Hello @EthanChen 

According to the chapter 4.3 of the UM2237, the OTP is available on the STM32 MPUs and the STM32N6. About the OTP, on the STM32WL33, the OTP is a 1 Kbyte memory area (between 0x10001800 and 0x10001BFF). It should be accessible using the -w32 command (available on the part 3.2.5 of the UM2237).

Best Regards.

STTwo-32