Skip to main content
Visitor II
July 16, 2024
Question

Read out protection Error with Lorawan_Fuota_DuelCore

  • July 16, 2024
  • 1 reply
  • 1152 views

I am currently Attempting to get Lorawan Fuota working for a duel core system. It is without question connected to my device and it seems to work fine. On the software end, attempting to use build.bat appears to work fine as well. But whenever I attempt to use the program.bat file in a similar manner I get:

###########################################
# 0- Set all global variables
###########################################
###########################################
# 1- Disable security
###########################################
###########################################
# 1- Disable security
###########################################
RDP: Read Out protection Level 1
Error: Command write -ob RDP=0xBB Failed                                                                                                              PS C:\Users\Intern\STM32Cube\Repository\STM32Cube_FW_WL_V1.3.0\Projects\NUCLEO-WL55JC\Applications\LoRaWAN_FUOTA_DualCore\Scripts\STM32CubeIDE>

Is this an error on windows powershell? Or is there something wrong with the file itself? I am following the tutorial made by the stm32 channel: https://www.youtube.com/watch?v=PQVXhu8520o to the letter so I'm not sure what I'm doing wrong. My best guess is that for whatever reason windows powershell is not connecting to my stm32 device properly. As this same error is received whether or not the device is connected.

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    July 16, 2024

    Hello @Confused_Intern and welcome to the ST Community :smiling_face_with_smiling_eyes:.

    I've tested this on my side, and it works very well will the board is connected to my PC. I suggest you change the communication USB cables that you are using. Or check that the board is working fine.

    Best Regards.

    STTwo-32

    Visitor II
    July 16, 2024

    I downloaded example onto a new computer (Which has stm32 installed), navigated to the repository, used a new USB and new end device and it still got the same error. Is there a specific version of windows powershell I'm supposed to use?