STM32CubeMX seems so ignore Flash TCM setup.
I am pretty sure that old versions of CubeMX (maybe years ago), when generating for TCM interface generated different code than when generating for AXI.
At least in the generated STM32F765VGTx_FLASH.ld (I'm working with a F765), I had a base flash address of 0x200000 for ITCM and 0x8000000 for AXI, the #define FLASH_BASE was set accordingly and I had some code section in which the interface was set.
Now I am working with CubeMX 6.1.0 (the same for 6.0.1) and I notice that nothing changes in the code when I set TCM rather than AXI. The code seems to setup the AXI interface even when I set TCM.
Whats happened?