cancel
Showing results for 
Search instead for 
Did you mean: 

STM32MPU135F-DK STM32CubeProgrammer Error: Cannot Access Port!!!

BGibs
Associate II

Hello,

 

 I recently purchased the STM32MPU135F-DK and is having an issue with connecting to the discovery kit using the STM32CubeProgrammer Version 2.16.0.  It looks like when i try to connect the STM32MPU135F-DK, I get this "Cannot Access Port 0!!!" (Please see picture attached). I have never seen this issue before with any of my STM32 discovery kits.

Can you please tell me how to fix this issue?

1 ACCEPTED SOLUTION

Accepted Solutions
PatrickF
ST Employee

HI @BGibs 

unlike STM32 MCUs, the STM32 MPUs (all STM32MPx series) cannot be programmed using STLINK. With CubeProgramer, you should use USB (or UART in some extend) to populate the target flash.

STLINK is only usable to debug the platform.

 

Please have a look to
https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP135x-DK/Let%27s_start/Unpack_the_STM32MP135x-DK_board

 

Regards.

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.

View solution in original post

2 REPLIES 2
PatrickF
ST Employee

HI @BGibs 

unlike STM32 MCUs, the STM32 MPUs (all STM32MPx series) cannot be programmed using STLINK. With CubeProgramer, you should use USB (or UART in some extend) to populate the target flash.

STLINK is only usable to debug the platform.

 

Please have a look to
https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP135x-DK/Let%27s_start/Unpack_the_STM32MP135x-DK_board

 

Regards.

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.

Hi PatrickF, thanks for the support. I will take a look at the link you provided.