I wrote a test code(TEST_EIM project) for EIM testing and in that application I am continuously writing 16 bit data on address 512 on EIM bus in interval of 5 seconds. EIM is configured in Synchronous Burst mode. I have also SET the CONT_BCLK_SEL bit of EIM_WCR register.
In this application before writing to EIM bus, continuous BCLK is coming on BCLK pin. But once data is written to EIM bus, continuous BCLK stops, It comes only when data is written. I have captured the first instance of CS and BCLK when application starts and attached the EIM_20210617-0001.psdata file for your reference. I have captured these signals using Picoscope, You need to download and install Picoscope 6 software to view EIM_20210617-0001.psdata file. In this, signal D2 is BCLK and D6 is CS0.
One more thing we have observed in our test application, If we run this application and just disable the EIM writing, then continuous BCLK can be seen on BCLK pin.
I am attaching the source code of the application for your reference. Application is developed in Visual studio 8.0 using Toradex SDK and CE libraries running on Win CE 7 OS on Toradex Colibri i.MX7 EVK board
Regards Bipin Kumar