Multi Source Translation Content

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multi Source Translation Content

Discussions

Sort by:
imx93 タイマーの内容は実行されません。 bsp:リアルタイムエッジ 3.1.0.xml /etc/net-debug.sh ファイルは /etc/crontab 内で定期的に実行されますが、現在このスクリプトは実行されません。理由は何ですか? Re: Content in imx93 timer is not executed. crontabファイルを/etc/cron.d/に置くことでタイミング機能CAN。ファイル。 Re: Content in imx93 timer is not executed. こんにちは、 Cronジョブが失敗する一般的な理由   権限:スクリプトには実行権限がありません。 chmod +x /path/to/your/script.sh を使用してスクリプトを実行可能にする必要があります。 パス環境変数: cron は、 PATH が制限された最小限の環境でスクリプトを実行します。スクリプト内のコマンドが見つからない場合があります。 パスが欠落しているか正しくありません: crontab エントリ自体が相対パスを使用する可能性があり、これは cron にとって問題となります。 スクリプトでは、呼び出すコマンドへの完全なパスを指定していない可能性があります (たとえば、 ls の代わりに /bin/ls を使用します)。 Crontab 構文エラー: crontab ファイルの最後のコマンドの後には改行文字が必要です。 /etc/crontab ファイルに ユーザー フィールドがありません。コマンドの前にユーザー名が必要です。 問題: スクリプトは、最小限の cron 環境で設定されていない環境変数に依存する可能性があります。 テキスト以外の文字を含むスクリプトはエラーを引き起こす CAN があります トラブルシューティングの手順   スクリプトの出力をログに記録:エラー メッセージを確認するには、スクリプトの出力をログ ファイルにリダイレクトします。 バッシュ * * * * * /path/to/your/script.sh >> /var/log/your_script.log 2>&1 権限の確認: ls -l /path/to/your/script.sh を使用して、スクリプトに実行 ( x ) 権限があることを確認します。そうでない場合は、 chmod +x /path/to/your/script.sh を実行します。 フルパスを使用する: スクリプト内で、相対パス コマンドをフルパスに置き換えます (例: grep ではなく /bin/grep )。 環境変数を設定する: 環境を定義するには、cron エントリまたはスクリプトの先頭に PATH やその他の必要な変数を追加します。 改行文字を確認する: /etc/crontab を開き、エントリの最後のコマンドの後に改行文字があることを確認します。 ユーザー フィールドの確認: /etc/crontab の場合、ユーザー フィールドが存在することを確認します (例: root )。 cron.d を使用します:ルート所有のジョブの場合は、 /etc/cron.d/ に配置することを検討してください。より良い構成のために /etc/crontab を直接編集する代わりに よろしくお願いします。
View full article
KW45 Sb3 文件 大家好, 我已经下载了本地化 SDK 版本 SDK_25_06_00_KW45B41Z-LOC,并能用我们的密钥生成一个 sb3 文件。在新的定制 PCB 上闪烁 sb3 时,它工作正常。 现在,为了更新到SDK_25_09_00_KW45B41Z-LOC,我生成了一个专门针对该版本的新 sb3 文件。当我尝试闪存这个新的 sb3 文件时,遇到了以下错误: 发送 SB 文件[################################----] 91% 00:00:04ERROR:spsdk.mboot.mcuboot:RX:Mboot:数据被发送方中止(47860mssincestart, mcuboot.py:253) 响应状态 =10203(0x27db) 内存累计写入。   有趣的是,如果我使用旧版 SDK(非本地化 SDK),生成 sb3 并闪存,则可以正常工作,没有任何问题。 是否有人在使用SDK_25_09_00_KW45B41Z-LOC 时遇到过类似问题? 此版本的 sb3 生成过程有任何变化吗? 或者 25_06_00 和 25_09_00 本地化 SDK 在内存布局/启动程序兼容性方面是否存在已知差异? 如有任何见解或指导,将不胜感激。 提前感谢! 干杯 Christian RD-KW45-Localization KW45 Re: KW45 Sb3 file 我已经解决了这个问题。请点击以下链接 https://github.com/nxp-appcodehub/dm-kw45-secure-boot-scripts Re: KW45 Sb3 file 你好@luis_maravilla、 遗憾的是,大量擦除命令无济于事。 我使用的是 **SPSDK 版本 3.2.0**以及以下文件 请确认是否需要进行任何更改,或提供更新版本? AN13883 中提到有一个压缩文件,但我找不到附带的压缩文件。 此外,当我进入 C:\nxp\spsdk\examples\jupyter_examples 并打开kw45_load_NBU_image 时,会出现编译错误,它来自 2023。 请确认恩智浦是否更新了该示例文件? 谢谢& 、 基督徒 Re: KW45 Sb3 file 你好,克里斯琴、 是的,就是这条命令,您能帮我们确认一下这条命令是否有效吗? 此外,您能否将 SPSDK 工具更新到最新版本,以避免不兼容问题? 顺祝商祺! 路易斯 Re: KW45 Sb3 file 你好@luis_maravilla、 我正在使用 AN13883 使用我们的密钥生成安全的二进制。 在闪存 sb3 文件之前,我通常会使用以下命令清除内存: blhost -p COMx flash-erase-all我想这样就能完成大规模擦除了吧? 谢谢& Regards Christian. Re: KW45 Sb3 file 你好,克里斯琴、 您能否帮助我们描述并详细说明您更新和生成 SB 文件的方法?你在关注应用笔记或恩智浦的帖子信息吗? 累计写入错误,通常发生在多次写入同一闪存区域而未先执行大规模擦除或区域擦除时。您能帮我们执行一次大规模擦除和重试吗? 如果您需要查看有关 SDK 版本之间已实现更改的更多信息,请参阅连接框架 [ 变更日志 — MCUXpresso SDK 文档] 和 MCUXpresso SDK 发行说明 — MCUXpresso SDK 发布说明 — MCUXpresso SDK 文档中的 [连接框架 相关] 顺祝商祺! 路易斯
View full article
AN13940 Connect i.MX RT1060 to USB 4G Module Hi, Is the software source for this application note available? I can't seem to find it in the SDK example prowser within mcuxpresso. Thanks i.MXRT 106x Re: AN13940 Connect i.MX RT1060 to USB 4G Module Hello @tristand, The evkbmimxrt1060_lwip_dhcp_usb_bm example, which is used as the base in the application note, can be found in the SDK (version 2.16) examples, as shown in the following figure: Where you can download the SDK through SDK builder. At the same time, you can download the SDK inside MCUxpresso IDE clicking the next button: Inside to the window called "Download and install SDK" you can search the evkmimxrt1060 in the filter, where it will be showing the available SDK, as shown in the next image: BR Habib
View full article
qspi running pfe_master project Hi,NXP I'm testing the S32G with rdb2 hardware, I haven't found a M core pfe master program that I can run on qspi, I just want the M core to be able to send out udp data via pfe just fine, is there a routine for that? BR. Re: qspi running pfe_master project Hello, @youke  The support case you requested is created, you may find the mail that sent for you with the detailed information, and share your private configuration/codes there conveniently. I will continue supporting your PFE issues there. BR Chenyin  Re: qspi running pfe_master project Hi, chenyin Which part of the clocks does “some of the clocks” refer to? BR. Re: qspi running pfe_master project Hi, chenyin Mpu_Configuration Does this function affect the use of the PFE master? Can I skip executing it? BR. Re: qspi running pfe_master project Hi,chenyin Thank you for your response. I will continue troubleshooting the clock section. BR. Re: qspi running pfe_master project Hello, @youke  Thanks for your reply. I have investigated the issue you met with the images shared, from my debugging, it is related with clock issue, some of the clocks are not enable correctly, since default settings are done for debugger purpose.. I suggest enabling corresponding clocks needed from mcu module, then rebuild the image, it should boot the board and send the frames correctly. BR Chenyin Re: qspi running pfe_master project Hi, chenyin I haven't made any corresponding modifications to the initialization code; I only commented out some unused functions in the main function. These are the QSPI-related parameters in IVT. Could they have an impact? What other modifications do I need to make? BR. Re: qspi running pfe_master project Hello, @youke  Thanks for your reply. I have checked the image you shared, seems there is something wrong in clock init during QSPI boot, not sure what you may had modified upon the default settings?  BR Chenyin Re: qspi running pfe_master project Hi, chenyin This is the relevant document. Re: qspi running pfe_master project Hello, @youke  Thanks for your reply. May I know if it is possible to share the elf/raw binary/linker file used? I would help to check it. If it is not convenient to share it in this public community,  please tell me and I could help to create private sessions. BR Chenyin Re: qspi running pfe_master project Hi, chenyin I followed your test modification and it didn't boot successfully (the code turned on uart1 to output the log, no associated log prints after power up) BR. Re: qspi running pfe_master project Hello, @youke  Thanks for your reply. Would you mind changing the RAM start pointer to also 0x34390000 and have another trial? BR Chenyin Re: qspi running pfe_master project Hi,chenyin Map file uploaded, please confirm BR. Re: qspi running pfe_master project Thanks, @youke  Would you mind sharing the map file with me to have a check? BR Chenyin Re: qspi running pfe_master project Hi,chenyin I tested debugging with PFE-DRV_S32G_M7_MCAL_1.3.0\example_application\run_main_RDB2.cmm and it works correctly; Test qspi startup by adding the blob file as follows: BR. Re: qspi running pfe_master project Hello, @youke  Thanks for your feedback You mean that the PFE master with LWIP project works fine from your side via debugger, but failed for QSPI boot when flashed to the QSPI? May I know which CMM file you used to test the elf file? and share the steps for generating blob image from raw binary. BR Chenyin Re: qspi running pfe_master project Hi,chenyin I have tested this routine, I now want to simply run through the ping test, I tested the cmm debugging and it works, but I can't get it to start after I flushed it to QSPI, do you have a pfe master routine available for qspi? BR. Re: qspi running pfe_master project Hello, @youke  Thanks for your post. Since UDP is based on IP protocol, for sending UDP packet via PFE from M core's perspective, you need to combine the PFE driver and IP stack together(for example, LWIP),  I suggest referencing the demo that mentioned from example_application directory of the PFE MCAL for details. BR Chenyin BR Chenyin
View full article
使用 Neutron 运行 eiq_genai_flow 时的输出错误 你好 在使用 eiq_genai_flow 和 Neutron 时,我们得到了乱码 LLM 输出(请参阅下面的输出日志) root@imx95-var-dart:/home/dm-eiq-genai-flow-demonstrator/eiq_genai_flow# ./eiq_genai_flow --use-neutron --output-mode text Target Device: i.MX95 [NeutronEP:Allocator] CMA userspace memory 1536 MB Neutron: kernel buffer vaddr 0xfffe37600000, paddr 0xffff80000000, align_addr 0xffff80000000, size 0x80000000 alignment 0x0 high 0xffff, low 0x80000000, offset 0x0 [NeutronEP:Allocator] 0 0xfffe37600000 512 MB [NeutronEP:Allocator] 1 0xfffe57600000 512 MB [NeutronEP:Allocator] 2 0xfffe77600000 512 MB 2025-03-06 18:56:15.903541867 [W:onnxruntime:, session_state.cc:1168 VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the prefer red execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to im prove perf. 2025-03-06 18:56:15.903631201 [W:onnxruntime:, session_state.cc:1170 VerifyEachNodeIsAssignedToAnEp] Rerunning with verbose output on a non-min imal build will show node assignments. LLM used: danube-onnx Please type your question: who are you ? utatMAGESgewwiequantfrag morteasiNSermńskiCMangleshalten JahrhundertTRAN pró身atinPCMorem südanes tijdfolg relativeifontанTEMPńskaneGTH когда s iскоutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatuta tutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutat[...] Neutron 内核缓冲区地址与 github 上的截图不同 :https://github.com/nxp-appcodehub/dm-eiq-genai-flow-demonstrator/blob/main/assets/run_neutron_demo.png 下面是与 Neutron 相关的 dmesg 输出: root@imx95-var-dart:~/eiq_genai_flow# dmesg | grep -i neutron [    0.000000] OF: reserved mem: initialized node neutron_memory@100000000, compatible id shared-dma-pool [    0.000000] OF: reserved mem: 0x0000000100000000..0x00000001ffffffff (4194304 KiB) map reusable neutron_memory@100000000 [    2.313294] remoteproc remoteproc0: neutron-rproc is available [    4.986961] neutron 4ab00004.imx95-neutron: Adding to iommu group 8 [    4.993755] neutron 4ab00004.imx95-neutron: assigned reserved memory node neutron_memory@100000000 [    5.003367] neutron 4ab00004.imx95-neutron: created neutron device, name=neutron0 在 Neutron 中使用 eiq_genai_flow 是否需要特殊配置? 此致, Herve Re: Output error running eiq_genai_flow with Neutron 你好,皮埃尔、 感谢您对 Neutron 的意见。我们将等待电路板支持包补丁。 在eiq_genai_flow上启用 ASR 时,我们还遇到了 Alsa 问题。我早些时候在列表中发布了相关信息。您能调查一下吗? 谢谢,并致以最崇高的敬意、 Herve Re: Output error running eiq_genai_flow with Neutron 你好,埃尔韦、 不幸的是,由于电路板支持包中包含不兼容的中子固件,当前的软件包无法在i.MX95 B0上运行中子。但是,您仍然可以在 CPU 模式下使用该代码包而不会出现任何问题。 我们正在积极开发计划于2025年底发布的新版本,该版本将支持更多平台并引入更多功能。中子支持将在该版本中恢复,敬请期待! 再次感谢,并致以最崇高的敬意, Pierre Re: Output error running eiq_genai_flow with Neutron 你好,Hervé, 感谢您的意见。经过检查,我们可以确认此版本中确实存在Neutron问题。我们目前正在调查并制定解决方案,我们会尽快给您回复。 对造成的不便深表歉意,并感谢您的耐心等待。 致以最诚挚的问候, Pierre Re: Output error running eiq_genai_flow with Neutron 你好,皮埃尔、 以下是有关我们工作环境的信息。 顺祝商祺! 埃尔韦 root@imx95-var-dart:~# uname -a Linux imx95-var-dart 6.12.20-var-lts-next-g4bffdb611345 #1 SMP PREEMPT Sat Aug 9 08:08:38 UTC 2025 aarch64 GNU/Linux  root@imx95-var-dart:~# md5sum /lib/firmware/Neutron* a4893808e8927b56be8461cdf7678927 /lib/firmware/NeutronFirmware.elf eb22f5ebd105e780cad87162f4a069a8 /lib/firmware/NeutronFwllm.elf Re: Output error running eiq_genai_flow with Neutron 你好,埃尔韦、 请问你能分享一下你正在使用的电路板支持包 版本吗? uname -a 另外,能否分享一下 Neutron 固件的 md5sum? md5sum /lib/firmware/Neutron* 谢谢,并致以最崇高的敬意、 皮埃尔 Re: Output error running eiq_genai_flow with Neutron 你好,皮埃尔、 我们使用的 i.MX95 版本是 B0。 .NET的输出 cat /sys/devices/soc0/revision 是 2.0 顺祝商祺! 埃尔韦 Re: Output error running eiq_genai_flow with Neutron 你好,埃尔韦、 感谢您的联系! 根据您的描述,您的 i.MX95 SoC 很可能不是2.0版(B0)。运行以下命令即可确认: cat /sys/devices/soc0/revision 如果输出显示的是1.x版本(Ax),不用担心,您只需使用相应的v1.x Neutron 固件即可。你可以在代码包中找到它,它应该替换 L6.12.20 电路板支持包。 中包含的现有 /lib/firmware/NeutronFwllm.elf 文件。 如果问题得到解决,或者您需要进一步帮助,请告诉我。 感谢并致以最崇高的敬意, Pierre
View full article
SJA1110 CBS構成 こんにちは、 クレジット ベースのシェーピング パラメータをテストするために、SJA110 - EVM ボードを使用しています。 CBSパラメータは以下の通りです アイドルスロープ = 50Mbps 送信スロープ=-50Mbps Lo_credit = -750 ハイクレジット = 73 これらの値をCBSレジスタに設定するにはどうすればよいでしょうか(ユーザーマニュアルの説明が分かりにくいです) Hi_credit = 73、lo_credit = 750 では期待どおりの結果が得られません。 注: デフォルトの 0x3FFFFFFF を設定すると、スイッチ出力で正しい帯域幅である 50Mbps が観測されます。
View full article
GMAC0 时钟无法在 s32g2 内核上运行-Linux 电路板支持包-43 大家好, 我们正在努力解决 Linux 电路板支持包-43 的一个问题,即在我们的自定义板中,我们将 gmac0 与 MII 模式下的 PHY 接口。 该问题的详细情况请参见下面的票据。正在调查这张票的恩智浦代表正在度假,有人能帮忙解决这个问题吗。我们已经花了很多时间来优先考虑这个问题。 https://community.nxp.com/t5/S32G/GMAC0-in-MII-mode-on-s32g2-not-getting-the-clk/m-p/2170925#M14910 谢谢、 米斯巴 Re: GMAC0 Clock not working on s32g2 kernel - Linux BSP-43 你好,@khan_misbah、 我的理解是,您需要在 MII 模式下配置 GMAC。由于电路板支持包。 是为 RDB2 板设计的,而且它没有 MII 以太网 PHY,因此没有配置 MII 的简单程序。我需要联系内部团队以满足这一要求,但请注意,由于国家法定节假日,他们大多不在。很抱歉,我们需要时间才能得到他们的反馈。 我会尽快给您回复。 感谢您的耐心等待 Re: GMAC0 Clock not working on s32g2 kernel - Linux BSP-43 你好,@khan_misbah、 我理解你的紧迫性,请允许我花点时间查看你参考的帖子,熟悉问题和当前状态。 谢谢 
View full article
KW45 Sb3 ファイル こんにちは、皆さん。 Localization SDKs バージョン SDK_25_06_00_KW45B41Z-LOCをダウンロードし、キーを使用して sb3 ファイルを生成できました。新しいカスタム PCB に sb3 をフラッシュすると、正常に動作します。 ここで、 SDK_25_09_00_KW45B41Z-LOCに更新するために、このバージョンに固有の新しい sb3 ファイルを生成しました。この新しい sb3 ファイルをフラッシュしようとすると、次のエラーが発生します。 SB ファイルの送信中 [################################ ----] 91% 00:00:04 エラー:spsdk.mboot.mcuboot:RX: Mboot: 送信者 によって データが中止されました ( 開始 から 47860 ミリ秒、mcuboot.py: 253 ) 応答ステータス = 10203 ( 0x27db ) メモリ累積書き込み。   興味深いことに、古い SDK (ローカライズされていないもの) を使用して sb3 を生成し、フラッシュすると、問題なく動作します。 SDK_25_09_00_KW45B41Z-LOCで同様の問題に遭遇した人はいますか? このリリースでは sb3 生成プロセスに変更はありますか? あるいは、25_06_00 と 25_09_00 のローカリゼーション SDKs 間で、メモリ レイアウト/ブートローダーの互換性に既知の違いがあるのでしょうか? ご意見やご指導をいただければ幸いです。 よろしくお願いいたします! 乾杯 キリスト教徒 RD-KW45-ローカリゼーションKW45 Re: KW45 Sb3 file 問題は解決しました。このリンクをたどる https://github.com/nxp-appcodehub/dm-kw45-secure-boot-scripts Re: KW45 Sb3 file こんにちは@luis_maravilla 、 残念ながら、一括消去コマンドは役に立ちませんでした。 私は**SPSDKバージョン3.2.0**を使用しています以下のファイルも含まれています: 必要な変更があるかどうか確認していただくか、更新バージョンをご提供いただけますでしょうか。 AN13883では、zip ファイルが利用可能であると記載されていますが、そのような添付ファイルは見つかりませんでした。 さらに、その場所に行くと: C:\nxp\spsdk\examples\jupyter_examples kw45_load_NBU_imageを開くと、コンパイル エラーが発生します。これは 2023 年のものです。 このサンプル ファイルが NXP によって更新されているかどうか確認していただけますか? ありがとう、よろしく。 キリスト教徒。 Re: KW45 Sb3 file こんにちは、クリスチャン。 はい、それがコマンドです。それが機能するかどうか確認していただけますか? また、非互換性を回避するためにSPSDKツールを最新バージョンに更新してください。情報はAN13883の第3章に記載されています。 よろしくお願いいたします。 ルイス Re: KW45 Sb3 file こんにちは@luis_maravilla 、 キーを使用して安全なバイナリを生成するために AN13883 を使用しています。 sb3 ファイルをフラッシュする前に、通常は次のコマンドでメモリを消去します。 blhost -p COMx flash-erase-all 、これで大量消去が実行されると思いますか? ありがとう、よろしく キリスト教徒。 Re: KW45 Sb3 file こんにちは、クリスチャン。 SB ファイルを更新および生成するために実装する方法について説明し、詳細を教えていただけますか?アプリケーションノートや NXP の投稿、情報をフォローしていますか? 累積書き込みエラーは、通常、最初に一括消去または領域消去を実行せずに同じフラッシュ領域に複数回書き込むと発生します。一括消去と再試行を手伝っていただけますか? SDKバージョン間で実装された変更に関する詳細情報が必要な場合は、 コネクティビティ Framework CHANGELOG — MCUXpresso SDK ドキュメント]の[コネクティビティ Framework関連]およびMCUXpresso SDK リリースノート — MCUXpresso SDK ドキュメントを参照してください。 よろしくお願いいたします。 ルイス
View full article
dpaa2 dpsw port report dpsw_cnt_ing_no_buffer_discard: xxxx error i want to forwarding udp traffic to vpp via  dpsw port on lx2160a board. when i generate  1.2Gps udp traffic to dpsw port . we find the max_rate that dpsw can reach is only 900Mps, use restool we find dpsw report dpsw_cnt_ing_no_buffer_discard:22262XXX the dpsw configuration as below: ls-addsw  -s=32768 -i=4 dpmac.15 dpni.1 dpmac.5 dpni.5 soc:LX2160a kernel:4.19.90 MC firmware version: 10.38.1 we don't know how to fix it . Anybody can help us? best regards Re: dpaa2 dpsw port report dpsw_cnt_ing_no_buffer_discard: xxxx error Hello, Please try to update the firmware: https://github.com/nxp-qoriq/qoriq-mc-binary https://community.nxp.com/t5/Layerscape-Knowledge-Base/LX2160ARDB-How-to-update-MC-firmware-DPC-and-DPL-images-on-SD/ta-p/1150809 Regards Re: dpaa2 dpsw port report dpsw_cnt_ing_no_buffer_discard: xxxx error The port speed is 10Gbps. I checked the guide you referred to, but I couldn't find the solution. Could you please advise on how to resolve this? Best regards Re: dpaa2 dpsw port report dpsw_cnt_ing_no_buffer_discard: xxxx error Hello, The DPAA2 architecture and its DPSW component are designed to handle high-speed traffic, but the actual speed will be that of the physical port being used, which can be 1 Gbps, 10 Gbps, 25 Gbps or even higher, depending on the SoC (System-on-Chip) specifications and configuration. You can check the setting up ethernet switch capability https://docs.nxp.com/bundle/Layerscape_Linux_Distribution_POC_User_Guide/page/topics/setting_up_ethernet_switch_capability.html https://docs.kernel.org/6.2/networking/device_drivers/ethernet/freescale/dpaa2/switch-driver.html   Regards
View full article
用于 MPC5646C 的 FlexCAN_A 硬件引脚连接确认 你好 要在 Flexcan_A 上进行 CAN 应用测试,需要确认板下使用的 CAN 连接。 1) XPC564xB/C 176LQFP MINIMODULE 修订版 A(子板) 2) XPC56XX 开发板主板 根据板原理图和板手册,遵循了CNRXA/CNTXA(使用高速 CAN)的连接,但仍然看到通信未启动。 XPC56XX EVB 主板连接: 1) J15.1 和 J15.3 短路 2) J15.2 和 J15.4 短路 3) J14 短路 还有什么需要注意的吗? 此致, 迪帕克 Re: FlexCAN_A HW pin connection confirmation for MPC5646C 您好, 我说的不是内部环回,而是在不连接收发器的情况下进行外部导线连接,因此请移除 J15 跳线并连接 J15 1-2。信息发送完毕后,您将看到信息仍在此连接上传输。 但是,如果你看到 “can_isrfca_bo” ISR 未触发信号且触发信号了 “can_isrfca_mb_00_03” ISR,则表明传输正常,因为未触发信号 Busoff 中断,但你会获得 MB 中断,该中断是在成功传输/接收时调用的,未检测到错误。 BR, Petr Re: FlexCAN_A HW pin connection confirmation for MPC5646C 你好,Petr, 很抱歉回复延迟,我附上了连接评估板的图片 从测试来看,由于我对硬件设置的访问权限有限,所以在 CAN 配置中将 “canLoopbackMode” 配置为真,看不见 “can_isrfca_bo” 触发信号了 ISR 和 “can_isrfca_mb_00_03” 触发信号了 ISR 此致, 迪帕克 Re: FlexCAN_A HW pin connection confirmation for MPC5646C 您好, 请分享板的照片,以便可以查看跳线设置等。 如果您进入总线关闭状态,则表示引脚设置错误或收发器未激活或类似状态。 进行我写的测试,在不连接收发器的情况下进行外部环路连接并发送信息。由于缺少 ACK,它应该以错误被动状态结束。您还可以检查模块 ECR/ESR1 寄存器。然后在收发器正常连接但与总线断开的情况下执行相同操作。 BR, Petr Re: FlexCAN_A HW pin connection confirmation for MPC5646C 我能把主板版本看作是--> — > MPC560xB 评估板 在从 SW 进行调试时我看到 BUSOFF ISR 被触发信号 Re: FlexCAN_A HW pin connection confirmation for MPC5646C 您好, 你能指定你的 XPC56XX EVB 主板版本吗? 通常,您提到的连接是正确的。实际上什么不起作用? 当 MCU 在 CANA 上发送消息时,使用示波器/分析器在 TXD/RXD/CAN 线路上看到任何信号吗? 如果您断开 CAN 收发器并将 TXD/RXD 连接在一起,发送消息,则可以测试正确的引脚分配,您应该看到 CAN 帧重复传输。 如果 CAN 收发器已连接、处于活动状态但与 CAN 总线断开连接,也会出现同样的情况。 BR, Petr Re: FlexCAN_A HW pin connection confirmation for MPC5646C 你好@PetrS 你能否提供以下板的数据表、用户手册和原理图:- 1) xpc564xB/C 176LQFP MINIMODULE 修订版 A(子板)2) XPC56XX 开发板主板 BR Akhil Re: FlexCAN_A HW pin connection confirmation for MPC5646C 您好, 看来你的板版本已经很旧了。请参阅附件中我才找到的文件。 BR, Petr Re: FlexCAN_A HW pin connection confirmation for MPC5646C 你好@PetrS @deepak_tech @Akhil_Karnam 昨天我与 Elektrobit 联合调试,目前的情况是这样的: 行为:主板 Rev.B 子板 Rev.A 1) J15.1 和 J15.3 短路 2) J15.2 和 J15.4 短路 3) J14 短路 -> 通知 “can_isrfca_bo” 已触发 ISR 无信号 CANH、CANL 在 RS‑232 串行端口上捕获 2.连接 J15 1-2 -> 通知 “can_isrfca_bo” 触发信号 ISR 来自 Elektrobit 的请求:1. 重新查看 " Rev A "-> 当前与 Elektrobit 共享的子板原理图是 RevB,而实际的板是修订版 A。EB 想知道该文档是否可以用于他们的板,以及 是否兼容使用子板 Rev A 和主板 Rev A 2。 这个板上有 CAN 通信的演示代码吗? 他们还共享的文件包括板映像、can_is rfca_bo 之前和之后的 C AN 寄存器转储。如果你需要的话我可以私下和你分享
View full article
GMAC0 クロックが s32g2 カーネルで動作しない - Linux BSP-43 こんにちは、皆さん。 私たちは、カスタム ボードで gmac0 が MII モードで PHY とインターフェースしている Linux BSP-43 の問題を解決しようとしています。 問題の詳細は下記のチケットに記載されています。このチケットを調査している NXP の担当者は休暇中です。誰か解決を手伝ってもらえませんか。私たちはすでにこれを優先して取り組むために多くの時間を費やしてきました。 https://community.nxp.com/t5/S32G/GMAC0-in-MII-mode-on-s32g2-not-getting-the-clk/mp/2170925#M14910 よろしくお願いいたします。 ミスバ Re: GMAC0 Clock not working on s32g2 kernel - Linux BSP-43 こんにちは@khan_misbahさん、 私の理解では、GMAC を MII モードで設定する必要があるということです。BSP は RDB2 ボード用であり、MII イーサネット PHY がないため、MII を構成するための簡単な手順はありません。このリクエストについては社内チームにお問い合わせする必要がありますが、祝日のためほとんどのメンバーが不在であることをご了承ください。彼らからのフィードバックを得るまでに時間がかかることをお詫び申し上げます。 できるだけ早くご連絡させていただきます。 ご理解のほどよろしくお願いいたします Re: GMAC0 Clock not working on s32g2 kernel - Linux BSP-43 こんにちは、 @khan_misbahさん、 緊急性は理解しておりますが、ご参照の投稿を確認し、問題と現在の状況を把握するために少し時間をください。 よろしくお願いします。
View full article
Output error running eiq_genai_flow with Neutron Hello, We are getting garbled LLM output when using eiq_genai_flow with Neutron (please see output log below) root@imx95-var-dart:/home/dm-eiq-genai-flow-demonstrator/eiq_genai_flow# ./eiq_genai_flow --use-neutron --output-mode text Target Device: i.MX95 [NeutronEP:Allocator] CMA userspace memory 1536 MB Neutron: kernel buffer vaddr 0xfffe37600000, paddr 0xffff80000000, align_addr 0xffff80000000, size 0x80000000 alignment 0x0 high 0xffff, low 0x80000000, offset 0x0 [NeutronEP:Allocator] 0 0xfffe37600000 512 MB [NeutronEP:Allocator] 1 0xfffe57600000 512 MB [NeutronEP:Allocator] 2 0xfffe77600000 512 MB 2025-03-06 18:56:15.903541867 [W:onnxruntime:, session_state.cc:1168 VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the prefer red execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to im prove perf. 2025-03-06 18:56:15.903631201 [W:onnxruntime:, session_state.cc:1170 VerifyEachNodeIsAssignedToAnEp] Rerunning with verbose output on a non-min imal build will show node assignments. LLM used: danube-onnx Please type your question: who are you ? utatMAGESgewwiequantfrag morteasiNSermńskiCMangleshalten JahrhundertTRAN pró身atinPCMorem südanes tijdfolg relativeifontанTEMPńskaneGTH когда s iскоutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatuta tutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutatutat[...] Neutron kernel buffer address is different from the screenshot on github : https://github.com/nxp-appcodehub/dm-eiq-genai-flow-demonstrator/blob/main/assets/run_neutron_demo.png Here is the dmesg output related to Neutron: root@imx95-var-dart:~/eiq_genai_flow# dmesg | grep -i neutron [    0.000000] OF: reserved mem: initialized node neutron_memory@100000000, compatible id shared-dma-pool [    0.000000] OF: reserved mem: 0x0000000100000000..0x00000001ffffffff (4194304 KiB) map reusable neutron_memory@100000000 [    2.313294] remoteproc remoteproc0: neutron-rproc is available [    4.986961] neutron 4ab00004.imx95-neutron: Adding to iommu group 8 [    4.993755] neutron 4ab00004.imx95-neutron: assigned reserved memory node neutron_memory@100000000 [    5.003367] neutron 4ab00004.imx95-neutron: created neutron device, name=neutron0 Is there a special configuration to use eiq_genai_flow with Neutron ? Regards, Herve Re: Output error running eiq_genai_flow with Neutron Hi Pierre, Thank you for your input regarding Neutron. We will wait for a BSP patch. We also have an Alsa issue when enabling ASR on eiq_genai_flow. I posted a message earlier about it on the list. Could you please look into it ? Thank you and best regards, Herve Re: Output error running eiq_genai_flow with Neutron Hi Hervé, Unfortunately, the current package cannot run Neutron on the i.MX95 B0 due to an incompatible Neutron firmware included in the BSP. However, you can still use the package in CPU mode without any issues. We’re actively working on a new release planned for the end of 2025, which will support more platforms and introduce additional features. Neutron support will be reinstated in that version — stay tuned! Thanks again, and best regards, Pierre Re: Output error running eiq_genai_flow with Neutron Hi Hervé, Thanks for your input. After checking, we can confirm that there is indeed an issue with Neutron in this release. We're currently investigating and working on a solution, and we'll get back to you as soon as possible. Apologies for the inconvenience, and thank you for your patience. Best regards, Pierre Re: Output error running eiq_genai_flow with Neutron Hi Pierre, Following are the information about our working environment. Best regards, Hervé root@imx95-var-dart:~# uname -a Linux imx95-var-dart 6.12.20-var-lts-next-g4bffdb611345 #1 SMP PREEMPT Sat Aug 9 08:08:38 UTC 2025 aarch64 GNU/Linux  root@imx95-var-dart:~# md5sum /lib/firmware/Neutron* a4893808e8927b56be8461cdf7678927 /lib/firmware/NeutronFirmware.elf eb22f5ebd105e780cad87162f4a069a8 /lib/firmware/NeutronFwllm.elf Re: Output error running eiq_genai_flow with Neutron Hi Hervé, Please can you share the BSP version you are using? uname -a Also please can you share the md5sum of the Neutron FWs? md5sum /lib/firmware/Neutron* Thanks and best regards, Pierre Re: Output error running eiq_genai_flow with Neutron Hi Pierre, The i.MX95 revision we are using is B0. The output of : cat /sys/devices/soc0/revision  is 2.0 Best regards, Hervé Re: Output error running eiq_genai_flow with Neutron Hi Hervé, Thank you for reaching out! Based on your description, it’s likely that your i.MX95 SoC is not a revision 2.0 (B0). You can confirm this by running the following command: cat /sys/devices/soc0/revision If the output indicates a 1.x revision (Ax), no worries — you simply need to use the corresponding v1.x Neutron firmware. You’ll find it in the package, and it should replace the existing /lib/firmware/NeutronFwllm.elf file included in the L6.12.20 BSP. Please let me know if this resolves the issue or if you need further assistance. Thanks and best regards, Pierre
View full article
AN13940 i.MX RT1060をUSB 4Gモジュールに接続する こんにちは、 このアプリケーション ノートのソフトウェア ソースは入手可能ですか?mcuxpresso 内の SDK サンプル プロウサーでは見つからないようです。 よろしくお願いします。 i.MXRT 106x Re: AN13940 Connect i.MX RT1060 to USB 4G Module こんにちは@tristand 、 アプリケーションノートのベースとして使用されている evkbmimxrt1060_lwip_dhcp_usb_bm の例は、次の図に示すように、SDKs (バージョン 2.16) の例にあります。 SDK ビルダーを通じて SDK をダウンロードできる場所。 同時に、次のボタンをクリックして、MCUxpresso IDEs 内で SDKs をダウンロードすることもできます。 「SDK のダウンロードとインストール」というウィンドウ内で、フィルターで evkmimxrt1060 を検索すると、次の画像に示すように、利用可能な SDK が表示されます。 BR ハビブ
View full article
qspi 実行中の pfe_master プロジェクト こんにちは、NXP 私は RDB2 ハードウェアで S32G をテストしていますが、QSPI で実行できる M コア PFE マスター プログラムが見つかりません。M コアが PFE 経由で UDP データを問題なく送信できるようにしたいのですが、そのためのルーチンはありますか? BR。 Re: qspi running pfe_master project こんにちは、 @youke 要求したサポート CASE が作成され、詳細情報が記載されたメールが送信され、そこでプライベート構成/コードを簡単に共有できるようになります。 引き続き、PFE の問題をサポートさせていただきます。 BR チェイン Re: qspi running pfe_master project こんにちは、チェンイン 「いくつかの時計」とは時計のどの部分を指しますか? BR。 Re: qspi running pfe_master project こんにちは、チェンイン Mpu_Configuration この機能は PFE マスターの使用に影響しますか?CAN実行をスキップできますか? BR。 Re: qspi running pfe_master project こんにちは、チェンイン ご返答ありがとうございます。時計セクションのトラブルシューティングを続けます。 BR。 Re: qspi running pfe_master project こんにちは、 @youke ご返信ありがとうございます。 共有された画像で発生した問題を調査したところ、デバッグから、それはクロックの問題に関連しており、デフォルト設定がデバッガーの目的で行われているため、一部のクロックが正しく有効化されていないことがわかりました。 MCU モジュールから必要な対応するクロックを有効にして、イメージを再構築することをお勧めします。これにより、ボードが起動し、フレームが正しく送信されるはずです。 BR チェイン Re: qspi running pfe_master project こんにちは、チェンイン 初期化コードには対応する変更を加えていません。メイン関数内の未使用の関数をいくつかコメント アウトしただけです。 これらは IVT の QSPI 関連のパラメータです。それらはCAN影響を与える可能性がありますか? 他にどのような変更を加える必要がありますか? BR。 Re: qspi running pfe_master project こんにちは、 @youke ご返信ありがとうございます。 共有していただいたイメージを確認したところ、QSPI ブート中のクロック初期化に問題があるようですが、デフォルト設定で何を変更したのかわかりません。 BR チェイン Re: qspi running pfe_master project こんにちは、チェンイン これが関連文書です。 Re: qspi running pfe_master project こんにちは、 @youke ご返信ありがとうございます。 使用されている elf/raw バイナリ/リンカー ファイルを共有できるかどうか教えてください。確認をお手伝いします。 この公開コミュニティで共有することが不都合な場合は、お知らせください。プライベートセッションの作成をお手伝いします。 BR チェイン Re: qspi running pfe_master project こんにちは、チェンイン テストの変更に従いましたが、正常に起動しませんでした (コードはログを出力するために uart1 をオンにしましたが、電源投入後に関連するログは印刷されません) BR。 Re: qspi running pfe_master project こんにちは、 @youke ご返信ありがとうございます。 RAM 開始ポインターも 0x34390000 に変更して、もう一度試してみてはいかがでしょうか? BR チェイン Re: qspi running pfe_master project こんにちは、チェンイン マップファイルがアップロードされました。確認してください BR。 Re: qspi running pfe_master project ありがとう、 @youke 確認のためマップファイルを共有していただけますか? BR チェイン Re: qspi running pfe_master project こんにちは、チェンイン PFE-DRV_S32G_M7_MCAL_1.3.0\example_application\run_main_RDB2.cmm でデバッグをテストしたところ、正常に動作しました。 次のように blob ファイルを追加して qspi の起動をテストします。 BR。 Re: qspi running pfe_master project こんにちは、 @youke フィードバックありがとうございます つまり、LWIP プロジェクトを使用した PFE マスターはデバッガー経由では正常に動作するが、QSPI にフラッシュしたときに QSPI ブートに失敗するということですか? elf ファイルをテストするために使用した CMM ファイルを教えていただけますか? また、生のバイナリから blob イメージを生成する手順を共有していただけますか。 BR チェイン Re: qspi running pfe_master project こんにちは、チェンイン このルーチンをテストしました。今度は、単に ping テストを実行したいのですが、cmm デバッグをテストし、動作しますが、QSPI にフラッシュした後、起動できません。qspi で使用できる pfe マスター ルーチンはありますか? BR。 Re: qspi running pfe_master project こんにちは、 @youke ご投稿ありがとうございます。 UDP は IP プロトコルに基づいているため、M コアの観点から PFE 経由で UDP パケットを送信するには、PFE ドライバと IP スタック (たとえば、LWIP) を組み合わせる必要があります。詳細については、PFE MCAL の example_application ディレクトリにあるデモを参照することをお勧めします。 BR チェイン BR チェイン
View full article
MPC5646CのFlexCAN_A HWピン接続確認 こんにちは、 FlexCAN_A での CAN アプリケーション テストでは、使用されている以下のボードの CAN 接続の確認が必要でした。 1) XPC564xB/C 176LQFP ミニモジュール Rev. A (ドーターボード) 2) XPC56XX EVB マザーボード ボードの回路図とボードのマニュアルに従って、CNRXA/CNTXA (高速 CAN を使用) に接続しましたが、通信がまだ確立されていません。 XPC56XX EVB マザーボード接続: 1) J15.1とJ15.3が短絡している 2) J15.2とJ15.4が短絡している 3) J14がショートしている 他に注意すべきことはありますか。 よろしくお願いいたします。 ディーパク Re: FlexCAN_A HW pin connection confirmation for MPC5646C こんにちは、 内部ループバックについては説明していません。トランシーバをコネクテッドせずに外部ワイヤ接続を行うことを意味しているSO、J15 ジャンパーを取り外し、J15 1-2 を接続します。メッセージが送信された後、この接続でまだメッセージが送信されていることを確認する必要があります。 ただし、 「Can_IsrFCA_BO」ISR がトリガーされず、「Can_IsrFCA_MB_00_03」ISR がトリガーされる場合は、Busoff 割り込みはトリガーされないため、送信が適切であることを示しますが、エラーが検出されずに送信/受信が成功すると呼び出される MB 割り込みが発生します。 BR、ペトル Re: FlexCAN_A HW pin connection confirmation for MPC5646C Petr様 返答が遅れて申し訳ありません。接続用の評価ボードの写真を添付しました。 テストでは、ハードウェアセットアップへのアクセスが制限されていたため、CAN構成で「CanLoopBackMode」をtrueに設定し、「Can_IsrFCA_BO」ISRがトリガーされず、「Can_IsrFCA_MB_00_03」ISRがトリガーされたことを確認しました。 よろしくお願いいたします。 ディーパク Re: FlexCAN_A HW pin connection confirmation for MPC5646C こんにちは、 ジャンパー設定などを確認できるように、ボードの写真を共有してください。 バス オフ状態に入る場合、ピン設定が間違っているか、トランシーバがアクティブでないなどを示します。 私が書いたテストを実行し、トランシーバをコネクテッドせずに外部ループ接続を行い、メッセージを送信します。ACK が見つからないため、エラー パッシブ状態で終了するはずです。モジュールの ECR/ESR1 レジスタもチェックCAN。次に、トランシーバを通常通りコネクテッドし、バスから切断した状態で同じ操作を実行します。 BR、ペトル Re: FlexCAN_A HW pin connection confirmation for MPC5646C マザーボードのバージョンは、--> MPC560xB Eval Board の ようです。 そしてソフトウェアからデバッグするとBUSOFF ISRがトリガーされたのがわかる Re: FlexCAN_A HW pin connection confirmation for MPC5646C こんにちは、 お持ちの XPC56XX EVB マザーボードのバージョンを指定できますか? ご指摘の接続は概ね正しいです。実際には何が機能していないのでしょうか? MCU が CANA でメッセージを送信しているときに、スコープ/アナライザーを使用して、TXD/RXD/CAN ラインに信号が表示されますか? CAN トランシーバーを取り外し、TXD/RXD だけを接続してメッセージを送信すると、正しいピン割り当てをテストでき、CAN フレームが繰り返し送信されるのを確認できます。 CAN トランシーバーが接続され、アクティブになっているものの、CAN バスから切断されている場合にも、同じ状態になります。 BR、ペトル Re: FlexCAN_A HW pin connection confirmation for MPC5646C こんにちは@PetrS 以下のボードのデータシート、ユーザーマニュアル、回路図を提供していただけますか? 1) XPC564xB/C 176LQFP ミニモジュール Rev. A (ドーターボード) 2) XPC56XX EVB マザーボード BR アキル Re: FlexCAN_A HW pin connection confirmation for MPC5646C こんにちは、 かなり古いバージョンのボードをお持ちのようです。私が見つけた添付ファイルを参照してください。 BR、ペトル Re: FlexCAN_A HW pin connection confirmation for MPC5646C こんにちは@PetrS @deepak_tech @Akhil_Karnam 昨日、Elektrobit とのデバッグ コールに参加しましたが、現在の状況は次のとおりです。 行動: マザーボード Rev.B ドーターボード Rev.A 1. 1) J15.1とJ15.3が短絡している 2) J15.2とJ15.4が短絡している 3) J14がショートしている -> 'Can_IsrFCA_BO' ISRがトリガーされたことを通知 RS-232シリアルポートでCANH、CANL信号がキャプチャされません 2. J15 1-2を接続する -> 'Can_IsrFCA_BO' ISRがトリガーされたことを通知 Elektrobitからのリクエスト: 1.ドーターボードの回路図で「Rev A」を再確認する -> Elektrobit と共有した現在のドーターボードの回路図は RevB ですが、実際のボードは Revision A です。EB は、このドキュメントが自社のボードで使用できるかどうか、またドーターボード Rev A とマザーボード Rev A の使用に互換性があるかどうかを知りたいと考えています。 2. このボードには CAN 通信用のデモ コードがありますか? また、ボードイメージ、 Can_IsrFCA_BOの前後のCANレジスタダンプなどのファイルも共有しています。必要であれば、非公開で共有することもできます。
View full article
如何在 K82 微控制器中使用 QSPI 别名区 尊敬的各位, 我目前正在研究 FRDM-K82F 评估板上的 led_demo_qspi_alias 演示项目,以更好地了解如何利用 K82 微控制器上的 QSPI 别名区域进行调试。 我仔细地按照 MBOOTQSPIUG 文档中概述的步骤进行了操作,但遗憾的是,我无法实现预期的结果。 作为参考,我还在恩智浦社区论坛的主题下描述了我的问题 " frdmk82 使用 led_demo_qspi_alias 示例项目 " 时的疑难解答 现在,我决定尝试通过 J-Link 调试器和 MCUXpresso 加载项目,并观察到以下行为: 启动时,程序计数器似乎卡在引导程序区。 但是,如果我手动将程序计数器设置为 main() 的地址(从 .map文件),调试会话就会成功启动。 能否请您说明一下导致这种行为的原因?特别是考虑到 MBOOTQSPIUG 文件中的程序在我的情况下似乎不起作用,是否有建议的方法绕过这个启动问题? 提前感谢您的支持。 亲切的问候, Vladimir Zitoli Re: How use QSPI Alias region in K82 microcontroller 你好@Vladimir_Zitoli 感谢您与我们联系。 - 您是否参考过"第 8 章 在 QuadSPI 别名区" 的MBOOTQSPIUG 文档? 本章介绍如何从别名内存区下载和运行应用程序。请注意,说明步骤基于 IAR IDE。如果使用 MCUXpresso IDE,在配置链接器文件时要特别注意。 例如: -如果你的目标只是在 MCUXpresso IDE 上调试 “led_demo_qspi_alias_a000” 演示,请将 “RESET 处理” 设置更改为 SOFT,如下所示。 将板载调试探针更改为 CMSIS-DAP。 BR 爱丽丝
View full article
Freemaster Hi, I want to use the freemaster function with Matlab and Simulink (with Model based design). I haven´t found any project or example about this topic, so I don´t know if someone have some project about this. (I am using a microprocessor of S32K344 family). Moreover, I don´t know where is the guide to use freemaster y how I can crew a new interfaces.  My target is to create a new interface where I could see all variables and generate a new plots with those data. Thank you for all, Re: Freemaster Hi @JonAnder_Amante  or @JonAnder  First of all , please use just one account , not multiple accounts. Second, the solution was provided to this thread: Problem when I try load my program in MDB - NXP Community Third, we appreciate that you will reply on the same thread, and advise you to continue the conversation there, instead of opening 2-3 threads for the same topic. Best regards, Stefan V. Re: Freemaster Hi,  I am using the example of motor in SImulink with Model based design but my question is how I can use the interfaz of freemaster when I am loading the program.  Moreover, I don´t get that my project loads in the microprocessor ( I am using the kit of MCSPTE1AK344). I have problems when I try to load in the microprocessor, the message which I have is the next (when I click in "show more"): cuando intento conectar mi proyecto desde mi ordenador a la placa de evaluacion con el kit MCSPTE1AK344 en simulink me da una serie de errores y no se conecta: GNU gdb (GDB src=ga98a3c7ad40 bld=ga98a3c7ad40 ) 15.1 Copyright (C) 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=x86_64-w64-mingw32 --target=arm-none-eabi". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from C:/Users/110958/Documents/MATLAB/Examples/R2022b/nxps32k3/s32k344_mc_pmsm_2sh_s32ct/s32k344_mc_pmsm_2sh_s32ct.elf... could not connect (error 138): El sistema ha intentado unir una unidad a un directorio de una unidad ya unida. You can't do that when your target is exec'+ Re: Freemaster Hi,  I have a question. If I want to use Freemaster I need to install the application called S32 Design Studio or I only need Matlab and Simulink? Moreover, I have to open .elf file to use Freemaster or I have to do anything else? Thank you Re: Freemaster Hi @J Have you found the fm folder and s32k3xx_freemaster example model? Are the explanations above clear? Also I recommend you install the latest NXP Model-Based Design Toolbox for S32K3 version 1.7.0 - NXP Community Let me know, Stefan V. Re: Freemaster Hi,  The version that I am using is: NXP_MBDToolbox_S32K3xx (version 1.4.0) NXP_Support_Package_S32Kxx (version 1.4.0) thank you Re: Freemaster Hi @JonAnder , Yes, we have examples for S32K344 that use the Simulink Blocks for FreeMASTER, called s32k3xx_freemaster.mdl inside the S32K3\src\S32K3_Examples\fm\s32k3xx_freemaster\ folder after you press CTRL+B (build and deploy) you can open  s32k3xx_freemaster.pmpx and visualize the data in FreeMASTER: you can also open FreeMASTER Config block and press on Help, it will open a new Documentation window with details about it: What version of MBDT for S32K3xx are you using? I recommend you install the latest NXP Model-Based Design Toolbox for S32K3 version 1.7.0 - NXP Community Glad to help, Stefan V.
View full article
LMT101ENMFWD-ACD LCD 10.1インチ HDMI、i.MX 8M Plus EVKボード搭載 こんにちは、 私は、HDMI 接続を介してi.MX 8M Plus EVKボードでLMT101ENMFWD-ACD LCD 10.1 インチを使用しています。 i.MX 8M Plus EVKにLF_v6.12.34-2.1.0_images_IMX8MPEVK.zipイメージを書き込みました ボードを起動すると、デフォルトの解像度によりディスプレイ上のコンテンツが圧縮されます。 weston.iniファイルを更新しようとしましたが、影響はありません。 解像度を更新する方法を段階的に教えていただけますか? よろしくお願いします。 エスラム グラフィックスとディスプレイ i.MX 8M | i.MX 8M ミニ | i.MX 8M ナノ Re: LMT101ENMFWD-ACD LCD 10.1'' HDMI with i.MX 8M Plus EVK Board こんにちは、 HDMI ポートを使用している場合は、次のコミュニティ ドキュメントを参照してください。非常に簡単です。 https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/HDMI ピクセルクロックの変更方法とパネルの変更方法/ta-p/2131344 これがお役に立てば幸いです。 よろしくお願いいたします。 アルド。
View full article
传感器的引脚间距容差 引脚间距公差有任何规格吗? 目标部件 MPXV2202DPT1 MPXV2010DP MPXV2202GP MPXV2010GP Re: The pin pitch tolerances for sensors 亲爱的宫田先生 这些传感器通常采用 SOP-8 代码包,标称引脚间距为 0.100 英寸(2.54 毫米)。特定公差(例如±0.005英寸)未在数据表中明确列出。这些公差通常符合 SOP-8 软件包的 JEDEC 标准 MO-187,恩智浦在机械规格中遵循该标准。 BRs, Tomas
View full article
S32k144 not receive in Logic analyzer Hello engineers , im new to nxp and i dont know why every example CAN project for s32k144 when i test receive using logic analyzer it get all can error and cannot decode can id or data. hopefully you guys can test the code to check . Thanks a lot  Re: S32k144 not receive in Logic analyzer Hello PetrS I follow you code, and S32K144EVB-Q100 board is powered by 12V, and PCAN setting is same. but the CAN is seem not woking. The CANH-GND/CANL-GND is 1.3V, is it means the SBC CAN is not active, can you help me? Re: S32k144 not receive in Logic analyzer how to make SBC CAN transceiver active Re: S32k144 not receive in Logic analyzer Hi, I used below PCAN setting BR, Petr Re: S32k144 not receive in Logic analyzer Thank you sir but im fresher from university and nxp is all new to me , can you please share or screen shot how config pcan view to receive above program .. . Re: S32k144 not receive in Logic analyzer Hi, I tested your code on S32K144EVB-Q100 and with PCAN tool connected I see CAN FD message periodically received. Using a debugger no error is detected on FlexCAN module. In you case error frame is sent, I guess. You can check module MCR/ECR/ESR1 registers to see a state and error detected. If using S32K144EVB-Q100 as well on your side, be sure board is powered by 12V and SBC CAN transceiver is active. BR, Petr
View full article