FMC Continuous Mode not working
My FMC clock, set to continuously generated, only cycles during a bus transaction.
On my STM32N657I0H3Q, I have the following setup:
FMC enabled in application
Chip Select NE1
Muxed PSRAM
Data/Address: 16 bits
Clock: Burst Read Write
AddressValid: Yes
Wait: Synchronous
Then, in the configuration, I have "CLK generated continuously" set.
I have confirmed all of these settings in the resulting fmc.c code. I've also verified at runtime that
hsram1.Instance->BTCR[FMC_NORSRAM_BANK1] = 0x183997
(Where 1<<20 -- 0x1000000 is continuous clock generation).
Meanwhile, my oscilloscope shows the FMC_CLK waveform:

Clearly not continuous!
