【经验】Simplicity Studio v5软件导出和导入工程文件的方法介绍 在调试Silicon Labs的无线SoC芯片程序的时候,有时需要在Simplicity Studio v5软件导出工程文件或导入工程文件。本文以EFR32FG14无线SoC芯片的simple_trx工程为例,介绍如何导出和导入工程文件的方法。 2021-08-17 - 设计经验 代理服务 技术支持 采购服务...
With the introduction of Simplicity Studio v5 (SSv5) there are many aspects of the development process that have changed such as project creation, configuration tools, code structure, etc. From a Bluetooth perspective, there have been quite a few changes from the existing tools that were found...
【经验】蓝牙SoC芯片EFR32BG22使用SSV5生成Bootloader的方法 如果用户拿到一颗新的Silicon Labs EFR32BG22 蓝牙SoC芯片,使用Bluetooth例程soc-empty编译完成烧录后,程序没有运行起来,最可能的情况是新的芯片内部没有Bootloader。本文讲解如何使用Simplicity Studio生成Bootloader例程并下载到目标芯片使芯片可以正常使用。 20...
随着Simplicity Studio 5 (SSv5) 5.6.0.0版本的发布,Silicon Labs(亦称“芯科科技”)已经引入了针对Visual Studio Code(VS Code)作为应用程序开发的支持。此一功能扩展可让开发人员在VS Code生态系统中构建、刷新和调试。用户可以使用VS Code作为主要的IDE,同时仍然能够使用熟悉和喜爱的项目配置图形界面。在Simplicity ...
技术讲座——Simplicity Studio v5 简介本次技术讲座简介 观看Silicon Labs 技术讲座系列中“Simplicity Studio 5 简介”点播演示 。Simplicity Studio 5 是一个基于 Eclipse 的免费开发环境,旨在支持 Silicon Labs 物联网产品组合。在本次课程中,Rich 将综述驱动 Simplicity Studio 5 的数据,提供工具概述,分享功能更新...
The Simplicity Studio 5 User's Guide pages are organized into the following groups. Getting Started describes how to install SSv5 and the relevant development resources, and provides general overviews of using the SSv5 interface and of developing projects in SSv5. If you are new to SSv5, sta...
3. MAT-103: Simplicity Studio v5 中的 Matter-over-Thread 1:09:24 本材料是Matter 100 - 研讨会中的第 3 篇(共 3 篇):使用 Simplicity Studio v5 入门 Matter。 本Matter 研讨会最初在 2023 国际嵌入式系统展举行,提供实践培训,供开始在 Simplicity Studio v5 中进行 Matter 开发。
Simplicity Studio® 5 version 5.4.2.0 Support for the EFR32xG24 Explorer Kit. Simplicity Studio® 5 version 5.4.0.0 This release includes the following key features: Eclipse upgraded to v4.23, featuring several bug fixes and improvements, including improved support for the latest MacOS versi...
Silicon Labs(亦称“芯科科技”)专为物联网及嵌入式设备开发人员提供的软件开发工具-Simplicity Studio集成式开发环境(IDE)正在不断发展及优化中,主要的改进大约每年发布两次,并根据需要发布次要补丁。 除了在Simplicity Studio上不断改善开发者体验之外,我们知道一些物联网开发者更喜欢其他IDE。我们最近做了一些改变来帮...
避免头文件包含造成的重定义方法:在SSV5中新建立空的项目时是不会带这些头文件,只带有MCU的基本的头文件,其它的头文件是需要用户自己去添加,需要手动去处理。在建立空的工程或带配置向导的空工程后,MCU的相关寄存器定义的头文件已经包含到项目中了。其它的头文件是由配置向导产生或需要用户自己去...