Hello,
I'm currently using the CEU in data synchronous fetch on a RZ/A1L, I want to retrieve a monochrome image 400x400 from an omnivision sensor. I'm a bit puzzled by the CFSZR register usage.
In my case, I have a 400x400 image monochrome so 1 byte per pixel.
There is a note in RZ datasheet for CFSZR register saying :
In data synchronous fetch mode, the following settings are required. Data cannot be fetched correctly unless the
following settings are made.
VFCLP = CAPWR.VWDTH
HFCLP = CAPWR.HWDTH/2
Currently I have set CAPWR.VWDTH to 400, CAPWR.HWDTH to 400
Also CDWDR is set to 400
and CFSZR.VFCLP is set to 400
Am i suppose to set CFSZR.HFCLP to 200 while my image is 400x400 monochrome ? Isn't it weird ?
Best regards