ST Application Note AN2606 states that "In addition to patterns described above, user can execute bootloader by performing a jump to system memory from user code." Table 3 Embedded bootloaders goes on to list ST32 processors including their Bootloader ID and Memory Location (RAM).
So far so good. When I get to the STM32F105/107 (which I'm using and already have production hardware running code) it shows NA for both ID and memory location.
My question is...is there something about the STM32F105/107 that makes it impossible to jump from application code to the bootloader in system memory? I've looked high and low for clarification on this to no avail.