customized PCB with STM32F7 series uController can not be seen by any STM programs(ie. STM32Cube programmer, STMCube IDE, St utility ...)
After changing some properties, those are:
-"BOR_LEV" set up 1 (BOR Level 2 VBOR2 brownout threshold level 2)
-"RDP" set up CC (level 2 chip protection)
from "Option Bytes" segmentation in STM Cube Programmer(It was unintentional case and before this fault, I have no problem in coding my MCU), the MCU(STM32F7xx) can not be seen any STM program anymore. If I should give some information about schematic design,
-BOOT0 is pulled down
-nRST is pulled up and goes directly programmer GND pin
-PDR_ON is pull-up.
Now, actually I dont know anything about RDP & BOR_LEV of option bytes. How can be turned back the situation for me? Do you have any advice?