Brown Out Reset does not work
Hello,
we have a pcb with an STM32F765VIT6 on it. Everything works nicely except that there are unfrequent bit flips in the flash after disconnect and connecting the power supply..
We tried to activate the brown out reset in software but after measuring the NRST pin, it only resets at ~1,7V and not above 2V as wanted.
We tried the code from the following website:
https://stm32f4-discovery.net/2015/08/hal-library-22-bor-for-stm32fxxx/
Is there anything we are forgetting? (Maybe for the STM32F7 there are other things to consider?)