2024-06-30 07:59 PM
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?
Solved! Go to Solution.
2024-07-01 06:21 AM
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.
2024-07-01 06:21 AM
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.
2024-07-01 05:07 PM
Hi PatrickF, thanks for the support. I will take a look at the link you provided.