DW3300 Intergrate problem

Hi there,

When I use library API “quwb_session_init” to do session initialize,
I get some callback log “select entry 1 of ccc_session_db - sizeof(struct ccc_session_context_t) = 0”,
and then I call “quwb_session_start” to start ranging,
then occur system halt.

I check with SDK sample , the session initialize log is “select entry 0 of ccc_session_db - sizeof(struct ccc_session_context_t) = 720” , different from my log.

I am not sure where is the really place to lead my system halt, but here is the only place I can tell the different.

Can anyone answer me, why the different select entry 0 & 1, and size 0 & 720.
Thanks a lot.