Multi Source Translation Content

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Multi Source Translation Content

讨论

排序依据:
FS4500 CAN 唤醒支持部分联网 在查阅数据表时,它提到了 CAN 唤醒,但不确定它是否支持部分联网,即根据特定的 CAN 报文唤醒。 FS4500 支持部分联网吗? FS65&FS45 Re: FS4500 CAN Wake-up support for partial networking 遗憾的是,FS45 不支持 PN 功能。
查看全文
脑歌评论 2026:~诚实的评论和竞争者 对 《脑歌》评论 2026:它真的能增强记忆力和专注力吗? 该音频程序旨在利用与认知功能相关的声音频率来支持大脑的功能。许多用户表示,坚持每天使用后,注意力会更加集中,记忆力会更好,精神疲劳也会减轻。该计划的重点是刺激大脑活动,而不是使用保健品或药物。不过,效果是循序渐进的,需要耐心等待,因为它不是立竿见影的解决方案。一些用户发现,随着时间的推移,情况会有微妙的改善。总之,《脑之歌》与健康的生活习惯一起坚持使用,可以帮助增强记忆力和集中力。 点击此处查看详细评论: https://tinyurl.com/5n6wpjwv #thebrainsong #thebrainsongreviews Re: ThE Brain Song Reviews 2026:~ An Honest Review And COmpaliants The Brain Song 是一首终极提神曲目,能在几分钟内提高注意力,激发积极性,让你一天都充满活力。 每次按下播放键,都会感觉更聪明、更冷静、更有动力。 不要只听音乐,今天就通过《脑歌》释放大脑的全部能量!
查看全文
Audifort 2026のレビュー - 本当に効果があるのか? オーディフォートは、聴覚の健康をサポートし、耳鳴りなどの症状を軽減するために開発された天然サプリメントとして注目を集めている。多くのAudifortのレビューや苦情、消費者報告によると、ユーザーは継続的に服用することで、徐々に明瞭度と集中力が向上することに気づいているようです。オーディフォートは本当に耳鳴りに効果があるのか、信頼できるのか、それだけの価値があるのか疑問に思っているなら、答えは期待値によって異なります。即効性のある解決策ではありませんが、多くのユーザーが時間の経過とともに不快感が軽減したと報告しています。この処方は、脳と耳の連携および神経の健康をサポートすることに重点を置いています。効果には個人差がありますが、目に見える効果を得るには継続することが重要です。 試用を検討されている場合は、英国、米国、カナダ、オーストラリア、ニュージーランド、アイルランド、および世界中の公式ウェブサイトからAudifortを購入してください。最高の割引と2つの無料ボーナスが付いてくるため、正規品であることと最新のオファーを確実に入手できます。 公式サイト: https://audifort.smartdiscoveryhub.com
查看全文
SPI驱动程序 这与 NXP 为 Veoneer 开发的定制 SPI 驱动程序有关。我们正在寻找一个可能的优化方案,希望与您协商,以确定您是否同意这一构想。 在例程 Spi_HwTransfer 中,会对请求序列的每个通道执行一个 while 循环。根据我们的理解,在这个循环中发生的过程并不是每次请求序列时都需要实现的。我们相信,这一过程可以在所有序列及其相关通道的 Spi_Init 中一次性完成。如果我们能将这一逻辑放在 Spi_Init 中,而不是 Spi_HwTransfer,这将大大优化时间计量学,因为这一操作每 1 毫秒要执行 12 次。可能总共节省 ~4% 。 能否与我们联系,告知将这个 while 循环移至 Spi_Init 是否足以满足 SPI 正常运行的功能需求。 本问题还附有 while 循环的片段 Re: Spi Driver 你好@hislim 我已经给你发了私信。
查看全文
ハードウェアFRDM-RW612でのKNX IoTビルドが失敗しました。 NXPチームの皆様、こんにちは。 下記のリンクの手順に従って作業しましたが、センサとアクチュエーターのサンプルビルドに失敗しました。 この問題を解決するのを手伝っていただけませんか?ありがとうございます。 https://github.com/nxp-appcodehub/dm-knx-iot-apps-with-ets-support-on-nxp-mcus 開発ボード Re: KNX iot build failed in hardware FRDM-RW612. こんにちは、リカルドさん ご返信ありがとうございます。ステップ4:例のビルディング CMDより下で実行され、「西側ビルド」のため停止しました。 # Setup environment first sdk/repo/mcuxsdk/mcux-env.cmd # Then build sh script/build_rw612_knx all build-type=Debug Re: KNX iot build failed in hardware FRDM-RW612. こんにちは、 あなたの調子が良いといいのですが。どの手順で問題が発生しているのか、詳しく教えていただけますか? よろしくお願いいたします。 リカルド Re: KNX iot build failed in hardware FRDM-RW612. こんにちは、 @Shawn_LSQと@Ricardo_Zamora さん。 この投稿で報告された問題に対する回避策を提供します。 Windows CLIでのコンパイルに必要な手順書を見つけました。これはGITのインストールに関連するものです。Gitのインストール時に行うべき手順については、添付の画像を参照してください。これにより、コマンドプロンプトからビルドを実行できるようになります。 ビルドする前に、以下のコマンドを入力する必要があります。 sdk\repo\mcuxsdk\mcux-env.cmd これでそちら側の問題が解決するかどうか教えてください。 BR、 ミハイ
查看全文
KNX iot build failed in hardware FRDM-RW612. Hello NXP team, I have been follow steps in below link, but build sensor and actuator example failed. Could you please help me to solve this problems, Thanks https://github.com/nxp-appcodehub/dm-knx-iot-apps-with-ets-support-on-nxp-mcus Development Board Re: KNX iot build failed in hardware FRDM-RW612. Hi Ricardo, thanks your reply.  In Step 4: Building the Examples Running below CMD and stopped for "west build" # Setup environment first sdk/repo/mcuxsdk/mcux-env.cmd # Then build sh script/build_rw612_knx all build-type=Debug Re: KNX iot build failed in hardware FRDM-RW612. Hello, Hope you are doing well. Could you please clarify in which step are you having issues? Best Regards, Ricardo Re: KNX iot build failed in hardware FRDM-RW612. Hello, @Shawn_LSQ and @Ricardo_Zamora . I am providing the workaround for the issue reported in this post. I found the missing instructions for compiling on Windows CLI and it is related to GIT installation. Please see the attached images to be done during git installation. This enables the build to be done from CMD prompt. You still need to enter this command before building: sdk\repo\mcuxsdk\mcux-env.cmd Please let me know if this fixes the issue on your side. BR, Mihai
查看全文
body Marking FXLS8974CF I'd like to know the marking specification of FXLS8974CF. This product would be SOT1615-3: VSON10. However, I can't find out the marking specification of this products. So, could let me know about the marking specification of this products? Chips marking as below: TCF ASX Re: body Marking FXLS8974CF Hello, Thanks a lot for your quick reply. But I can't reach STMicroelectronics . Date code is 2224 from NXP, so pls just advise me the marking of means. It should be a very simple matter for you, it is very important to us. Pls help us to check the making of means and let me know ASAP, thank you very much. Re: body Marking FXLS8974CF As of February 2, 2026, the NXP MEMS Sensor products have been transferred to STMicroelectronics. For details on the transferred products, see this page. Please reach out to STMicroelectronics for further information.    
查看全文
PTN3460,未配置的 EDID 被识别的问题。 参照 AN11128,我们将第 0 号 EDID 表(1024 × 768 @ 60 Hz)的 EDID 信息重写为 PTN3460 并正在使用它。不过,在运行过程中,有时会出现系统启动时黑屏的情况。在检查 Windows 注册表时,我们发现NXP1111已被识别。 根据下面链接的论坛,NXP1111 与 PTN3460 用于 FHD 的默认 EDID 相对应。由于该分辨率与我们使用的 LCD 和分辨率不同,因此我们认为黑屏输出是由于这个原因造成的。 https://community.nxp.com/t5/Other-NXP-Products/PTN3460BS-F2-display-fail/m-p/950985/highlight/true#M7893 我们担心的是,我们没有配置的 PTN3460 的默认 EDID 信息会被识别。你能否与我们联系 PTN3460 在什么条件下会恢复为默认 EDID? 随附 Windows 注册表信息截图。 Re: PTN3460, the issue where an EDID that was not configured is being recognized. 亲爱的昌熙 PTN3460 返回其内部默认 EDID(例如“NXP1111”,FHD),当配置的 EDID 在启动时不可用或无效时。 1.配置表无效或未加载 上电时,PTN3460 从外部 EEPROM 或内部闪存中加载配置。如果 闪存编程不完整或已损坏、 flash 神奇数字无效、 闪存写入过程中断电、 或 DEV_CFG 绑扎错误、 则 PTN3460 初始化时的 SRAM 为零,将使用固件默认 EDID。 2.EDID 模拟关闭或选择错误 EDID 模拟由寄存器 0x84 控制: 位 0 = 0 → EDID 模拟关闭 位 0 = 1 → EDID 模拟开启(使用选定的 EDID) 如果禁用 EDID 仿真或所选 EDID 索引无效,PTN3460 将无法提供已编程的 EDID 并导致默认行为。 3.开机/定时问题(间歇性黑屏的常见原因) PTN3460 在 RESET 时很早就加载了 EDID。如果 GPU 读取 EDID: 在 PTN3460 完成加载闪存之前,或 在 PTN3460 完全通电/RESET 之前, GPU 可能会读取一次默认 EDID 并将其缓存,然后 Windows 就会显示 "NXP1111"。这就是间歇性黑屏的原因。 致以最崇高的敬意 约瑟夫 Re: PTN3460, the issue where an EDID that was not configured is being recognized. 亲爱的约瑟夫 感谢您的快速回复。 首先,我们检查了上述第 1 项和第 2 项(您的建议)没有任何问题。 我们随后调查了 3 号。 似乎在识别 PTN3460 默认 EDID 的过程中执行了热重启。在热重启期间,我们检查了 PTN3460 电源和 RESET 引脚的电压等级;电源高于 3V,RESET 信号保持为高电平。 是否有任何已知或报告的案例表明 PTN3460 默认设置在热重启过程中被识别? 操作系统:Windows 10 IoT Enterprise 2021 LTSC 64 位
查看全文
Does LPC1788FBD208K have a chip diagnostic library? If IEC61508 SIL2 or IEC60730/IEC60335 Class B, Functional Safety Certification, cpu needs diagnostic library Does LPC1788FBD208K have a chip diagnostic library? If IEC61508 SIL2 or IEC60730/IEC60335 Class B, Functional Safety Certification, cpu needs diagnostic library LPC17xx Re: LPC1788FBD208K 有芯片诊断库吗?如IEC61508 SIL2或IEC60730/IEC60335 Class B,功能安全认证,cpu需要诊断库 Hi @Messi The LPC1788FBD208K does not have an official, directly supported "Chip Level Diagnostics Library" / Safety Library for IEC 61508 SIL2 or IEC 60730 / IEC 60335 Class B certification. IEC 60730 Safety Standard for Household Appliances | NXP Semiconductors BR Harry.
查看全文
TJA1081GTS FlexRay™ 节点收发器的参考设计 是否有任何参考设计,例如原理图设计,TJA1081GTS FlexRay™ 节点收发器的设计注意事项文档。
查看全文
i.MX8MPLUSLPD4 クイックスタート、IDE、使用するツール。 iMX8MPLUSLPD4ボードを購入しました。 このデバイスを起動し、基本的なデータ転送を実行したいと考えています。 どのIDEやソフトウェアツールを使用すればよいか教えていただけますか? また、必要なOS/ソフトウェアについても記載してください。 どのJTAG/Codewarriorバージョンを使用すべきですか?
查看全文
S32K146 MCAL ADCが割り込み処理を開始しないのはなぜですか? 私のADCは割り込みベースの受信に設定されており、設定インターフェースを以下に示します。 私のMCALバージョンはS32K1XX_MCAL4_3_RTM_1_0_5で、マイクロコントローラはS32K146です。 コードのデバッグ中に、ADCコールバック関数に入ることができず、ADC値を読み取ることができません。ADCを割り込み状態にするにはどうすればよいですか?また、どのMCALモジュールが必要ですか? S32K144EVB S32K146EVB #MCAL #ADC Re: Why doesn't the S32K146 MCAL ADC enter an interrupt こんにちは、 @binZhang01 さん。 AUTOSAR 4.3 RTM 1.0.5 ドライバはサポート終了(EOL)となっており、メンテナンスは行われていないことにご注意ください。推奨されるのは、より新しいRTDパッケージ(リアルタイム・ドライバ(RTD))への移行です。 とはいえ、割り込みを有効にするには、ISRソースとそれぞれのハンドラを有効にするだけでなく、すべての割り込みを有効にする必要があります。 extern ISR(Adc_Adc12bsarv2_EndGroupConvUnit0); ... sys_enableIsrSource(ADC0_IRQn, 0x70); sys_registerIsrHandler(ADC0_IRQn,(uint32)&Adc_Adc12bsarv2_EndGroupConvUnit0); /* Enable external Interrupts */ sys_enableAllInterrupts(); CMSISヘッダー(S32K142.h)に記載されているように、ADC0の割り込み要求は39です。 繰り返しになりますが、AUTOSAR MCALドライバのサポートは限定的であることにご注意ください。SDK/MCALからリアルタイム・ドライバへの移行ガイドについては、アプリケーションノートAN13435を参照してください。 よろしくお願いします、 ジュリアン
查看全文
用于 MC33664ATL1EG 与 STM32 进行 iso-spi 通信的 MC33774A 驱动程序 您好!请告诉我 MC33664ATL1EG 与 STM32 的 iso-spi 通信是否有 MC33774A 驱动程序? THX! Re: MC33774A driver for MC33664ATL1EG iso-spi communication with STM32 你好,埃德苏斯、 我们可以提供 MC33774A 软件驱动程序作为 电池管理系统 SDK 的一部分。 对于 MC33664ATL1EG 来说,它是一个物理层收发器,将微控制器的 SPI 比特流从隔离总线转换到/从隔离总线转换回到 SPI。除了配置 MCU SPI 接口和生成正确的帧之外,通常没有单独的高级 "驱动程序"。 请注意,MC33664 采用双 SPI 架构(独立的 TX SPI 和 RX SPI 引脚)。在 STM32 上,这通常需要两个 SPI 外设(TX 作为主设备,RX 作为从设备)或类似的实现方式。 BRs, Tomas Re: MC33774A driver for MC33664ATL1EG iso-spi communication with STM32 双 SPI
查看全文
i.MX6Q hang during SHA-256 file hashing after migration to Linux 6.6 + Mbed TLS 3.3.0 Hello, I am migrating a Honeywell ACM system on i.MX6Q (PCIMX6Q5EVT10AA) from Linux Kernel 4.14 + Mbed TLS 2.1.0 to Linux Kernel 6.6 + Mbed TLS 3.3.0. Reason for migration: Under Mbed TLS 2.1.0, we observed a hang in mbedtls_x509_crt_verify() during certificate chain verification. Upgrading to Mbed TLS 3.3.0 resolved that certificate verification hang. Current issue: During boot, the system now hangs while validating a 19 MB image file with SHA-256. mbedtls_sha256_file is removed/deprecated in newer Mbed TLS, so we replaced it with streaming calls. The board hangs while processing the file loop (during/around mbedtls_sha256_update). Environment: Hardware: i.MX6 Quad (PCIMX6Q5EVT10AA) OS: Linux Kernel 6.6 Crypto library: Mbed TLS 3.3.0 PSA_CRYPTO_C: Disabled Previous working setup for file validation: Linux Kernel 4.14 + Mbed TLS 2.1.0 Observed behavior: Board hangs completely during early boot.  After the system hangs, watchdog resets the board automatically.   No login prompt after hang. No dmesg available at that stage. Same 19 MB file validated successfully on the old stack. Code: int mbedtls_sha256_file(const char *path, unsigned char output[32], int is224) { FILE *f = NULL; size_t n; int ret = 0; mbedtls_sha256_context ctx; unsigned char buf[4096]; f = fopen(path, "rb"); if (f == NULL) return F1IMG_ERR_FILE_IO; mbedtls_sha256_init(&ctx); ret = mbedtls_sha256_starts(&ctx, is224); if (ret != 0) goto cleanup; while ((n = fread(buf, 1, sizeof(buf), f)) > 0) { ret = mbedtls_sha256_update(&ctx, buf, n); if (ret != 0) goto cleanup; } if (ferror(f) != 0) { ret = F1IMG_ERR_FILE_IO; goto cleanup; } ret = mbedtls_sha256_finish(&ctx, output); cleanup: mbedtls_sha256_free(&ctx); if (f != NULL) fclose(f); return ret; } Thanks in advance. Re: i.MX6Q hang during SHA-256 file hashing after migration to Linux 6.6 + Mbed TLS 3.3.0 Hello, Please note that we do not support Mbed TLS on i.MX MPUs as this is mostly used on the i.MX RT instead, even so I did a little research on the issue you are seeing. It may be possible that you're seeing a CPU hard lock (infinite loop / unaligned access / undefined instruction) triggered by Mbed TLS 3.x optimizations. For this I would recommend to disable all assembly and hardware acceleration in Mbed TLS Rebuild Mbed TLS 3.3.0 with these options: /* Disable all ARM-specific optimizations */ #undef MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT #undef MBEDTLS_SHA256_USE_ARMV7_A #undef MBEDTLS_SHA256_USE_NEON   /* Force pure C implementation */ #define MBEDTLS_NO_ASM This forces portable C SHA‑256 and matches behavior close to Mbed TLS 2.1.0, so it may be worth giving a try. Best regards/Saludos, Aldo.
查看全文
i.mx8M Plus Processor || Power Dissipation Value Details Hello NXP Team, We are designing a Hardware platform using the MIMX8ML6NKZACVB Processor. Can you please share the power dissipation value for this processor? Re: i.mx8M Plus Processor || Power Dissipation Value Details Hi, Thank you for your interest in NXP Semiconductor products, The part number misses some parameters for its differentiation. It misses if it's industrial or automotive. However, both packages have a thermal resistance of the following, it depends on every customer to take the thermal resistance, environmental and processing load conditions to select an specific part. As a suggestion, you could use the NXP EVK heatsink part: Name: HEAT SINK 40*40*15MM, BLACK ALUMINUM Manufacturer: Suzhou Puqiao Electronic CO.,LTD Manufacturer part number: NXP-PQ-HS0002 Regards
查看全文
RW612 echoo_tcp_client Lwip 连接问题 在示例项目 " frdmrw612_lwip_ipv4_ipv4_ipv4_ipv6_ipv6_epv6_echo_freertos " 中,我无法获得 shell 命令 " echo_tcp_client " 来使用 FRDM-RW612 开发板连接电脑。 我使用的是 MCUXpresso IDE v25.6 版本。 我还在 RW612 主板上使用 SDK 的 26-03-00 版本。 我的电脑的固定 IP 地址是 196.168.0.100。 RW612 板使用地址 198.168.0.102。我使用的是 50000 端口。 我使用型号为 WRT54GS v.2 的老式 Linksys 接入点/路由器进行网络连接。 RW612 Wi-Fi 在这款设备上运行良好。我还尝试了一款较新的 AP/路由器,NETGEAR 型号为 R6220。 shell 命令"echo_tcp_server" 如下图所示正常工作,这表明 PHY 已正确配置并正常工作。 SHELL>> echoo_tcp_server 50000 创建新插座。 等待输入连接。 使用结束命令返回 echoo_tcp_server>> 接受连接 回声数据。使用结束命令返回 5B 送回。 对于"echo_tcp_server" 命令,我使用 PC 命令窗口中的 ncat 命令,如下图所示: C:\Users\RonL>ncat -v 192.168.0.102 50000 Ncat:7.98 版 (https://nmap.org/ncat) Ncat:连接到 192.168.0.102:50000。 你好 你好 Ncat:已发送 5 字节,在 22.89 秒内接收 5 字节。 我还可以使用 Python 程序片段与"echo_tcp_server" 通信,如下所示: s2 = socket.create_connection(("192.168.0.102", 50000)) while True: message = input("输入要发送的信息>" ) if message =="close" : s2.close() 断裂 否则 s2.send(message.encode()) 所有这些都与"echo_tcp_server" 示例项目"frdmrw612_lwip_ipv4_ipv6_echo_freertos" 配合得很好。 但是,如果我现在尝试使用"echo_tcp_client" 命令向服务器发送内容,与客户端的连接就永远不会发生。 这是在我的 Windows 命令窗口服务器上安装的 ncat: C:\Users\RonL>ncat -v -l -p 50000 Ncat:7.98 版 (https://nmap.org/ncat) Ncat:监听 [::]:50000 Ncat:监听 0.0.0.0:50000 以下是在 RW612 板 上执行的 " echo_tcp_client 192.168.0.100 50000 " 命令: SHELL>> echoo_tcp_client 192.168.0.100 50000 创建新插座。 连接... 连接失败。errno=103 从图中可以看出,RW612 从未进行过连接,从而产生了错误 #103(软件错误)。 下面一个类似的 Python 代码段也是如此。 用 socket.create_server(("" 、50000)) 作为 s: #s.setblocking(False) s.listen(1) while True: print("等待客户端发送信息") comm、addr = s.accept() while data := comm.recv(1024): print("[{}] {}".format(addr[0]、data.decode()) 我确信我使用的 ncat 命令和 Python 程序代码片段都是正确的,因为这些命令和代码片段都能在示例项目"frdmrw612_wifi_ipv4_ipv6_echo" 中用于服务器和客户端连接。 本项目不使用 PHY。 "echoo_tcp_client" 的上述错误似乎是在 lwip 命令"lwip_connect()" 中产生的。 然后,该命令调用函数"netconn_connect()" 在该函数中,我看到了一个延迟,随后出现了错误 103。 毫无疑问,我使用的路由器和电缆都是正常的,因为使用"echo_tcp_server" 命令可以正确传输数据。 我可以成功地从 Windows 命令行窗口执行 ping RW612 主板。 您能帮我确定需要在这个项目中修改哪些代码,以使"echoo_tcp_client" 正常工作吗? 谢谢! Dr_Ron Re: RW612 echo_tcp_client Lwip Connect Problem 嗨,@Dr_Ron,抱歉耽搁了。 能否请您分享在尝试以客户端身份连接时观察到的行为的串行终端日志? 谢谢! Re: RW612 echo_tcp_client Lwip Connect Problem 你好,@Dr_Ron。 对不起,我之前没说清楚,我的意思是请您共享启用了调试宏的日志,以便更好地了解这种行为。 您可以在lwipopts_gen.h 中启用这些调试宏。 文件。 谢谢! Re: RW612 echo_tcp_client Lwip Connect Problem RomanVR:   我已经向您提供了与"echo_tcp_client" 与 RW612 上 LwIP 问题相关的所有串行日志。   以下是出现问题时的主要串行输出:   SHELL>> echoo_tcp_client 192.168.0.100 50000 连接... 连接失败。errno=103。   我一直在探索 FreeRTOS 可能存在的问题,供大家参考。 该项目似乎没有设置合理的堆大小。 我最近将 FreeRTOS 堆大小改为 100,000,并改用堆方案 4,如下图所示。 然而,这并没有解决问题。 我现在正在探索 LwIP 及其配置可能存在的问题。   文件中:"FreeRTOSConfig_Gen.h" #define configTOTAL_HEAP_SIZE 100000 #define configFRTOS_MEMORY_SCHEME 4   感谢您解决这个问题。 我希望我们能找到解决办法。   Dr_Ron Re: RW612 echo_tcp_client Lwip Connect Problem @RomanVR 你必须告诉我,在 lwipopts_gen.h 中的一百多个定义中,哪个是你需要的。文件来启用/禁用,或者将您的文件拷贝发给我使用。 我不知道要更改哪些选项才能启用您想要的日志记录功能。 Re: RW612 echo_tcp_client Lwip Connect Problem 你好,@Dr_Ron。 请确认您所做的测试是否是在公司电脑上进行的?有时公司设备是安全的,这可能会导致连接中止。 我试过用我的个人笔记本电脑运行这个例子,我能够用 echo_tcp_client 命令连接主板。 Re: RW612 echo_tcp_client Lwip Connect Problem 你好@RomanVR 我使用个人电脑进行测试,而不是公司电脑。 另外,我的路由器在我的台式机上,只能连接到 PC 和 RW612 板。我非常确定所有的 IP 地址都是正确的。 奇怪的是,等效的 WiFi 项目的服务器和客户端回声测试都正常工作。 此外,示例 HTTP 服务器项目运行良好,表明与 RW612 板的往返通信是正常的。 让我换台电脑和路由器试试,看能否让 echoo_tcp_client 正常工作。 请注意,在我的系统上生成的错误信息不是"connection" 错误。 这是"软件" 错误。 再做几次实验后,我再给你答复。 @Dr_Ron Re: RW612 echo_tcp_client Lwip Connect Problem 再次问好@RomanVR 我确定了与"echo_tcp_client" 命令有关的问题。 问题是由恩智浦在 RW612 主板上使用的 IP 地址造成的。该固定地址位于"app.h 文件中。"目前设置为 192.168.0.102。 我认为使用这个地址的问题在于,一些接入点/路由器在内部使用这个地址,并在 RW612 板尝试使用这个地址时会导致冲突。 当我将该地址设置为 192.168.1.102 时、现在一切正常。 此外,在 LwIP Ping 项目中使用该地址也会使该项目开始运行。 最初的 IP 板地址 192.168.0.102 之所以适用于你的团队,是因为你的接入点/路由器的行为与我拥有的两个 IP/路由器不同。 恩智浦可能会考虑在下一个 SDK 中更新 LwIP 项目,这样其他人就不会遇到这个问题了。 RW612 主板是一款使用 M33 处理器和外部闪存的超棒主板。它同时支持 2.4 MHz 和 5 MHz,因此可以提供大量无线灵活性,这是竞争对手所不具备的。 感谢您的帮助。 @Dr_Ron Re: RW612 echo_tcp_client Lwip Connect Problem 你好,@Dr_Ron、 感谢您的反馈,很高兴知道您现在可以正常使用该示例了。
查看全文
S32DS_ARM_Win32_v2.2 When installing S32DS_ARM_Win32_v2.2, the activation code is showing an error. However, this activation code is indeed for this specific version of the software. I would like to request a reset for my activation code. Thank you.
查看全文
日期代码和 COO 信息 专家们好 、 能否告知以下部件的日期代码和 COO? 产品型号 : MMA8452QR1 期待您的宝贵支持。 谢谢
查看全文
LS1043A is SEC a requirement for Secure Boot? Since the LS1043A can come with either SEC enabled, or SEC disabled. Is it a hard requirement that SEC be enabled for Secure Boot? If we have an LS1043A that already has SEC disabled from NXP can Secure Boot still be achieved? Documentation is unclear, but seems like Secure Boot is still available even if SEC is not. Is this correct? QorIQ LS1 Devices Re: LS1043A is SEC a requirement for Secure Boot? Hi, If the LS1043A silicon lacks the SEC engine, it is physically incapable of triggering the ROM-based logic required to start a secure chain. The Arm CoT/mbedtls path in LSDK is not a "workaround" for missing hardware; it is simply a different software architecture for chips that do have the necessary security hardware. regards Re: LS1043A is SEC a requirement for Secure Boot? Ok, so a LS1043ASN7MNLB is not capable of secure boot with arm trusted firmware, correct? A LS1043ASEN7MNLB would be capable of secure boot with arm trusted firmware, because it has the SEC enabled, correct? Now you said that for the non-SEC chip it is not capable of a 'hardware-rooted' secure boot. Does that mean a software version / 'software-rooted' of secure boot could work? In the LSDK 21.08 it does also mention instead of NXP CoT there is Arm CoT that utilizes mbedtls. However, it looks like in the documentation that it does not support the LS1043A chip.  Just trying to get some clarification. Thank you for the reply. Re: LS1043A is SEC a requirement for Secure Boot? Hello, No, it is not correct that Secure Boot is available if the SEC engine is disabled . For the LS1043A, having the SEC engine (security acceleration) enabled is a hard requirement for establishing a hardware-rooted Secure Boot. Regards
查看全文
IMX-LVDS-HDMIアダプターカード IMX-LVDS-HDMI | NXPセミコンダクターズ こんにちは、 IMX-LVDS-HDMIボードの全体寸法(幅×長さ×高さ)をお知らせいただけると幸いです。 Re: IMX-LVDS-HDMI Adaptor Card 基板上で確認できます。 これがあなたのお役に立てば幸いです。
查看全文