Is it possible to burst transfer a block of data from STM32 internal Flash/SRAM to an external memory mapped peripheral device with an SRAM style interface i.e. Address, Data, CS and R/W using the FMC fed via DMA?
Could the problem be some other part of your system, I have no problem connecting the debugger to the target and single stepping and running to breakpoints?
I also had this problem, your solution works perfectly.I was not sure what the linker script file was called so for anyone else the file is located near the bottom of the list of files and folders in a project and will have a name something like: STM...
Yes that's right, I only included the screen shot after the SHARED option is ticked, without being ticked the fake ST-Link is not detected in any way in CubeIDE i.e. not even showing the ! character, this is where it is different from CubeProgrammer,...
Further to my last post I can confirm that fake ST-Link V2 devices can also be detected and work with CubeIDE if the Shared ST-Link box, hidden away at the bottom of the Debug Configuration, is ticked. My fake device has a Geehy MCU, not CKS or STM,...