Other Parts Discussed in Thread: AWR2243, MMWCAS-RF-EVM
Hello!
I have managed to get the cascade_radar_capture_only demo in processor sdk radar 3.08.00 working on my MMWCAS-DSP-EVM and MMWCAS-RF-EVM with AWR2243 sensors. When I run the demo I can use wireshark to see a continuous stream of UDP packets coming from the DSP-EVM, so I believe the demo is working as intended on the DSP-EVM. However, I can't get the matlab script radar_cascade_demo.m to produce any intelligible output. The process goes as follows:
- On the serial terminal connected to the DSP-EVM I start the cascade_radar_capture_only demo and select TFDTP as the network mode.
- I run the radar_cascade_demo with the following parameters
- platform: 'TI'
- range_depth: 10
- profileNum: 1
- The DSP-EVM acknowledges 'TFDTP Tx channel opened !!!', 'TFDTP started !!!', and 'NETWORK_TX: Connected to client (port=29172) !!!'
- The matlab script outputs 'Opened connection to TCP Command Server', 'Opened Connection to UDP server', and 'Sent RADAR_NW_LINK_TFDTP_INIT message on TCP socket'
- The matlab script opens an empty plot window
- About 30 seconds later the matlab script throws a bunch of unsuccessful read warnings with the message 'Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period. 'udp' unable to read any data. For more information on possible reasons, see UDP Read Warnings.'
- I stop the matlab script with Ctrl-C and it outputs messages that its called cleanup and closed the TCP and UDP connections
- The DSP-EVM outputs messages 'NETWORK: TFDTP Transmit Ack Read Failed !!!', 'NETWORK: TFDTP Transmit Ack Read Failed !!!', 'NETWORK_TX: Disconnected from client while writing header (port=29172)!!!', 'NETWORK: TFDTP Stack Closed!!!'
- A selection of blank plots show up in the matlab plot window.
Could you help me understand what's going on here? Could you also advise me on how I can get radar_cascade_demo to work?
Thanks so much for your help!
- Andrew