How code in internal flash of STM32U5 can be protected from copying, if it is stored decrypted?
Flash writing procedure has just finished. The next step, anyone can assume, is verification, that code has been written correctly, which involves reading the flashed memory. At this stage, if I trace the API calls, which Cube tool does to perform f...