Tool/software: TI-RTOS
Hello,
I am trying to build a radar satellite configuration using FPD-Link with Serdes operation using UB953/960 and TDA2Px EVM acting as a Host processor. I am controlling AWR1243 Boost with the Host processor in which I am giving 5V Supply externally to it. When I compile and run the Vision SDK 3.5, I am facing some problem for AWR1243 Radar Sensor Boot and Configuration. Particularly, when Bsp_ar12xxBoot() in "bspdrv_ar12xx.c" file is called, I get an error "AR12XX: Radar Device Power On failed!!" when Bsp_ar12xxRadarDeviceOn() is called inside Bsp_ar12xxBoot().
When I tried debugging further to identify the source of error, I think rlDevicePowerOn() fails to get initialized. This function is used to initialize the drivers and also bring the AWR1243 out of reset. Could you tell me what part of the this function should I modify to take into account that I am giving a 5V External power supply to the AWR1243 (I am using AWR1243 Boost in this case with 5V external supply).
I checked the rlDevicePowerOn() definition in "rl_device.c" file and it shows few log file error statements in it, such as RL_LOGE_ARG0. Could you tell me where these log files are stored in the Vision SDK?
I look forward to your reply! Thank you!
Best Regards,
Nishant