Hi. I am writing a bootlloader application that can erase, rewrite, and jump to a user application.As a starting point, I want to make sure I can erase the user application, but the erase seems to have no effect. My sector erase code is below.uint32_...