cancel
Showing results for 
Search instead for 
Did you mean: 

when i am use stm32f407VE fsmc muxed psram, cortex-M error occurred

fftts
Associate

​Choice clock disable, the is No problem.

#define FSMC_CFG_ADDR ((unsigned char *)0x60000000) //

1 ACCEPTED SOLUTION

Accepted Solutions

The problem has been solved.

when you are use clock Burst read write,

the wait signal must be turn on .

stm32f4 stm32f2 also have the same problem.

stm32f7 is no this problem.

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

Hello,

Check your pins settings, if the pins used for the JTAG/SWD debug interface

Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

The problem has been solved.

when you are use clock Burst read write,

the wait signal must be turn on .

stm32f4 stm32f2 also have the same problem.

stm32f7 is no this problem.