Simulink hangs when transmitting

Having issues with the site, hardware, source code, or any other issues?
Post Reply
ksmiller99
Posts: 10
Joined: Wed Jun 15, 2016 11:22 am

Simulink hangs when transmitting

Post by ksmiller99 »

Hello,
My Simulink hangs whenever I try to transmit. The simulation initializes, says it is running, then goes directly into Terminating, and hangs there until I stop MATLAB with Windows Task Manager. Even a very simple model containing only the bladeRF in with tx enabled & rx disabled, and a constant 0.5 on the input hangs.

See attached model.

Code: Select all

[major, minor, patch] = bladeRF.version;
returns 0,1,1

Code: Select all

[major, minor, patch, ver_string] = bladeRF.library_version;
returns 1,6,1,'1.6.1'

I'm using MATLAB 2015b on Windows 7, 64 bit, AMD A10 and 16GB RAM

Do you have any ideas on how to troubleshoot or correct this?

Thanks,
Kevin
Post Reply