I have a project which contains some code, but also a 32 bit piece of data at the end of flash that contains the version information. When I add this small piece of data at the end, it takes ~30 seconds to start a debug session, where it would normally take 5 seconds without this piece. Is VisualGDB programming the entire binary file to the micro, or is it skipping empty sectors? I suspect it is not skipping the blank sectors, is there a way to make it do so?