STM32U585QI, can programmed code span both internal flash memory banks?
I have a project that I'm compiling for the STM32U585QI, which has a dual bank architecture with two 1MB banks. My project has gotten large enough that it's going to spill over into the second memory bank. Are there any issues with running code tha...