TI中文支持网
TI专业的中文技术问题搜集分享网站

CC2530: The SmartRF04EB driver cannot be installed

Part Number:CC2530

The machine is a MacBook Pro (M1 pro)

I used Parallels Desktop 17 for Mac installed Win11 and then installed the driver on Win11 with the following version

The installation driver cannot be identified

I tried to update the driver but couldn't identify it

After confirming, the original dialog box will be returned

Update driver operation video


(function(id)
{
var v = document.getElementById(id);var op = v.style.position, ol = v.style.left, or = v.style.right, fe = [];
var nodeLimit = 50;
checkVideo = function() {
if (!v.canPlayType || v.error) {
var bound = 0;
while (v.childNodes.length > 0 && bound < nodeLimit) {
bound++;
if (v.childNodes[0].nodeName != 'SOURCE') {
v.parentNode.insertBefore(v.childNodes[0], v);
}
}
v.parentNode.removeChild(v);
} else if (v.readyState == 0) {
window.setTimeout(checkVideo, 249);
}
},
checkVideoRendered = function() {
if (v.networkState == 1 && v.readyState == 4) {
v.style.position = op;
v.style.left = ol;
v.style.right = or;
for (var i = 0; i < fe.length; i++) {
fe[i].parentNode.removeChild(fe[i]);
}
} else {
window.setTimeout(checkVideoRendered, 249);
}
}
if (navigator.userAgent.indexOf('iPad') == -1 && navigator.userAgent.indexOf('iPhone') == -1 && navigator.userAgent.indexOf('iPod') == -1) {
window.setTimeout(checkVideo, 249);
}
})('v_e3975db78b28419eb5c269930f1b5cd6');

Don't know how to solve this problem?

Cherry Zhou:

Hi,

We've got the issue and escalated to e2e for more help, will get back to you ASAP.

Thanks.

,

lan peng:

The system language has been changed to English

https://e2echina.ti.com/support/wireless-connectivity/zigbee-and-thread/f/zigbee-thread-forum/281073/cc2530-the-smartrf04eb-driver-cannot-be-installed

,

Cherry Zhou:

Dear,

您先看下英文论坛这位工程师的答复:

https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1123791/cc2530-the-smartrf04eb-driver-cannot-be-installed

我会把帖子中的图片替换成英文版本的,十分感谢。

,

Cherry Zhou:

Hi,

As you checked on e2e, the response from YK is correct, the SmartRF04EB is far too deprecated of an EVM to the point where its tool page has been completely removed from TI's website.  It would not follow for the drivers to include support for the latest operating systems.  We furthermore do not expect and software stack or IAR IDE to provide support for such an old hardware product. We strongly suggest you to downgrade your OS or adopt a newer SimpleLink MCU product.

,

lan peng:

That would be a pity

It won't work with Windows 10

The version number is: SW_DVD9_Win_Pro_10_20H2.4_64ARM_ChnSimp_Pro_Ent_EDU_N_MLF_X22-52787.iso

单击此处播放此视频
(function(id)
{var v = document.getElementById(id);var op = v.style.position, ol = v.style.left, or = v.style.right, fe = [];var nodeLimit = 50;checkVideo = function() {if (!v.canPlayType || v.error) {var bound = 0;while (v.childNodes.length > 0 && bound < nodeLimit) {bound++;if (v.childNodes[0].nodeName != 'SOURCE') {v.parentNode.insertBefore(v.childNodes[0], v);}}v.parentNode.removeChild(v);} else if (v.readyState == 0) {window.setTimeout(checkVideo, 249);}},checkVideoRendered = function() {if (v.networkState == 1 && v.readyState == 4) {v.style.position = op;v.style.left = ol;v.style.right = or;for (var i = 0; i < fe.length; i++) {fe[i].parentNode.removeChild(fe[i]);}} else {window.setTimeout(checkVideoRendered, 249);}}if (navigator.userAgent.indexOf('iPad') == -1 && navigator.userAgent.indexOf('iPhone') == -1 && navigator.userAgent.indexOf('iPod') == -1) {window.setTimeout(checkVideo, 249);}
})('v_ec9d1a1dbe8e4bfc9731701a9a07aa7b');

So, what version of emulator is required to support Win11?

 

,

YiKai Chen:

重點是不支援MacBook Pro (M1 pro),建議你去找台Intel平台的PC

,

lan peng:

Yes, but the cost of replacing the computer is a little high

,

YiKai Chen:

Again, SmartRF04EB is the kit of Chipcon era and it's obsolete. I don't think TI would support this.

赞(0)
未经允许不得转载:TI中文支持网 » CC2530: The SmartRF04EB driver cannot be installed
分享到: 更多 (0)