This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

FD registers' values

Hi,

For example, when I write a non-zero value to the FD_SIZEX register and then read it out, but the value of FD_SIZEX remain 0, why? (Face detection of DM368)

write to register:

regw_if(config->inputdata.inputImageWidth, FD_SIZEX);

read out from register:

unsigned int valRd = 0x000;

valRd = regr_if(FD_SIZEX);

Anyone can help me? Thanks very much!