1个回答

  • +1 赞 0
  • 收藏

平台合作

展开

相关推荐

For Analog Audio Processors, Why is the noise level higher when EQ is on than when EQ is off?

When the EQ is off, the signal does not pass through the equalizer circuit.

2024-08-30 -  技术问答 代理服务 技术支持 采购服务

请问Silicon Labs的蓝牙5,LE Audio 有相关产品在研吗?

LE Audio的SDK还没有发布,SDK在设计中,请关注世强元件电商平台中的咨询。

2020-11-30 -  技术问答 代理服务 技术支持 采购服务

Si479xx和Si475x是否支持Audio DSP?

Si479xx系列中由Si47925,Si4797x和Si4798x支持Audio DSP,其中Si4797x是双Tuner。Si475x不支持Audio DSP。

2020-02-20 -  技术问答

For BD37033FV-M,BD37034FV-M, What is the difference between the two products?

The BD37034FV-M has built-in HPFs for front and rear, and also supports HI-VOL output.

2024-08-30 -  技术问答 代理服务 技术支持 采购服务

Does the A/D converter include a sample/hold circuit? Or, does a hold occur for the number of input ports?

The ADC of our microcontroller includes a sample/hold circuit. Note that the sample/hold circuits for the number of input ports are not provided.

2024-08-30 -  技术问答 代理服务 技术支持 采购服务

The following error occurred after a build attempt using the standard library. Error E010: Unresolved external symbol '__***'

This error is output because the standard library is not specified by IDEU8. Specify one of the following four libraries for the IDEU8 target option [Add to Library Field] according to the use condition. lu8100sw.lib Small model, pack function unsupported lu8100lw.lib Large model, pack function unsupported lu8100swpk.lib Small model, pack function supported lu8100lwpk.lib Large model, pack function supported See “RTLU8 Runtime Library Reference Manual” for details of libraries. Related Products: ML610(Q)40x, ML610(Q)42x, ML610(Q)47x, ML610(Q)48x, ML610Q10x, ML610Q11x, ML610Q17x, ML610Q30x, ML610Q35x, ML610Q36x, ML610Q38x, ML610Q41x, ML610Q43x, ML610Q46x, ML620Q13x, ML620Q15x, ML620Q416/ML620Q418, ML620Q503H/ML620Q504H/ML620Q506H, ML62Q12xx, ML62Q13xx, ML62Q14xx, ML62Q15xx/ML62Q18xx, ML62Q16xx, ML62Q17xx

2024-08-30 -  技术问答 代理服务 技术支持 采购服务

I created a library file using LIBU8, but some of them were not imported. For example, it is a source code (file) in which an interrupt function is defined. All the interrupt functions are static functions. Is it possible to create it as a library in such a case?

Files containing statically declared functions can be registered in library files. However, since it cannot be referenced from the outside, the module in the library cannot be found, and an error occurs when linking and it cannot be used. Create the function to be registered in the library as a global function.

2024-08-30 -  技术问答 代理服务 技术支持 采购服务

Is there any way to avoid receiving data during CCA?

To prevent data reception during CCA, follow the steps shown below. To restore data reception after CCA, be sure to return to the original setting before reception. [Procedure] (1) Setting to prevent bit synchronization from being established BANK1: 0x5C = 0x00 BANK3: 0x03 = 0x00 (2) CCA started (3) Waiting for CCA completion (4) After completion of CCA, TRX_OFF (1) Setting to establish bit synchronization BANK1: 0x5C = original value BANK3: 0x03 = original value Related Products: ML7345 family

2024-08-30 -  技术问答 代理服务 技术支持 采购服务

When creating a Hex file using HTU8, are two ROM code data files, "RA" and "RB", generated without /F option?

Yes. Regardless of /F option specified/not specified, two ROM code data files, "RA" and "RB", are generated. /F option is an option to specify a ROM code data filename output by HTU8. When /F is removed, a filename is automatically determined using the input file specified on the head by HTU8 as the base name of output file. /F option specified: HTU8 test01.hex /TM610439 /FML610Q439_000 /OH *When above is executed in a command prompt for U8, the following three output files of HTU8 are output. ML610Q439_000RA.HEX ML610Q439_000RB.HEX ML610Q439_000RA.log /F option not specified: HTU8 test01.hex /TM610439 /OH *When above is executed in a command prompt for U8, the following three output files of HTU8 are output. TEST01RA.HEX TEST01RB.HEX TEST01RA.log *The four ROM code data contents of ML610Q439_000RA.HEX, ML610Q439_000RB.HEX, TEST01RA.HEX, and TEST01RB.HEX are identical. Related Products: ML610Q43x

2024-08-30 -  技术问答 代理服务 技术支持 采购服务

Is there any way to avoid receiving data during CCA?

To prevent data reception during CCA, follow the steps shown below. To restore data reception after CCA, be sure to return to the original setting before reception. [Procedure] (1) Setting to prevent bit synchronization from being established BANK2: 0x03 = 0x00 BANK2: 0x0E = 0x00 (2) CCA started (3) Waiting for CCA completion (4) After completion of CCA, TRX_OFF (1) Setting to establish bit synchronization BANK2: 0x03 = original value BANK2: 0x0E = original value Related Products: ML7396 family

2024-08-30 -  技术问答 代理服务 技术支持 采购服务

The following error occurred after an attempt to connect a debugger using on-chip emulator: “ICE error: 6307H Failed to start on-chip ICE block.” What should I do?

The ICE error: 6307H is caused by the following situations. (1) Poor connection between the on-chip emulator and microcontroller. (2) Microcontroller failure. (3) For the microcontroller on which the test pin and general-purpose port are shared, output port is set by a program. An error caused by (1) can be avoided by connecting the on-chip emulator and microcontroller properly. For a reference board, check that jumpers are set on the on-chip emulator side. When there is no problem with connection, (2) or (3) may be the case. Replace the target LSI.

2024-08-30 -  技术问答 代理服务 技术支持 采购服务

What happens when the compiler option [Delete padding of structure/shared member] is checked with IDEU8?

When [Delete padding of structure/shared member] is checked with IDEU8, /Zp option is specified for CCU8 compiler to execute. In this case, padding is not inserted between members for the case where all structure/shared members are char type. See “11.3 Structure/Shared Member Arrangement” in “CCU8 User's Manual” for member arrangement. Related Products: ML610(Q)40x, ML610(Q)42x, ML610(Q)47x, ML610(Q)48x, ML610Q10x, ML610Q11x, ML610Q17x, ML610Q30x, ML610Q35x, ML610Q36x, ML610Q38x, ML610Q41x, ML610Q43x, ML610Q46x, ML620Q13x, ML620Q15x, ML620Q416/ML620Q418, ML620Q503H/ML620Q504H/ML620Q506H, ML62Q12xx, ML62Q13xx, ML62Q14xx, ML62Q15xx/ML62Q18xx, ML62Q16xx, ML62Q17xx

2024-08-30 -  技术问答 代理服务 技术支持 采购服务
展开更多

电子商城

查看更多

品牌:ROHM

品类:Diode

价格:¥0.0666

现货: 91,452

品牌:ROHM

品类:MOSFET

价格:¥0.1859

现货: 69,603

品牌:ROHM

品类:Laser Diode

价格:¥18.5537

现货: 64,373

品牌:ROHM

品类:Laser Diode

价格:¥29.3050

现货: 60,263

品牌:ROHM

品类:MOSFET

价格:¥0.4245

现货: 39,282

品牌:ROHM

品类:Zener Diode

价格:¥0.0862

现货: 38,422

品牌:ROHM

品类:DC/DC Converter

价格:¥0.9741

现货: 27,504

品牌:ROHM

品类:Diode

价格:¥0.1313

现货: 22,655

品牌:ROHM

品类:Zener Diode

价格:¥0.0754

现货: 20,256

品牌:ROHM

品类:电阻

价格:¥0.0498

现货: 17,410

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

现货市场

查看更多

品牌:ROHM

品类:Transistor

价格:¥0.8750

现货:1,256,978

品牌:ROHM

品类:Anti-surge chip resistors

价格:¥0.1098

现货:460,550

品牌:ROHM

品类:电阻

价格:¥0.0065

现货:426,165

品牌:ROHM

品类:Low-side switch

价格:¥5.8200

现货:200,000

品牌:ROHM

品类:电阻

价格:¥0.0070

现货:109,944

品牌:ROHM

品类:EEPROM

价格:¥0.8136

现货:103,191

品牌:ROHM

品类:电阻

价格:¥0.0072

现货:95,530

品牌:ROHM

品类:电阻

价格:¥0.0066

现货:92,926

品牌:ROHM

品类:电阻

价格:¥0.0089

现货:82,340

品牌:ROHM

品类:电阻

价格:¥0.0071

现货:58,955

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

服务

查看更多

物联网天线方案设计/虚拟天线芯片方案设计

Ignion可支持多协议、宽频段的物联网天线方案设计,协议:Wi-Fi、Bluetooth、UWB、Lora、Zigbee、2G、3G、4G、5G、CBRS、GNSS、GSM、LTE-M、NB-IoT等,频段范围:400MHz~10600MHz。

最小起订量: 2500 提交需求>

蓝牙射频及通信协议测试

根据用户的蓝牙模块,使用Bluetooth 蓝牙测试装置MT8852B,测试蓝牙1.0至5.1,包括传输速率、功率、频率、调制和接收机灵敏度,生成测试报告。支持到场/视频直播测试,资深专家全程指导。

实验室地址: 深圳 提交需求>

查看更多

授权代理品牌:接插件及结构件

查看更多

授权代理品牌:部件、组件及配件

查看更多

授权代理品牌:电源及模块

查看更多

授权代理品牌:电子材料

查看更多

授权代理品牌:仪器仪表及测试配组件

查看更多

授权代理品牌:电工工具及材料

查看更多

授权代理品牌:机械电子元件

查看更多

授权代理品牌:加工与定制

世强和原厂的技术专家将在一个工作日内解答,帮助您快速完成研发及采购。
我要提问

954668/400-830-1766(工作日 9:00-18:00)

service@sekorm.com

平台客服
服务热线

联系我们

954668/400-830-1766(工作日 9:00-18:00)

service@sekorm.com

投诉与建议

E-mail:claim@sekorm.com

商务合作

E-mail:contact@sekorm.com

收藏
收藏当前页面