Multi Source Translation Content

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Multi Source Translation Content

ディスカッション

ソート順:
W8987 for real time kernel support Hi NXP team,  We are use W8987 wifi&bi chip in rt-kernel for my project, the firmware is sdiouart8987_combo_v0.bin,that can connect other AP,but sometimes  will disconnect and catch out dma timeout error. Re: W8987 for real time kernel support Hello @Liang1  Could you share more details? like hardware use and error logs. Best Regards Shaun
記事全体を表示
S32 Design studio 2.2によるARM用コード生成 この質問はARM v2.2のS32DSに関するものであることに再度注意してください。 IDE によって 'Generated_Code' ディレクトリに車載生成されたコードは、コンパイルされた後に (おそらく更新されて) 再生成されるようです。これは間違っているように思われますが、このディレクトリ内のファイルを削除すると、ヘッダー ファイルが見つからないためプロジェクトのビルドが失敗することがわかりました。しかし、これらのファイルをgitリポジトリに含めると、各プロジェクトを再構築した後、これらのファイルは異なる日付/タイムスタンプで変更されたものとして表示されます。つまり、次のような行になります。 ** 日付/時刻: 2025-08-29, 11:06, # CodeGen: 54 このコードを使用する前に生成することはできますか? Re: Code generation by S32 Design studio 2.2 for ARM こんにちは@jiri_kral 私はS32 DS for ARM v 2.2を使用しています。スクリーンショットをご覧ください。 SDKバージョンは3.0.0です。以下のスクリーンショットをご覧ください。 このプロジェクトのハードウェアは成熟しており、プロセッサ Expert のコードを (明示的に) 更新していません (ツールがバックグラウンドでそれを呼び出している可能性があります)。 重要なコード変更 (ハードウェアではなくアプリケーション ロジックに関連するもの) を行った後は、プロジェクト メニューの [クリーン...] をクリックして、プロジェクトを完全に再構築します。 これにより、プロジェクト全体 (車載生成されたコードを含む) から大量の警告が表示されることもあれば、アプリケーション ロジックでのみ少数の警告が表示されることもあります。これは、車載生成されたコードが時々再コンパイルされるが常にではないことを意味しているようです。これに加えて、自動生成されたすべてのコードが git で変更済みとして表示されることもありますが、一部のコードだけが変更済みとして表示されたり、まったく変更済みとして表示されないこともあります。変更が実際に行われる場合、以下のスクリーンショットに示すように、ファイルのタイムスタンプにのみ変更が反映されます。 コードの有効性には影響しませんが、CI/CD パイプラインには影響します。次のいずれかを希望します: 1. 自動生成されたコードをバージョン管理の *外* に置きます (これはセーフティが重要な製品であり、イメージ内のすべてのコードが追跡可能である必要があるため、あまり好ましくありません)。ただし、コードはビルドの一部として (常に) 再生成されるわけではないため、この方法は機能しません。 または 2. コードをバージョン管理下に保ちます (推奨される方法)。ただし、ビルド ツールによってタイムスタンプの更新ごとにコードが変更されることはありません。 問題が解決するのであれば、変更された自動生成コードを一度コミットしてみることもできますが、ビルドごとにタイムスタンプが更新される場合は、それがどのように機能するか分かりません。 Re: Code generation by S32 Design studio 2.2 for ARM こんにちは、 プロセッサ エキスパート タブのコード生成アイコンをクリックすると、プロセッサ エキスパートによってコードが生成されます。通常、既存の生成されたコードはそのまま残ります。セットアップの詳細と、使用している SDK バージョンを教えていただけますか?
記事全体を表示
How to edit the CMPA using Secure provisioning on MCXA156 In Secure provisioning CMPA configuration, the default values shows an error and using the fix button before writing doesn't work. Reading the FRDM-MCXA156 values only show 0xFFFFFFFF on every parameter. Also, the terminal doesn't show the blhost command used (it does when verifying the connection). The question is : How to properly use the CMPA configuration ? MCXA Re: How to edit the CMPA using Secure provisioning on MCXA156 Thank you for your question. We will improve the SEC tool documentation to provide more info about the configuration. Re: How to edit the CMPA using Secure provisioning on MCXA156 We refered to the "DEFAULT_RW_UNLOCKED" but after re-reading, it appear to be a misunderstanding on our side as it must mean only read and write access (not execute). That automatically answers my question. I will mark your first answer as the accepted one. Thank you for your time. Re: How to edit the CMPA using Secure provisioning on MCXA156 Hi, which from the available options do you call "full access"? Re: How to edit the CMPA using Secure provisioning on MCXA156 Not true. You can set access to all regions to "ROM_RX_UNLOCKED" for example, which means the code can be executed, the flash can be read but the code cannot modify the flash (write not allowed). Unlocked means you can modify access in the runtime Does is it mean that we can set all regions to full access if we set one in "ROM_RX_UNLOCKED"? Re: How to edit the CMPA using Secure provisioning on MCXA156 Hi again, 0xFF everywhere is the default state of the chip after manufacturing and CMPA isn't taken into account by the MCU Correct! To program the CMPA we need to set at least one area as locked and make sure the user code don't use it Not true. You can set access to all regions to "ROM_RX_UNLOCKED" for example, which means the code can be executed, the flash can be read but the code cannot modify the flash (write not allowed). Unlocked means you can modify access in the runtime Are the CMPA only one-time programmable? In development life cycle, it is possible to update CMPA several times. Re: How to edit the CMPA using Secure provisioning on MCXA156 Hi marek, Thank you for the quick answer. To summarize what we understand : 0xFF everywhere is the default state of the chip after manufacturing and isn't taken into account by the MCU To program the CMPA we need to set at least one area as locked and make sure the user code don't use it We also have a small doubt that we couldn't confirm in the reference manual: Are the CMPA only one-time programmable? Re: How to edit the CMPA using Secure provisioning on MCXA156 Hi @rj_engineer  Good question. If the processor is clear, there are 0xFF values in the whole flash and so the CMPA page is invalid and the flash configuration from CMPA is not applied. If you install CMPA using SEC tool, the flash access configuration will be applied and it is critical to set access rights properly. There is not option allowing full flash access rights, so basically there is not "safe" default value. Each user needs to decide based on his application, what areas should be executable and what shall be read-only or shall be allowed for write. If the access right is not set properly, the processor will not boot. This is the reason why SEC tool shows an error. The error is the "guide" to the configuration asking to be aware about the configuration and set it properly. To prevent to configure the processor into the state that it does not boot, SEC tool requires to set access right explicitly.
記事全体を表示
EVKMIMXRT1064 gpio_polling example model is not compiled from MCUXpresso IDE Hi, I am using MIMXRT1064-EVK in order to develop projects by using IMXRT1XXXX MBD toolboxes at Matlab/Simulink environment. I managed to built and deployed gpio_polling.mdl example and run the demo on EVK successfully. gpio_pollingConfig folder was created from Simulink also. When i loaded project files to MCUXpresso (11.6.0) and tried to compile the project, i got an error. How can i fix the problem? I attached project files and error message also Thanks in advance for your support. Best regards.
記事全体を表示
s32k 146 flash wtrite error Hello friends in the community, I have encountered an issue and come here for help. I am developing my project using the S32K146. When using the flash memory, I want to write 256 bytes of data into the flash (with the start address being 0x80000), but in the actual process, a problem occurred: not all data was written to the specified address. The details are as follows: I. I used EB Tresos to configure the PFlash, as shown in the figure (only one sector is selected for demonstration purposes). II. This is a data test function I used to write data into the flash, as shown in the figure. III. This is the result during debugging: This is where I called my function. I used the Mem_43_INFLS_GetJobResult function to determine whether the writing was successful, and the return value was 2 (indicating MEM_43_INFLS_JOB_FAILED). Some data was written to the flash at the address 0x80000, but only a part of it—this obviously does not meet my requirements. My question: Did I make a mistake in the configuration, or is there a missing step that prevents me from writing 256 bytes of data? Re: s32k 146 flash wtrite error hi,shiqi I have also encountered the same issue when performing OTA test recently, we are using S32K324, RTD500. Have you fixed the issue? if yes, could you please tell me the solution, looking forward to your reply, thanks! Re: s32k 146 flash wtrite error Hello @shiqi_seventeen, I'm sorry for the delay, I was out of office for two days. Can you share the whole INFLS configuration? Do you copy the INFLS code to SRAM using the option highlighted below, or is it executed from the flash? Do you have any code in the block that you program? Can you use Mem_43_INFLS_BlankCheck() between the erase and the write operations? I don't see anything wrong in the code snippet. Maybe you can share the complete project via a support ticket privately so that I can test it on my side. Regards, Daniel Re: s32k 146 flash wtrite error Hi,@danielmartynek The version of the drivers is Autosar 4.7  V2.0.0 Re: s32k 146 flash wtrite error Hi @shiqi_seventeen, Can you share screenshots of the whole INFLS configuration? Which revision of the drivers do you use? Thank you, BR, Daniel
記事全体を表示
Jtag关闭后能再次打开吗 你好,NXP:        请问S32L3系列的芯片,通过推进生命周期的方式关闭Jtag口后还能再次打开吗? Re: Jtag关闭后能再次打开吗 Hi@vurtual 参考该回答,这个意思就是说,依然还是可以通过密码关闭secure debug的。 https://community.nxp.com/t5/S32K/Can-I-disable-S32K3-s-JTAG-permanently-by-LifeCycle/m-p/1505254
記事全体を表示
COCKPIT_A53 picked for IMX8 Quad Max, watchdog keeps resetting I have watchdogs enabled originally for all 6 processors active on a Quad Max, then I enabled the COCKPIT_A53 setting in ATF. Now it appears that there is a watchdog triggering if the A72 processors are disabled (at the SCFW level/ not the device tree level). Any idea how to disable the watchdogs just for the A72 processors? i.MX 8 Family | i.MX 8QuadMax (8QM) | 8QuadPlus Re: COCKPIT_A53 picked for IMX8 Quad Max, watchdog keeps resetting Hi @flobro! Thank you for reaching out to NXP Support! You're absolutely right, to prevent resets caused by the watchdog, it’s necessary to configure it properly within the SCFW as well. You can download the SCFW source code from the link below, based on the BSP version you're using: Embedded Linux for i.MX Applications Processors  Once downloaded, run the binary file located in the packages folder to extract the source code and documentation for SCFW. Best regards, Chavira
記事全体を表示
imx8mp Chromium (Ozone/Wayland) on BSP 6.6.23 does not receive input events in RDP session I am using NXP BSP version 6.6.23 on i.MX8MP with Weston as the Wayland compositor and Chromium 117 built with Ozone/Wayland support. I have configured a remote desktop session using Weston’s RDP backend. The RDP connection works correctly, and the Chromium window is displayed as expected. However, Chromium does not receive keyboard or mouse events from the RDP client. Other applications, such as weston-terminal, work fine in the same RDP session and accept input events without issues. This problem only affects Chromium when running in the RDP session; locally on DRM output, Chromium works as expected. Any suggestions or known workarounds for enabling input events in Chromium under Weston RDP sessions? i.MX 8 Family | i.MX 8QuadMax (8QM) | 8QuadPlus i.MX 8M | i.MX 8M Mini | i.MX 8M Nano Re: imx8mp Chromium (Ozone/Wayland) on BSP 6.6.23 does not receive input events in RDP session Hi Manuel, Thanks again for your help. I’ve adapted the patch to Chromium 117 and it’s working great, keyboard and mouse input are now correctly received in the RDP session with Weston. Really appreciate the support! Best, Diego Re: imx8mp Chromium (Ozone/Wayland) on BSP 6.6.23 does not receive input events in RDP session Hello @diegoperez  I hope you are doing very well. You can try adding the patch shared here. Best regards, Salas.
記事全体を表示
COCKPIT_A53 が IMX8 Quad Max に選ばれ、ウォッチドッグがリセットされ続ける もともと Quad Max でアクティブな 6 つのプロセッサすべてに対してウォッチドッグを有効にしていましたが、その後、ATF で COCKPIT_A53 設定を有効にしました。現在、A72 プロセッサが無効になっている場合 (デバイス ツリー レベルではなく SCFW レベル)、ウォッチドッグがトリガーされるようです。 A72 プロセッサに対してのみウォッチドッグを無効にする方法をご存知ですか? i.MX 8ファミリ | i.MX 8QuadMax (8QM) | 8QuadPlus Re: COCKPIT_A53 picked for IMX8 Quad Max, watchdog keeps resetting こんにちは@flobro ! NXP サポートにお問い合わせいただきありがとうございます。 おっしゃる通り、ウォッチドッグによるリセットを防ぐには、SCFW 内でもウォッチドッグを適切に設定する必要があります。 使用している BSP バージョンに基づいて、以下のリンクから SCFW ソース コードをダウンロードできます。 i.MX アプリケーション プロセッサ向け組み込み Linux ダウンロードしたら、パッケージフォルダーにあるバイナリ ファイルを実行して、SCFW のソース コードとドキュメントを抽出します。 よろしくお願いします、 チャビラ
記事全体を表示
GUI Guider のすべてのデータを完全に消去するにはどうすればよいですか? アンインストールして再インストールしてみましたが、最近のプロジェクトを含む元のデータがまだ残っていました。 GUI Guider はコード生成時に null エラーを繰り返しますが、他のコンピューターでは正常に動作します。完全にアンインストールして再インストールしたいのですが、何か方法はありますか? Re: 如何将GUI Guider所有数据都清理干净,我尝试卸载重新安装,发现重新安装后原始数据都还在,最近项目也在。 こんにちは@Newbie2さん、 「Uninstall GUI-Guider.exe」プログラムを使用してダウンロード操作を完了すると、次の画面が表示されます。 よろしくお願いいたします。 セレステ ----------------------------------------------------------------------------------------------------------------- 注: この投稿が質問の答えである場合は、「解決策として承認」ボタンをクリックしてください。ありがとう! -----------------------------------------------------------------------------------------------------------------
記事全体を表示
Altium用MIMXRT1040-EVKデザインファイル こんにちは、 Altium cad 用の MIMXRT1040-EVK デザインファイルを問い合わせることは可能でしょうか? どうもありがとう、 ミシェル Re: MIMXRT1040-EVK design files for Altium こんにちは@Mike21さん、 申し訳ございませんが、RT1040EVK 用の Cadence ベースの デザインファイルのみがあります。以下のガイドに従って変換する必要があります。 https://www.altium.com/altium-designer/migrate/cadence-orcad?srsltid=AfmBOorYn3H1xswkjTm6Ig-UPf3pDheUUKhs3W2TuVVEkZm075NWq9fJ お役に立てれば幸いです。 すてきな一日を、 カン --------------------------------------------------------------------------------- 注記: - この投稿があなたの質問への回答である場合は、「正解としてマーク」ボタンをクリックしてください。ありがとう! - Threadは最後の投稿から7週間フォローされます。それ以降の返信は無視されます。 後ほど関連する質問がある場合は、新しいThreadを開いて、閉じたThreadを参照してください。 ---------------------------------------------------------------------------------
記事全体を表示
Sample code for WiFi Aware (NAN) on iMX boards with the IW612 tri-radio module Apple officially released iOS 26, which includes support for WiFi Aware, a feature supported by the IW612 module. I’m wondering if there’s any sample code or API available to connect iMX boards to iOS using WiFi Aware. Re: Sample code for WiFi Aware (NAN) on iMX boards with the IW612 tri-radio module Hi Chrsitane,  Yeah, I think we can close this ticket. Thank you for the guidance. Best Behnam Re: Sample code for WiFi Aware (NAN) on iMX boards with the IW612 tri-radio module Hi, @Behnam  Sure. I already sent an email to you with my private working email. Please feel free to contact me if you meet any issue when you using our NXP wireless products. If there is no other concerns on this case, would you please help to mark my answer as a solution? So that we can close this ticket for now. Thanks! Best regards, Christine. Re: Sample code for WiFi Aware (NAN) on iMX boards with the IW612 tri-radio module Thank Christine, May I have your email address for direct contact, please? Best, Behnam Re: Sample code for WiFi Aware (NAN) on iMX boards with the IW612 tri-radio module Hi, @Behnam  Thanks for creating case to us. We have a special Application Note: Neighbor Awareness Networking (NAN) - Application note (confidential) But it is under secure files access control. You need to: 1. Firstly sign NDA with us by below link: Request an NDA 2.Apply for secure files access: Request secure access rights And also please provide me your project info: Company name: Location: Project: Application: Use case description: Which distributor is supporting? Who is the NXP sales contact? Project Annual Volume:  With above info, we can move forward to get the secure files access granted. Best regards, Christine.
記事全体を表示
Zephyr support of K27 or K28 Hi, We would like to use Zephyr on the NXP K27 (MK27FN2M0AVMI15) or K28 (MK28FN2M0AVMI15). Is there support for this and/or is there any plan for this support to be added?  Thanks Re: Zephyr support of K27 or K28 Hi @JPH1, As you can see on the following link, the only Kinetis K2x that is supported on Zephyr is the K22: Supported Boards and Shields — Zephyr Project Documentation. Unfortunately, I do not have information whether the K27 or K28 will be supported in the future. BR, Edwin.
記事全体を表示
S32N55:系统在睡眠后立即被唤醒 你好,团队、 硬件:S32N55-RDB 软件:SW32N5_GRAYVIP_1_0_22_0 FSS 固件:S32N_FSS_FW_R21-11_1.10.0 客户正在 使用配置为前沿检测的 FSS_WKUP2 测试 唤醒功能 。在测试场景中,FSS_WKUP2 仍然处于高位,并且没有出现上升沿。 观察到的行为 即使没有上升沿,系统 在进入睡眠状态后也会 立即 唤醒。 预期行为: 系统 只有在 FSS_WKUP2 上检测到上升沿时 才会唤醒。 下面的波形图详细显示了信号行为。 有趣的是,当我们 将 的 执行顺序 互换 时: 启用唤醒请求 启用上升沿检测 ... 系统的行为符合预期,只有在上升沿才会醒来。 问题 这种行为正确吗? 为什么更改启用唤醒请求和上升沿检测的顺序会影响结果? 感谢您的支持! 谨致问候, Tangsheng FSS_FW 优先权:紧急 资料来源直接客户 Re: S32N55: system is waken up right after sleep 你好,屋大维 感谢你的支持 Re: S32N55: system is waken up right after sleep 也许吧 感谢您分享这些信息。 Re: S32N55: system is waken up right after sleep 已在https://jira.sw.nxp.com/browse/FFSYM-265上修复 Re: S32N55: system is waken up right after sleep 我可以确认,只要序列是 WIREER -> I/WRER,而不是 I/WRER -> WIREER,WISR[3:0]就会被设置为 0xF: 根据我的观察,WIFEER 不会出现这种情况,但我猜这与垫的当前值有关。   Re: S32N55: system is waken up right after sleep 你好,阿琳娜、 是的,以下顺序按预期运行: 1.启用唤醒请求 2.启用上升沿检测 不过,还有一个问题需要考虑:在当前 FSS 固件版本的 Suspend_Ss.c 中,唤醒源 LR_WKPU_FSS_WKUP0-3 被配置为中断。这意味着在发出唤醒请求之前, LR_WKPU_FSS_WKUP0-3 的上升沿检测始终处于启用状态。请在处理问题时考虑到这种情况。 顺祝商祺! 唐生。 Re: S32N55: system is waken up right after sleep 你好,唐生、 客户是否使用 SCMI Scmi_SystemPowerStateSetSynch API 进入 SoC 待机模式? 以下顺序是否可行? 1.启用唤醒请求 2.启用上升沿检测 如果是,则这可能是正确的顺序,正如参考手册所指出的那样: " WIREER 或 WIFEER 配置为在 WRER 之后的上升沿或下降沿,以启用唤醒源 "。 在 FSS 固件中,我们可能会遇到问题,因为我们的顺序对调了:首先配置上升沿/下降沿,然后启用唤醒源。 致以最诚挚的问候, Alina
記事全体を表示
Server side application to decode NTAG424DNA link generated with non default Master KEY and App KEYS Hi, I am using NTAG424DNA to connect securely to my web application and exchange some information stored into the file data. I used the sdm-backend application https://github.com/nfc-developer/sdm-backend that works fine if the Master key is the default one (with all zeros) but it doesn't work if the Master key or App keys are changed. Is there any available application that can be used to decode the url and returns the UID/counter and file data informations? Thanks, regards Mimmo Authentication server problems Online authentication Re: Server side application to decode NTAG424DNA link generated with non default Master KEY and App Hello @mimmolf Hope you are doing well. I am not fully aware of the functionality that the application you referred offers; however, I can see that, as you pointed out, it does not support personalized authentication Keys. Perhaps you can contact the developer of that repo to see the support they can offer for your setup. Unfortunately, there is no Backend application I could recommend, it should be implemented by the user. Perhaps you could take a look at the Secure Services for the NTAG Product Family | NXP Semiconductors > NTAG Secure Cloud Platform Service; for more information on this service, please try contacting the email address specified in that webpage. Regards, Eduardo.
記事全体を表示
Sync_flagsは、マルチコアコントローラでSMPを使用するときに発生します。 こんにちは、NXP のエンジニアです。s32K324 をデバッグすると、ある問題が発生します。私はfreertos6.0.0とopen SMPを使用していますが、マルチコア コントローラでSMPを使用するとSync_flagsが発生します。 しかし、私はまた書きます   IP_MC_ME->PRTN0_CORE1_ADDR = (uint32)0x00600000; IP_MC_ME->PRTN0_CORE1_PCONF = 0x00000001; IP_MC_ME->PRTN0_CORE1_PUPD = 0x00000001; IP_MC_ME->CTL_KEY = 0x5AF0U; IP_MC_ME->CTL_KEY = 0xA50FU; (IP_MC_ME->PRTN0_CORE1_PUPD == 1) の間 { }; ((IP_MC_ME->PRTN0_CORE1_STAT & MC_ME_PRTN0_CORE1_STAT_CCS_MASK) == 0) の場合 { }; SO、何が問題なのでしょうか? Re: Sync_flags occurs when using SMP in multi-core controllers リリース ノート ファイルに記載されている RTD バージョンを使用することを強くお勧めします。 よろしくお願いいたします。 ルーカス Re: Sync_flags occurs when using SMP in multi-core controllers あなたの方法を試しましたが、まだ sync_flag のままです。質問があります。freertos 11.0 では RTD 6.0 バージョンのみを使用する必要がありますか?私のバージョンはRTD4.0です。 Re: Sync_flags occurs when using SMP in multi-core controllers コードを見ると、コア 1 はブート構成ワード内で有効になっているため、リセット後すぐに起動されることがわかります。 ただし、その後に何らかの遅延ループを使用して、コア 0 のメイン関数でコア 1 を再度有効にしようとしています。 これがあなたの悩みの根本原因ではないでしょうか? Re: Sync_flags occurs when using SMP in multi-core controllers これは私のプロジェクトです。ご覧になっていただけると幸いです。デモではカーネルから起動する方法を使ったのですが、カーネルが正常に起動しなかったように感じます Re: Sync_flags occurs when using SMP in multi-core controllers D_CACHE_ENABLE を無効にしましたが、プログラムはまだそこに留まります。 この問題を解決するためにどのような追加情報が必要か教えてCANますか? Re: Sync_flags occurs when using SMP in multi-core controllers こんにちは@Zyp それは単なるデータキャッシュの問題ではないでしょうか?Freertos パッケージのユーザーマニュアルに従いましたか?以下は 7 ページのスクリーンショットです。 よろしくお願いいたします。 ルーカス
記事全体を表示
PTN5150A EXT_SEL output not working in non-I2C DFP mode Hello, We have designed some prototype / test boards using PTN5150A to control a USB alternate mode MUX using the EXT_SEL pin. When the PTN5150A is configured as UFP mode by the slide switch, everything works nicely as it should, the output of EXT_SEL changes with cable orientation and the MUX corrects for that. However when configured as DFP mode, EXT_SEL pin does not change with cable orientation, it is always high (LED D3 off). The tests were done by connecting two of these boards together, one configured as UFP and one as DFP. Here is the relevant part of the schematic, the CC and VBUS lines connect directly to the USB-C receptacle, the 3.3V VDD is provided by a LDO connected to VBUS.   Is this intended behaviour? From the datasheet I would have thought that the EXT_SEL output should work at all times, and not be reliant on I2C operation. If not then what could my mistake or issue be?  Thank you Re: PTN5150A EXT_SEL output not working in non-I2C DFP mode Whether use this PTN5150 as DFP connect with others UFP which no included the PTN5150,does this DFP PTN5150 EXT_SEL function good? Re: PTN5150A EXT_SEL output not working in non-I2C DFP mode On the other connected board in UFP mode EXT_SEL correctly indicates cable orientation. I did some further testing and the CON_DET pin is low on the DFP configured board and high on the UFP configured board. So it is not an issue with the EXT_SEL signal itself, instead it seems to me that when connecting two PTN5150A the DFP configured one does not properly detect the connection. Behaviour is the same when switching UFP/DFP roles between the two boards and also with different USB-C to USB-C cables, so I think it is unlikely that this is just a hardware fault on one board and more likely just logic that I do not yet quite understand. Re: PTN5150A EXT_SEL output not working in non-I2C DFP mode Hi When configured as DFP mode, EXT_SEL pin does not change, at this time what about EXT_SEL pin status of UFP?  Re: PTN5150A EXT_SEL output not working in non-I2C DFP mode Yes, same behavior no matter whether the UFP it is connected to is another PTN5150 or just a USB-C "2.0" connector with the appropriate 5.1k pulldowns on CC1/2. It would be nice if someone could either confirm or rule out this being a hardware/silicon bug, maybe using OM13584 PTN5150A-PTN36043 evaluation board.
記事全体を表示
FS26 I purchased evaluation kits such as the SKTEVM from this official website, but I was unable to find the data sheet for the FS26 chip on the website. Could you please provide the data sheet for this chip? Re: FS26 Dear 亚权 白, the datasheet for the FS26 is confidential. It can be downloaded only with a valid NDA (Non Disclosure Agreement) with NXP.  If you have a valid NDA with NXP, you should be able to download the FS26 from the FS26 product page, under the Secure section. If you haven't the NDA yet and you would like to sign one, please create a new ticket here and an NXP representative for NDA matters will help you with the process.  With Best Regards, Jozef
記事全体を表示
S32KEVB-Q100で動作する例を取得できません Design Studio 3.6.3 の最新バージョンをインストールしました。K144 のパッケージは拡張機能マネージャに表示されなかったSO、NXP からパッケージをダウンロードしようとしましたが、K144 の例や SDKs は見つかりません。 「Getting Started」やその他のチュートリアルに従いましたが、私のソフトウェアの動作と一致するものがないようです。 このソフトウェアを K144 開発ボードで動作させる方法を最初から詳しく説明してくれる人はいますか? Re: Unable To Get Working Example on S32KEVB-Q100 ありがとうございます。ようやくロードして実行する例ができました。 Re: Unable To Get Working Example on S32KEVB-Q100 当社製品にご興味をお持ちいただき、また当社コミュニティに貢献していただき、ありがとうございます。 S32K144 (またはその他の S32K1 派生製品) を使用した開発では、最新の S32DS および RTD バージョンを使用することをお勧めします。 • S32 Design Studio 3.6.3 – Windows/Linux • S32K1_S32M24X リアルタイム・ドライバ AUTOSAR R21-11 バージョン 3.0.0 IDEをダウンロードするには、 S32プラットフォーム用のS32 Design Studioページにアクセスしてください-> ダウンロード -> S32 デザインスタジオ 3.6.2 – Windows/Linux RTD をダウンロードするには、 S32K1ページ-> デザイン リソース -> ソフトウェア -> S32K1 用リアルタイム・ドライバ -> オートモーティブ SW - S32K1_S32M24x - Cortex-M 用リアルタイム・ドライバにアクセスしてください。 各SWへのインストールフロー/詳細についてはリリースノートをご確認ください。 SW をインストールすると、提供されている例が表示されます。 この情報が役に立つことを願います。リアルタイム・ドライバ (RTD) の使用に関してさらに質問がある場合は、お気軽にお問い合わせください。
記事全体を表示
S32K144 RTD Driver for EB tresos : SW32K1_S32M24x_RTD_4.4_3.0.0_QLP02 : License error I have downloaded "SW32K1_S32M24x_RTD_4.4_3.0.0_QLP02" RTD driver from NXP. But i am unable to use it as I am getting "No license for module ....." for all modules. I checked the plugins folder. The CRYPTOMANIFESTSIG.MF and CRYPTOMANIFEST.MF files are missing in META-INF folder for all modules. Does anyone have a solution for this problem ? Re: S32K144 RTD Driver for EB tresos : SW32K1_S32M24x_RTD_4.4_3.0.0_QLP02 : License error Here is the reply from SW team: After comparation between 3.0.0 QLP02/03 and 3.0.0 version, I saw that: in the 3.0.0 QLP02/03, there are missing files (CRYPTOMANIFEST.MF and CRYPTOMANIFESTSIG.MF) that used to check license. This caused license issues from the customer's side. The dev team also detected this issue, they will provide update packages soon. At the present, there are no workaround and a tentative date. The customer needs to wait for the new packages. Re: S32K144 RTD Driver for EB tresos : SW32K1_S32M24x_RTD_4.4_3.0.0_QLP02 : License error Sorry, let me double-check: The default RTD path is C:\NXP\SW32K1_S32M24x_RTD_4.4_3.0.0_QLP02 The default path for EBTresos is C:\EB\tresos, and the only file in C:\EB\tresos\links is SW32K1_S32M24x_RTD_4.4_3.0.0_QLP02.link In addition, MEM_43_INFLSand MEM_43_EXFLScan also be seen in SW32K1_S32M24x_RTD_R21-11_3.0.0_D2503_ReleaseNotes.pdf, but the Plugin name is not FLS in SW32K1_S32M24x_RTD_4.4_3.0.0_QLP02_D2505_ReleaseNotes.pdf. Do you only want AUTOSAR 4.4 and not AUTOSAR R21-11? Re: S32K144 RTD Driver for EB tresos : SW32K1_S32M24x_RTD_4.4_3.0.0_QLP02 : License error Hi The reinstall does not solve the issue. SW32K1_S32M24x_RTD_R21-11_3.0.0_D2503.exe. does not have FLS module. So, we will not be able to use it. Can we use "SW32K1_S32M24x_RTD_4.4_R21-11_2.0.0_P01" as a temporary solution? What are the differences between these versions - RTD_4.4_R21-11_2.0.0_P01 and RTD_4.4_3.0.0_QLP02_D2505 ? Re: S32K144 RTD Driver for EB tresos : SW32K1_S32M24x_RTD_4.4_3.0.0_QLP02 : License error Hi Sorry for the inconvenience we bring you! If you still receive a license error message when reinstall both EB Tresos and SW32K1_S32M24x_RTD_4.4_3.0.0_QLP02_D2505.exe in the default path, you may have to temporarily install SW32K1_S32M24x_RTD_R21-11_3.0.0_D2503.exe. Best Regards, Robin ------------------------------------------------------------------------------- Note: - If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you! - We are following threads for 7 weeks after the last post, later replies are ignored Please open a new thread and refer to the closed one, if you have a related question at a later point in time. -------------------------------------------------------------------------------
記事全体を表示