Hi experts,
SDK: (RTOS + QNX) 7.3
APP: RTOS\vision_apps\apps\utilities\app_load_test
I'm trying to call "CSL_vtmTsConvADCToTemp()" by editing in "app_load_test" demo,
int32_t temp = 0; CSL_vtmTsConvADCToTemp(607, 0, &temp); printf("temp = %d\n", temp); printf("temp!!!!");
and Memory fault (core dumped) occurred.
Process 221203 (app_cpu_load.out) terminated SIGSEGV code=1 fltno=11 ip=0000005cdfebb808(/ti_fs/vision_apps/./app_cpu_load.out@i2128_sw_workaround_needed+0x0000000000000008) mapaddr=000000000000b808. ref=0000000043000300 Memory fault (core dumped)
Question: What should i do for calling CSL driver correctlly?
Thanks,
Jasen