Hi,I'm working with X-CUBE AI.The code seems working but I have a doubt:status_init = ai_network_create_and_init(&network_handle, act_addr, NULL);Is NULL parameter correct ?Why souldn't I need to pass a pointer also for weigths like 'act_addr' ?If it...