Read out protection Error with Lorawan_Fuota_DuelCore
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.
