Multi Source Translation Content

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

Multi Source Translation Content

Discussions

Sort by:
DS 3.6.3不包括完整的 MSYS2? 刚刚从 Design Studio 3.6.1 更新到 3.6.3(全新安装),在窗户上。现在我的版本系统找不到 mingw gcc 了: S32DS.3.6.3/S32DS/build_tools/msys32/mingw32/bin/i686-w64-mingw32-gcc.exe 确实没有。 DS 3.6.1 和 DS 3.6.3 的版本说明两者都声称设计工作室包括"MSYS2 2022.06-1。" 、因此版本相同,我认为 DS 3.6.3 不会有变化、然而,比较两个 DS 版本的 msys32 文件夹后发现,除了缺少 gcc 之外,还有很多不同之处。 这是故意的吗? 会有 DS 3.6.4 吗?"维修" ? 我是否可以将 MSys32 文件夹从我的 DS3.6.1 安装中复制到我的 DS3.6.3 安装中,作为一种变通办法? Re: DS 3.6.3 does not including full MSYS2? 你好、 抱歉耽搁了。在 S32DS v3.6.3 及更高版本中,完整的 MSYS2 已被移除——只剩下构建工具所需的部件。如果您需要完整的 msys2,可以自行安装。
View full article
MCXN947: PWM SDKs コンポーネントの追加エラー NXPチームの皆様 次の例を確認しています: https://github.com/nxp-appcodehub/dm-fashion-mnist-recognition-on-mcxn947/tree/df78550534b2a30410f56311cad05eb18956ed16 この例は私の FRDM-MCXN947 でうまく動作します。「SDKs コンポーネントの管理」ツールを使用して PWM SDKs コンポーネントを 1 つ追加しようとすると、多くのエラーが発生してコンパイルが中断されます。 この状況を解決する方法はあるでしょうか? ちなみに、私はMCUXpressio IDE 24.9とSDKバージョン2.16.1を使用しています。 ありがとうございます。 MCX N Re: MCXN947: Erros Adding PWM SDK Components こんにちは@wklee このプロジェクトに pwm ドライバを手動で追加してみませんか? BR ハリー Re: MCXN947: Erros Adding PWM SDK Components GitHub から例をダウンロードし、mcuxpresso にインポートしました。 次に、SDK マネージャを通じて PWM ドライバを追加してみます。 ソースコードの更新を要求されたので、同意しました。その後、多くのコンパイルが中断されました。 ありがとうございます。 Re: MCXN947: Erros Adding PWM SDK Components こんにちは@wklee 新しいプロジェクトを作成していただけますか? この問題を再現するにはCANでしょうか? BR ハリー
View full article
LLCE LIN interrupt S32G3 has 4 LLCE lin channels, I configured Lin1 channel as slave and Lin0, 2, 3 as master. I need to verify the slave's receive response function. I have configured and enabled Lin1's interrupt in EB, the callback function is Lin_CmdFromLlceIsr, when I send a Lin message to Lin1, Lin1 does not enter the interrupt response, only when I enable Lin2 interrupt instead, it can enter the interrupt, Lin1 will give a response at this time, why is this happening? Re: LLCE LIN interrupt Hello, @pmboat  Thanks for your reply. By default, The Lin LLCE firmware is running on the internal CORE 2, so that the LLCE_INT2 is used for LLCE LIN cases. BR Chenyin Re: LLCE LIN interrupt Yes, thanks for the reply. The packages I use are: 1. SW32G_RTD_4.4_5.0.0_QLP03 2. S32G_LLCE_1_0_10 The chip is s32g399a. Re: LLCE LIN interrupt Hello, @pmboat  Thanks for your post. 1. Seems you are working with LLCE LIN? is it right? 2. Which version RTD/LLCE FW you are working with?  BR Chenyin
View full article
S32K MC Devkit 软件在特定速度下的电机控制异常 你好,我正在使用 S32K BLDC/PMSM 开发套件中的固件(特别是 PMSM FOC 2Sh 固件)在空载条件下运行 BLDC 电机。在操作电机时,我注意到某些转速(如 2000、3000 和 4000)下的图形与其他转速(如 2500 和 3500)下的图形不同,后者通常遵循更一致的模式。使用转速计测量时,实际转速通常与目标转速一致,但在特定转速下,电机无法准确保持所需的转速,尽管误差不是很大。(例如 ±10 RPM)您能解释一下为什么会出现这个问题吗? Set RPM to 2000将转速设置为 2000 Set RPM to 2500将转速设置为 2500 Set RPM to 3000将转速设置为 3000 Set RPM to 3500将转速设置为 3500 Set RPM to 4000将转速设置为 4000 Re: Anomaly motor control at certain speed on S32K MC Devkit software 感谢您关注我们的产品并为我们的社区做出贡献。 似乎是电机参数调整问题... 根据 S32K BLDC/PMSM 开发套件的不同,默认使用Sunrise 电机 42BLY3A78-24110或Linix 45ZWN24-40 电机,并使用以下参数文件(例如): 如果更换电机,必须输入相应的电气参数,并调整不同控制方案的参数。 我建议您将以下培训作为参考,学习如何使用我们的 MCAT 工具: 电机控制应用调谐 (MCAT) 工具 - PMSM 伺服调谐 希望这些信息对您有所帮助。
View full article
i.MX93 EVK SDIO Wifi DTS リセットピン imx93 EVK で外部 uSD モジュール (TI cc33xx) を起動できません。linux-imx github リポジトリからカーネルと DTS ファイルをコンパイルしてビルドし、EVK 上の eMMC から起動して実行しました。 DTS では、M.2 SDIO インターフェース usdhc3 を無効にし、usdhc2 を変更して microSD スロットをサポートするようにしました。Wi-Fi カードの電源が入り、初期化を試みますが、モジュールのリセット ピンへの接続がないため、ファームウェアのロードに失敗します。 さまざまな設定を試しましたが、CANうまく動作しません。モジュールのリセット ピンを imx 93 EVK (11x11) の 40 ピン GPIO ヘッダーに接続しようとしています。コードと EVK リファレンス・マニュアルから判断すると、imx93 40 ピン ヘッダーは gpio2 としてアドレス指定されており、DTS 設定には次の関連部分があります。 reg_usdhc2_vmmc: regulator-usdhc2 { compatible = "regulator-fixed"; regulator-name = "WLAN_EN"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; gpio = <&gpio2 7 GPIO_ACTIVE_HIGH>; /* * IW612 wifi chip needs more delay than other wifi chips to complete * the host interface initialization after power up, otherwise the * internal state of IW612 may be unstable, resulting in the failure of * the SDIO3.0 switch voltage. */ startup-delay-us = <20000>; enable-active-high; regulator-always-on; }; usdhc2_pwrseq: usdhc2_pwrseq { compatible = "mmc-pwrseq-simple"; // reset-gpios = <&pcal6524 20 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>; post-power-on-delay-ms = <10>; power-off-delay-us = <80>; }; &usdhc2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_wlan>; mmc-pwrseq = <&usdhc2_pwrseq>; vmmc-supply = <&reg_usdhc2_vmmc>; bus-width = <4>; keep-power-in-suspend; cap-power-off-card; non-removable; max-frequency = <10000000>; status = "okay"; #address-cells = <1>; #size-cells = <0>; wlcore: wlcore@2 { compatible = "ti,cc33xx"; reg = <2>; //interrupt-parent = <&pcal6524>; //interrupts = <5 IRQ_TYPE_EDGE_FALLING>; }; btti: btti@1 { compatible = "ti,cc33xxbt"; reg = <1>; }; }; pinctrl_reg_usdhc2_vmmc: regusdhc2vmmcgrp { fsl,pins = < MX93_PAD_SD2_RESET_B__USDHC2_RESET_B 0x31e >; }; モジュールのリセット ピンを 40 ピン ヘッダーのピン 26 にコネクテッドしています。何が間違っているのでしょうか?リセットには EVK の別のピンを使用する必要がありますか? Re: i.MX93 EVK SDIO Wifi DTS Reset Pin こんにちは! 良さそうですね。唯一の推奨事項は、有効化とリセットに 2 つの異なる PAD を使用することです。このCASE、SAM GPIO2_IO07 を使用します。 よろしくお願いいたします。 サラス。 Re: i.MX93 EVK SDIO Wifi DTS Reset Pin @Manuel_Salas返信ありがとうございます。これらの usdhc2 パーツは見た目が良いですか? reg_usdhc2_vmmc: regulator-usdhc2 { compatible = "regulator-fixed"; regulator-name = "WLAN_EN"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; gpio = <&gpio2 7 GPIO_ACTIVE_HIGH>; /* * IW612 wifi chip needs more delay than other wifi chips to complete * the host interface initialization after power up, otherwise the * internal state of IW612 may be unstable, resulting in the failure of * the SDIO3.0 switch voltage. */ startup-delay-us = <20000>; enable-active-high; regulator-always-on; }; usdhc2_pwrseq: usdhc2_pwrseq { compatible = "mmc-pwrseq-simple"; // reset-gpios = <&pcal6524 20 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio2 7 GPIO_ACTIVE_HIGH>; post-power-on-delay-ms = <10>; power-off-delay-us = <80>; }; &usdhc2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_wlan>, <&pinctrl_reg_usdhc2_vmmc>; mmc-pwrseq = <&usdhc2_pwrseq>; vmmc-supply = <&reg_usdhc2_vmmc>; bus-width = <4>; keep-power-in-suspend; no-1-8-v; cap-power-off-card; //non-removable; max-frequency = <10000000>; status = "okay"; #address-cells = <1>; #size-cells = <0>; wlcore: wlcore@2 { compatible = "ti,cc33xx"; reg = <2>; //interrupt-parent = <&pcal6524>; //interrupts = <5 IRQ_TYPE_EDGE_FALLING>; }; btti: btti@1 { compatible = "ti,cc33xxbt"; reg = <1>; }; }; pinctrl_reg_usdhc2_vmmc: regusdhc2vmmcgrp { fsl,pins = < MX93_PAD_GPIO_IO07__GPIO2_IO07 0x31e >; }; pinctrl_usdhc2_wlan: usdhc2wlangrp { fsl,pins = < MX93_PAD_CCM_CLKO1__GPIO3_IO26 0x31e >; }; または、&usdhc2 の pinctrl-0 とは異なる方法でアドレス指定する必要がありますか? Re: i.MX93 EVK SDIO Wifi DTS Reset Pin こんにちは@rtwheato とても順調にやっていると思います。 PAD に関して混乱が生じています。 40 ピン ヘッダーの PAD 26 は &gpio2 7 (EXP_GPIO_IO07) ですが、デバイス ツリー SD2_RESET_B では別の PAD を使用しています。 PIN 26 (EXP_GPIO_IO07) を使用する場合は、次のように変更する必要があります。 MX93_PAD_GPIO_IO07__GPIO2_IO07 よろしくお願いいたします。 サラス。
View full article
Windows tool suggestions Hi NXP Team, We are using kw45 to send data to windows application can nxp suggest any sniffer tool to check data in windows. Please suggest if there are any tools to send data from KW45 to Any windows applications in which we can see data. Development Board Re: Windows tool suggestions Hello, Hope you are doing well. NXP does not currently offer a dedicated sniffer tool for Windows. You are welcome to use any sniffer tool of your preference that meets your requirements. Best Regards, Ana Sofia.
View full article
Yocto 电路板支持包 imx-5.4.70-2.3.0构建 imx-image-full 时读取失败(spirv-tools / glslang) 你好 我正在尝试版本 Yocto 电路板支持包。 imx-5.4.70-2.3.0(分支:imx-linux-zeus,清单:imx-5.4.70-2.3.0.xml),但在版本 imx-image-full 的过程中遇到了提取失败。 这些错误是 ERROR: spirv-tools-git-r0 do_fetch:Fetcher failure for URL:git://github.com/KhronosGroup/SPIRV-Tools.git;name=spirv-tools;branch=main;protocol=https'。无法从任何来源获取 URL。 ERROR: glslang-git-r0 do_fetch:Fetcher failure for URL:git://github.com/KhronosGroup/glslang'.无法从任何来源获取 URL。 有趣的是,当我尝试在 bitbake 之外手动获取数据时,它却运行正常: git clonehttps://github.com/KhronosGroup/glslang.git git checkout 703bd9caab50b139428cea1aaff9974ebee5742e git clonehttps://github.com/KhronosGroup/SPIRV-Tools.git git checkout 9b3cc3e05337358d0bd9fec1b7a51e3cbf55312b 因此,网络连接良好,存储库可以访问。 有谁能帮我弄明白 Yocto 的 fetcher 为什么会在这里失效? 是否存在协议不匹配(git:// vs https://)? 我需要更新配方或为 zeus 分支应用补丁吗? 或者有什么建议的变通方法可以成功获取这些依赖项? 先行致谢。 评估板 Re: Yocto BSP imx-5.4.70-2.3.0 Fetch failure (spirv-tools / glslang) while building imx-image-full 你好@binil! 在查看文档时,我注意到 GitHub 不再支持 git:// 协议。要继续使用版本库,您需要切换到 HTTPS 或 SSH。 请相应更新版本库 URL。 致以最崇高的敬意, Chavira Re: Yocto BSP imx-5.4.70-2.3.0 Fetch failure (spirv-tools / glslang) while building imx-image-full 请查看附图 Re: Yocto BSP imx-5.4.70-2.3.0 Fetch failure (spirv-tools / glslang) while building imx-image-full 嗨,@binil、 感谢您联系恩智浦支持中心! 能否请您提供显示获取错误的日志文件?我想在我这边进行分析,以便更好地了解问题。 同时,我将尝试在我这边复制该错误。 致以最崇高的敬意, Chavira
View full article
産業用センサーのエッジ処理とクラウド同期に関するアドバイスが必要です 皆さん、こんにちは。私は、エッジ デバイスが基本的な異常検知を処理するNXP i.MX RT MCUを使用したインダストリアル センサ プロジェクトに取り組んでいますが、より深い分析を行うために、クラウドとデータを同期する信頼性の高い方法も必要です。 主な課題は、コネクティビティの問題時にノードをオフラインで実行し、接続が回復したら安全に同期できる #ハイブリッド クラウドセットアップをビルディングすることです。安全な MQTT/HTTPS に最適な NXP コネクティビティモジュール、断続的な同期中にデータ損失を回避する方法、大規模なファームウェアの無線 (@FOTA) 更新の管理に関するヒントなどに関する提案を探しています。 同様のアーキテクチャやリファレンス・デザインの経験がある方がいらっしゃいましたら、アドバイスをいただければ幸いです。
View full article
Copy: Get Partition ID not working correctly This post is a copy from here Hello NXP Support,  I was trying to use the Get Partition ID in your OsIf module and I was running into issues. I think I have 3 major issues.  1. The index you are trying to use is very unclear to me. In OsIf_apxMultiPartitionPredefinedConfig, I would have expected to see macros that are defined by the real OS, not actual numbers. I believe part of my issue is that you are defining this array according to the Index in EcuC for the Partition, but the OS I am using (ETAS) is generating the Partitions based alphabetically, so the numbers aren't lining up. Is generating a hardcoded list a long term strategy that I need to account for?  2. I seem to have differing Partitions indexes from the different modules. In Adc, the table that is generated is placing my partition 'ASILDCoreA' in index 2, but Spi puts that partition in the zero index. I'm not sure how I can make that work... since they are accessed via the exact same function from OsIf. I would expect all of these tables to have 'ASILDCoreA'  be in the same index. Can you confirm this is a defect in your generation code? I have attached a screenshot of the generated code and I have also attached my project.  3. You are attempting to use GetApplication() in OsIf inside your RTD modules to determine which partition they are executing from in EcuM_Driver_Init  the way I have my project structured. ETAS doesn't support calling any OS functions until the end of EcuM Init. So... Do you think the Mcal modules should be sequenced after the Os starts, like in an Rte_Init Task, or do you think ETAS should support GetApplication() before the OS starts? I'm unsure who needs to change their design assumptions... but today, no one trying to use MCU1 for GM will get it to work.  Regards,  Spencer Priority: MEDIUM RTD Source: NXP Internal Re: Copy: Get Partition ID not working correctly Hi @Luis_Garabo , 1.2, I tried to configure multicore for the release RTM600 but I didn't see any problem with Adc, Spi. What SW package are they using? 3. From Mcal view, the return value of GetApplicationID() from Os to identify the application identifier of the running task, so, from my point of view, you just need to make sure that you're getting the application identifier correctly to pass to OsIf_apxMultiPartitionPredefinedConfig[application identifier], like this: Best regards, Nhi
View full article
在将 FW 加载到内部 PSRAM 时,计算 RT595 的内存映射和起始地址/偏移量。 尊敬的先生, 为了在通过基于 RT595 的 BLHost 将 FW 加载到内部 PSRAM 时找出起始地址/偏移量。在通过 BLHost 将 FW 加载到内部 PSRAM 时,什么是起始地址/偏移量,如何根据 FW 确定起始地址/偏移量?谢谢。 @RossZWChen Re: Figure out the memory map of RT595 and start address/offset while loading FW into internal PSRAM 你好@Mike_Sun 您在使用我们的 EVK 吗? 这是图 2 的快照。MIMXRT595-EVK 方框图(来自 UM12285 MIMXRT595-EVK 板用户手册)我重点介绍了 PSRAM 与 flexSPI0 或 FlexSPI0 的连接。 您是否将 PSRAM 连接到 FlexSPI0/1? 谢谢! 迪亚戈
View full article
Windowsツールの提案 こんにちは、NXP チームの皆様、 Windows アプリケーションにデータを送信するために kw45 を使用しています。nxp は Windows でデータをチェックするためのスニファー ツールを提案できますか。 KW45 からデータを送信して、データを表示できる任意の Windows アプリケーションがあるかどうかを提案してください。 開発ボード Re: Windows tool suggestions こんにちは、 あなたの調子が良いといいのですが。 NXP は現在、Windows 専用のスニファー ツールを提供していません。要件を満たす任意のスニファー ツールを自由に使用できます。 よろしくお願いします、 アナ・ソフィア。
View full article
i.MX93 EVK SDIO Wifi DTS Reset Pin I'm having trouble bringing up an external uSD module (TI cc33xx) on the imx93 EVK.  I've compiled and built a kernel and DTS files from the linux-imx github repo, and gotten them up and running from eMMC on the EVK.  In the DTS, I've disabled the M.2 SDIO interface usdhc3, and modified usdhc2 to support the microSD slot.  The wifi card powers up and tries to initialize, but fails at loading the firmware because it's missing a connection to the reset pin of the module. I've tried many different settings and can't get it to work. I'm trying to wire the reset pin from the module to the 40 pin GPIO header on the imx 93 EVK (11x11). Best I can tell from the code and EVK reference manual, the imx93 40 pin header is addressed as gpio2, and I have these relevant parts in my DTS settings: reg_usdhc2_vmmc: regulator-usdhc2 { compatible = "regulator-fixed"; regulator-name = "WLAN_EN"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; gpio = <&gpio2 7 GPIO_ACTIVE_HIGH>; /* * IW612 wifi chip needs more delay than other wifi chips to complete * the host interface initialization after power up, otherwise the * internal state of IW612 may be unstable, resulting in the failure of * the SDIO3.0 switch voltage. */ startup-delay-us = <20000>; enable-active-high; regulator-always-on; }; usdhc2_pwrseq: usdhc2_pwrseq { compatible = "mmc-pwrseq-simple"; // reset-gpios = <&pcal6524 20 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>; post-power-on-delay-ms = <10>; power-off-delay-us = <80>; }; &usdhc2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_wlan>; mmc-pwrseq = <&usdhc2_pwrseq>; vmmc-supply = <&reg_usdhc2_vmmc>; bus-width = <4>; keep-power-in-suspend; cap-power-off-card; non-removable; max-frequency = <10000000>; status = "okay"; #address-cells = <1>; #size-cells = <0>; wlcore: wlcore@2 { compatible = "ti,cc33xx"; reg = <2>; //interrupt-parent = <&pcal6524>; //interrupts = <5 IRQ_TYPE_EDGE_FALLING>; }; btti: btti@1 { compatible = "ti,cc33xxbt"; reg = <1>; }; }; pinctrl_reg_usdhc2_vmmc: regusdhc2vmmcgrp { fsl,pins = < MX93_PAD_SD2_RESET_B__USDHC2_RESET_B 0x31e >; }; I have the reset pin from the module connected to pin 26 on the 40 pin header.  What am I doing wrong?  Should I use a different pin on the EVK for reset? Re: i.MX93 EVK SDIO Wifi DTS Reset Pin Hello! It seems well. Just onr recommendation is to use two different PADs for Enable and Reset. In this case you are using the SAM GPIO2_IO07 for those. Best regards, Salas. Re: i.MX93 EVK SDIO Wifi DTS Reset Pin @Manuel_Salas thanks for your reply.  Do these usdhc2 parts look better? reg_usdhc2_vmmc: regulator-usdhc2 { compatible = "regulator-fixed"; regulator-name = "WLAN_EN"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; gpio = <&gpio2 7 GPIO_ACTIVE_HIGH>; /* * IW612 wifi chip needs more delay than other wifi chips to complete * the host interface initialization after power up, otherwise the * internal state of IW612 may be unstable, resulting in the failure of * the SDIO3.0 switch voltage. */ startup-delay-us = <20000>; enable-active-high; regulator-always-on; }; usdhc2_pwrseq: usdhc2_pwrseq { compatible = "mmc-pwrseq-simple"; // reset-gpios = <&pcal6524 20 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio2 7 GPIO_ACTIVE_HIGH>; post-power-on-delay-ms = <10>; power-off-delay-us = <80>; }; &usdhc2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_wlan>, <&pinctrl_reg_usdhc2_vmmc>; mmc-pwrseq = <&usdhc2_pwrseq>; vmmc-supply = <&reg_usdhc2_vmmc>; bus-width = <4>; keep-power-in-suspend; no-1-8-v; cap-power-off-card; //non-removable; max-frequency = <10000000>; status = "okay"; #address-cells = <1>; #size-cells = <0>; wlcore: wlcore@2 { compatible = "ti,cc33xx"; reg = <2>; //interrupt-parent = <&pcal6524>; //interrupts = <5 IRQ_TYPE_EDGE_FALLING>; }; btti: btti@1 { compatible = "ti,cc33xxbt"; reg = <1>; }; }; pinctrl_reg_usdhc2_vmmc: regusdhc2vmmcgrp { fsl,pins = < MX93_PAD_GPIO_IO07__GPIO2_IO07 0x31e >; }; pinctrl_usdhc2_wlan: usdhc2wlangrp { fsl,pins = < MX93_PAD_CCM_CLKO1__GPIO3_IO26 0x31e >; }; or, should I address it differently than with pinctrl-0 in &usdhc2? Re: i.MX93 EVK SDIO Wifi DTS Reset Pin Hello @rtwheato  I hpe you are doing very well. There is a confusion with the PADs. The PAD 26 in the 40 pin Header is the &gpio2 7 (EXP_GPIO_IO07), you are using a different PAD in  your device tree SD2_RESET_B. If you want to use the PIN 26 (EXP_GPIO_IO07) you should change to: MX93_PAD_GPIO_IO07__GPIO2_IO07 Best regards, Salas.
View full article
MCXN947:添加 PWM SDK 元器件时出错 亲爱的恩智浦团队 我正在查看这个例子: https://github.com/nxp-appcodehub/dm-fashion-mnist-recognition-on-mcxn947/tree/df78550534b2a30410f56311cad05eb18956ed16 该示例在我的 FRDM-MCXN947 上运行良好。当我尝试通过 " Manage SDK 元器件 " 工具添加一个 PWM SDK 元器件时,编译中断时出现了许多错误。 有什么办法可以解决这种情况吗? 顺便说一下,我使用的是 MCUXpressio IDE 24.9 和 SDK 2.16.1 版。 谢谢。 MCX N Re: MCXN947: Erros Adding PWM SDK Components 你好@wklee 您能否尝试手动将 pwm 驱动程序添加到该项目中? BR 哈利 Re: MCXN947: Erros Adding PWM SDK Components 我从 GitHub 下载了示例,并将其导入到 mcuxpresso。 然后,我尝试通过 SDK 管理器添加 PWM 驱动程序。 它要求更新源代码,我同意了。之后,又有许多编译中断。 谢谢。 Re: MCXN947: Erros Adding PWM SDK Components 你好@wklee 请问您是否创建了新项目? 如何重现这个问题? BR 哈利
View full article
Anomaly motor control at certain speed on S32K MC Devkit software Hello, I'm running a BLDC motor in no-load condition using the firmware from the S32K BLDC/PMSM Development Kit, specifically the PMSM FOC 2Sh firmware. While operating the motor, I noticed that the graphs for certain RPMs (e.g., 2000, 3000, 4000) differ from those at other RPMs (such as 2500 and 3500), which generally follow a more consistent pattern. When measuring with a tachometer, the actual RPM usually matches the target RPM, but for those specific RPMs, the motor fails to maintain the required speed accurately - although the error is not very large. (like ±10 RPM) Could you explain why this problem occurs? Set RPM to 2000Set RPM to 2000 Set RPM to 2500Set RPM to 2500 Set RPM to 3000Set RPM to 3000 Set RPM to 3500Set RPM to 3500 Set RPM to 4000Set RPM to 4000 Re: Anomaly motor control at certain speed on S32K MC Devkit software Thank you for your interest in our products and for contributing to our community. Seems a motor parameter tuning issue… Depending of the S32K BLDC/PMSM Development Kit, it use by default the Sunrise motor 42BLY3A78-24110 or the Linix 45ZWN24-40 motor, and use the following parameter file, for example: In case you change the motor, the appropriate electrical parameters must be entered and tune the parameters of the different control schemes. I recommend you to take as reference the following training to learn how to use our MCAT Tool: Motor Control Application Tuning (MCAT) Tool – PMSM Servo Tuning I hope this information is helpful.
View full article
[HSE] [S32K31X] Crypto_KeyElementSet RSA Key support Customer attempted to store the public key used for SignatureVerify in the HSE NvM Catalog, but it appears that the current NXP Crypto does not support Crypto_KeyElementSet for RSA keys like the below.   The customer would like to ask whether there are any plans to support Crypto_KeyElementSet for RSA keys. The customer is using RTD 4.0.0. Additionally, is there currently any other method to store the key used for SignatureVerify in the HSE NvM Catalog? HSE_FW SECURITY_CRYPTO Re: [HSE] [S32K31X] Crypto_KeyElementSet RSA Key support Hello Alex, Since there have been no follow-up questions and 7 business days have passed since the last update, I am closing this case. In case of any further queries, please re-open the case or create a new one for support. Thanks, Sindhu Re: [HSE] [S32K31X] Crypto_KeyElementSet RSA Key support Hello Alex, RSA Key import in Autosar defined formats (CRYPTO_43_HSE_KE_FORMAT_BIN_RSA_PUBLICKEY, CRYPTO_43_HSE_KE_FORMAT_BIN_RSA_PRIVATEKEY) is not supported by Driver. But in crypto driver there is provision of importing key using custom format (CRYPTO_43_HSE_KE_FORMAT_BIN_CUSTOM_IMPORT_EXPORT). Type defines to be used for custom format is Crypto_43_HSE_KeyImportExportType. Thanks, Sindhu
View full article
[HSE] [S32K31X] Crypto_KeyElementSet RSA 密钥支持 客户试图在 HSE NvM 目录中存储用于 SignatureVerify 的公钥,但目前的 NXP Crypto 似乎不支持用于 RSA 密钥的 Crypto_KeyElementSet,如下所示。   客户想知道是否有计划支持 RSA 密钥的 Crypto_KeyElementSet。客户使用的是 RTD 4.0.0。 此外,目前是否有其他方法在 HSE NvM 目录中存储用于 SignatureVerify 的密钥? HSE_FW 安全加密 Re: [HSE] [S32K31X] Crypto_KeyElementSet RSA Key support 您好,亚历克斯, 由于没有后续问题,且距离上次更新已过去 7 个工作日,我将结案。如果还有其他疑问,请重新打开案例或创建新案例寻求支持。 谢谢, Sindhu Re: [HSE] [S32K31X] Crypto_KeyElementSet RSA Key support 你好,亚历克斯、 驱动程序不支持以 Autosar 定义格式(CRYPTO_43_HSE_KE_FORMAT_BIN_RSA_PUBLICKEY、 CRYPTO_43_HSE_KE_FORMAT_BIN_RSA_PRIVATEKEY)导入 RSA 密钥。 但是在加密驱动程序中配置了使用自定义格式(CRYP TO_43_HSE_KE_FORMAT_BIN_CUSTOM_IMPORT_EXPORT_BIN_CUSTOM_IMPORT_EXPORT_ 用于自定义格式的类型定义为 Crypt_43_HSE_KeyImportExportType。 谢谢! 辛杜
View full article
MCXN947: Erros Adding PWM SDK Components Dear NXP team, I am checking out this example: https://github.com/nxp-appcodehub/dm-fashion-mnist-recognition-on-mcxn947/tree/df78550534b2a30410f56311cad05eb18956ed16 The example works well on my FRDM-MCXN947. When I try to add one a PWM SDK component through the "Manage SDK Components" tool, the compilation breaks with many errors.  Is there anyway to get about this situation?  By the way, I am using MCUXpressio IDE 24.9 with SDK version 2.16.1. Thanks. MCXN Re: MCXN947: Erros Adding PWM SDK Components Hi @wklee  Can you try manually adding  pwm driver into this project? BR Harry Re: MCXN947: Erros Adding PWM SDK Components I download the example from GitHub and imported it to mcuxpresso. Then i try to add PWM driver through SDK manager. It asked for updating the source code, which I agreed. After that, many compilation breaks. Thanks. Re: MCXN947: Erros Adding PWM SDK Components Hi @wklee  May i ask if you create the new project? How can i reproduce this issue? BR Harry
View full article
LLCE LIN割り込み S32G3 には 4 つの LLCE lin チャネルがあり、Lin1 チャネルをスレーブとして、Lin0、2、3 をマスターとして設定しました。 スレーブの受信応答機能を検証する必要があります。 EB で LIN1 の割り込みを設定し、有効にしました。コールバック関数は Lin_CmdFromLlceIsr です。LIN1 に LIN メッセージを送信すると、LIN1 は割り込み応答を入力しません。代わりに LIN2 割り込みを有効にした場合にのみ、割り込みを入力でき、この時点で LIN1 は応答を返します。なぜこのようなことが起こるのでしょうか。 Re: LLCE LIN interrupt こんにちは、 @pmboat ご返信ありがとうございます。 デフォルトでは、LIN LLCE ファームウェアは内部 CORE 2 で実行されているため、LLCE LIN のCASEは LLCE_INT2 が使用されます。 BR チェイン Re: LLCE LIN interrupt はい、返信ありがとうございます。 私が使用するパッケージは次のとおりです。 1. SW32G_RTD_4.4_5.0.0_QLP03 2. S32G_LLCE_1_0_10 チップはs32g399aです。 Re: LLCE LIN interrupt こんにちは、 @pmboat ご投稿ありがとうございます。 1. LLCE LIN と提携しているようですが、本当ですか? 2. 使用している RTD/LLCE FW のバージョンはどれですか? BR チェイン
View full article
RTDを使用したセーフティ設定に関する質問 こんにちはチーム S32K314 の RTD(MCAL/SPD) 構成について教えていただけますか? Q1.割り込み付き PLL LOL に関する RTD の「構成」が見つかりませんでした。 どの構成(MCAL RTD と SPD から)で LOL のリセットまたは割り込みを構成できますか? Q2.割り込み付き LVD と HVD については、どれが LVD と HVD に関連しているのかわかりませんでした。 LVD および HVD からの割り込み反応は、「MCU_ERROR_ISR_NOTIFICATION」と「MCU_PMC_NOTIFICATION」のどちらでしょうか? Q3.ERM0 構成の場合、以下のコードのように ERM(RTD/SPD を使用) を構成するにはどうすればよいでしょうか? よろしくお願いします。 RTD S32_CONFIG_TOOL S32DS Re: Question about Safety configuration using RTD はい、そうです ユーザーは EB Tresos のこのノードでユーザー通知を設定できます。MCU_ERROR_ISR_NOTIFICATIONは PMC_VoltageError_IRQHandler > ...> Mcu_Ipw_ReportPowerErrorsCallback で呼び出され、その後この通知が呼び出されます。 Re: Question about Safety configuration using RTD こんにちは@cuongnguyenphu ご返信ありがとうございます。 念のため確認ですが、LVD/HVD は MCU_ERROR_ISR_NOTIFICATION と関係があるのでしょうか? よろしくお願いします。 (このチケットを閉じます...) Re: Question about Safety configuration using RTD こんにちは@Luke_Chun 1.PLL LOL の割り込みを設定するには、プラットフォーム モジュールで指定した IRQ が正しい必要があります。SoC_PLL_IRQn (NVIC 212) を有効にする必要があります。リファレンスマニュアルとヘッダーファイルには次のように記載されています。 ただし、RTD パッケージを確認すると、この割り込み用の ISR は提供されていません。SPD パッケージでも見つかりません。SO ユーザーはこの割り込みハンドラー用に独自の ISR を実装する必要があります。 2. NVIC 52のリファレンスマニュアルに記載されている割り込み付きLVDおよびHVD: RTD の MCU 統合マニュアルでは、これを処理するための ISR 名 PMC_VoltageError_IRQHandler を提供しています。 RTD のプラットフォームで IRQ「PMC_IRQn」を使用して設定し、有効にすることができます。 PMC_VoltageError_IRQHandler() では、 「MCU_ERROR_ISR_NOTIFICATION」マクロを介して MCU 構成のユーザー定義のコールバック通知 McuErrorIsrNotification も呼び出します。 3. ERM の設定方法: - RTD パッケージの場合: EB Tresos / S32CT には、ユーザーが ERM レジスタの値を設定できるようにするための設定がありません。しかし、RTD は、ユーザーがこのレジスタに値を設定できるように、BaseNXP/header/S32K314_ERM.h にマクロを提供しています。 ユーザーはこれらのマクロをベアメタル コードとして使用し、レジスタに値を設定できます。 - SPDパッケージでは、eMcemプラグイン、ファイルeMcem_Erm.cを参照します。関数eMcem_Erm_Init()では、以下のマクロを使用してERM[CR]レジスタに値を設定します:ERM_CR_ADDR32()、SAFETYBASE_REG_WRITE32()  
View full article
[HSE] [S32K31X] Crypto_KeyElementSet RSAキーのサポート お客様は、SignatureVerify に使用される公開キーを HSE NvM カタログに保存しようとしましたが、現在の NXP Crypto では、以下のような RSA キーの Crypto_KeyElementSet をサポートしていないようです。   お客様は、RSA キーに対して Crypto_KeyElementSet をサポートする予定があるかどうかを尋ねたいと考えています。お客様は RTD 4.0.0 を使用しています。 さらに、現在、SignatureVerify に使用されるキーを HSE NvM カタログに保存する他の方法はありますか? HSE_FW SECURITY_CRYPTO Re: [HSE] [S32K31X] Crypto_KeyElementSet RSA Key support こんにちは、アレックス。 フォローアップの質問がなく、最後の更新から 7 営業日が経過したため、このCASEを終了します。さらに質問がある場合は、CASEを再度開くか、サポート用に新しいCASEを作成してください。 ありがとう、 シンドゥ Re: [HSE] [S32K31X] Crypto_KeyElementSet RSA Key support こんにちは、アレックス。 AUTOSAR定義フォーマットでのRSAキーインポート( CRYPTO_43_HSE_KE_FORMAT_BIN_RSA_PUBLICKEY 、 CRYPTO_43_HSE_KE_FORMAT_BIN_RSA_PRIVATEKEY ) はドライバではサポートされていません。 ただし、暗号ドライバには、カスタム形式 ( CRYPTO_43_HSE_KE_FORMAT_BIN_CUSTOM_IMPORT_EXPORT ) を使用してキーをインポートする機能があります。 カスタムフォーマットに使用する型定義は Crypto_43_HSE_KeyImportExportType 。 ありがとうございます シンドゥ
View full article