This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/IWR1443BOOST: iwr1443EVM to demovisualisor data transfer

Part Number: IWR1443BOOST
Other Parts Discussed in Thread: IWR1443, SYSBIOS

Tool/software: TI-RTOS

hello every one

i have a question about iwr1443 evm communication with demovisualisor

my question is the below;

1. i research the mmwave adc row data capture firmware and ccsdebug firmware

i wonder about 3d data(x,y,z) type and 3d data transfer algorithm part in datacpature firmware

for example, 

x = 0x113f

y = 0x234f

z = 0x215f

the 3 azimuth data tranfer demovisualisor app(in pc(window)) via uart

then, i wand show 3 azimuth data that type is hex.

i don't good at speak english sorry.

  • Hello,

    You can see how the data is converted in the demo if you open the demo at dev.ti.com and inspect the code. To inspect the code, right click on the GUI and select 'Inspect'. At the top right of the inspect window, there should be a tab called 'Sources'. Under this tab, expand the folder called 'app'. Here you can find the javascript source code for the app.

    In the file 'mmWave.js' there is a function called 'processDetectedPoints' that converts all of the detected points into coordinates in meters.

    Regards,

    Adrian
  • Thank you your reply

    now i study mmwave evm module.

    i have one more question that is below

    Task_Params <-- If you show the main.c file , find this structure Where is this structure defined?

    ex) mmwave_init.h  or mmwave_param.h/c

    What header of .c file is incude the Task_Params structure ??

    please write about Task_Params structure included route

    ex) /ti/sdk_00_09/task_param.h

    thank you 

  • Hello,

    Sorry for the delayed response.

    It is defined in Task.h, located at

    C:\ti\bios<version_number>\packages\ti\sysbios\knl

    Regards,

    Adrian