Hello Team,
I was using parser script which is available at the location of SDK in parser scripts folder. when I used lvds_example_script.py I get some errors about the platform which is stated below.
"Traceback (most recent call last):
File "c:\ti\mmwave_sdk_03_05_00_04\packages\ti\demo\parser_scripts\lvds_example_script.py", line 90, in <module>
noise_buffer = parser_file(config_file_name, numFramesToBePrint, datacard_prefix)
File "c:\ti\mmwave_sdk_03_05_00_04\packages\ti\demo\parser_scripts\parser_lvds_demo_captured_file.py", line 1275, in parser_file
SW_result, SW_numDetObj, SW_x_buffer, SW_y_buffer, SW_z_buffer, SW_v_buffer, SW_range_buffer, SW_azimuth_buffer, SW_elevAngle_buffer, SW_snr_buffer, SW_noise_buffer = parser_SW_file(capturedFileName, numFramesToBePrint, ADC_file_numSubframes, ADC_file_subframeIdx_buf)
File "c:\ti\mmwave_sdk_03_05_00_04\packages\ti\demo\parser_scripts\parser_lvds_demo_captured_file.py", line 1028, in parser_SW_file return_value += verify_hsi_header_sw(fp, ID, int(frameIdx/numSubframes), subframeIdx)
File "c:\ti\mmwave_sdk_03_05_00_04\packages\ti\demo\parser_scripts\parser_lvds_demo_captured_file.py", line 326, in verify_hsi_header_sw
if '68' not in CFG_PARAMS['platfrom'] and '64' not in CFG_PARAMS['platfrom']:
KeyError: 'platfrom'"
Can anyone here to solve my problem how I can remove the error.
Kind regards,
Fahad