Multi Source Translation Content

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

Multi Source Translation Content

ディスカッション

ソート順:
MCU到TDA8035的工作流程 亲爱的社区成员们, 我目前有一个硬件,它将 TDA8035 集成到 MCU(新顿 Nano120LE3BN)中,以便在触点底座上连接智能卡。我查看了TDA的数据手册,但没有找到有关工作流程的流程图/示意图。能否提供一份包含这种集成方式的流程图? 注意:我正在研究如何使用代码使 MCU 到 TDA 工作,但是该卡在接触模式下对 RESET 没有反应。我估计在设置工作流程并将其应用到代码方面可能存在问题。工作流程以文档为基础。 期待收到大家的回复。 Re: MCU to TDA8035 working flow 你好@ldhoang1309 路径:PN7642_MCUXpresso_SDK_02-15-006_PUB\板\pnev7642fama\ct_examples\Ex2_Ctrdlib_ISO7816\bm Re: MCU to TDA8035 working flow 请问能否提供“ct_example”的文件/目录路径? Re: MCU to TDA8035 working flow 你好@ldhoang1309 建议您下载 SDK->PN7642 MCUXpresso SDK v02.15.006,该SDK 提供集成 MCU 的同类最佳 NFC 前端 | NXP 半导体。 这里有一个示例“ct_example”,这对您会有帮助。
記事全体を表示
RTD Import in S32 Design Studio for S32 Platform issue The main issue I'm facing in S32 Design studio is while integrating .c and .h files,if i create a project and select from project explorer,sdk is not showing any versions,then the next issue is in config tools,i,e  it shows MCU is not selected.Even after importing RTD from external,no MCU is being selected.Not able to select project also in this tool. Re: RTD Import in S32 Design Studio for S32 Platform issue Hi Please refer to the instructions in the video(How To Download, Install and Configure the RTD 5.0.0 with S32 Design Studio 3.6.0) to download and install the specific version of S32K3 RTD that you need. The latest version has been updated to S32K3 RTD 7.0.1. And don't forget to install NXP GCC for Arm Embedded Processors v10.2 build 1728 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. -------------------------------------------------------------------------------
記事全体を表示
Compilation issues When I compile using S32DS, I get the following problem. Can you tell me what causes it? Where is the problem coming from? Re: Compilation issues Hi@NXP2 Share your project or tell me the rtd version and demo name you're using.
記事全体を表示
在 SE052 内部生成私钥 RSA 密钥 我使用的是SE052安全元件集成电路。 我创建了一个基于 Zephyr 的示例应用程序,该应用程序在 SE052 中生成 RSA 私钥。 但是,在生成新的 RSA 私钥时遇到了问题,请检查此日志并修复它。 我想在 SE052 中生成 RSA 密钥,该密钥可用于 TLS 握手过程。 板是 ESP32c3devkitm。 Zephyr RTOS 版本为 3.7.0,使用 TLS 握手 v.1.2。 我还附上了示例应用程序和日志。请问如何生成RSA密钥? @Kan_Li 日志文件位于 .c 文件中。文件 key_generation_failed.c文件 A71CH SE050 Re: Generate Private RSA key Inside SE052 你好@MohitGediya , 请使用 Se05x_API_WriteRSAKey() 生成 RSA 密钥,示例代码如下所示: 状态 = Se05x_API_WriteRSAKey(pSe05xSession, (Se05xPolicy_t *)&policy_for_auth_obj, RSA_ATTESTATION_KEY_ID, 2048年 SE05X_RSA_NO_p, SE05X_RSA_NO_q, SE05X_RSA_NO_dp, SE05X_RSA_NO_dq, SE05X_RSA_NO_qInv, SE05X_RSA_NO_pubExp, SE05X_RSA_NO_priv, SE05X_RSA_NO_pubMod, kSE05x_INS_NA, kSE05x_KeyPart_Pair, kSE05x_RSAKeyFormat_CRT); 请为密钥对分配合适的策略,尤其不要禁用删除功能,否则密钥将无法再被删除。 祝你有美好的一天, 坎 ------------------------------------------------------------------------------- 笔记: - 如果此回复解答了您的问题,请点击“标记为正确答案”按钮。谢谢你! - 我们会持续关注帖子,从最后一条回复发出后持续7周,之后的回复将被忽略。 如果您之后有相关问题,请另开新帖并引用已关闭的帖子。 ------------------------------------------------------------------------------- Re: Generate Private RSA key Inside SE052 请回复使用 SE052 MbedTLS v.1.2 握手协议连接客户端和 MbedTLS 服务器@Kan_Li Re: Generate Private RSA key Inside SE052 被调用函数的定义在最后,并且是注释,供您参考。 关联的密钥ID是否存在任何问题? 或者 APDU 命令头。 我可以只生成私钥或密钥对,格式不限吗?类型方面没有问题。 我只需要SE052中的任何类型的RSA私钥。
記事全体を表示
编译问题 当我使用 S32DS 进行编译时,出现以下问题。你能告诉我这是什么原因造成的吗?问题出在哪里? Re: Compilation issues 您好@ NXP2 分享您的项目,或者告诉我您使用的rtd版本和演示名称。
記事全体を表示
Generate Private RSA key Inside SE052 I use SE052 Secuere element IC. I create zephyr based sample application which is generates RSA private key inside SE052. But face the issue to generate new private RSA key, check this logs and fix it. I want to Generate RSA key inside SE052 which can be use for TLS handshake process. board is ESP32c3devkitm. Zephyr RTOS version is 3.7.0 and TLS handshake v.1.2 is use. I attach also sample application and logs with you. Please suggest how to generate RSA key. @Kan_Li  Logs are in .c file key_generation_failed.c file  A71CH SE050 Re: Generate Private RSA key Inside SE052 Hi @MohitGediya , Please use Se05x_API_WriteRSAKey() to generate the RSA key, the sample code can be something like below: status = Se05x_API_WriteRSAKey(pSe05xSession, (Se05xPolicy_t *)&policy_for_auth_obj, RSA_ATTESTATION_KEY_ID, 2048, SE05X_RSA_NO_p, SE05X_RSA_NO_q, SE05X_RSA_NO_dp, SE05X_RSA_NO_dq, SE05X_RSA_NO_qInv, SE05X_RSA_NO_pubExp, SE05X_RSA_NO_priv, SE05X_RSA_NO_pubMod, kSE05x_INS_NA, kSE05x_KeyPart_Pair, kSE05x_RSAKeyFormat_CRT); Please assign proper policy to the key pair, especially no disabling the deletion, otherwise the key can not be removed any more. Have a great day, Kan ------------------------------------------------------------------------------- Note: - If this post answers your question, please click the "Mark Correct" 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. ------------------------------------------------------------------------------- Re: Generate Private RSA key Inside SE052 Please reply MbedTLS Server connection with client using SE052 MbedTLS v.1.2 handshake @Kan_Li  Re: Generate Private RSA key Inside SE052 Function defination of called function is in last and it's comment for your reference. Is there any issue about associated keyID? Or APDU command header. Can i generate only private key or key_pair in any format. There is no issue about type. I just want any type of private RSA key inside SE052. 
記事全体を表示
BT HF is not working by using NXP sd8987 wifi+BT combo module in android OS Hi, I am using NXP chip sd8987 (M2-JODY-W263-10C) with TI soc am62p. I am using android OS. a2dp is working, but hands free is not working. I have only 1 codec speaker. is there anything to be taken care from the pin perspective of M2-JODY-W263-10C (sd8987) module. Regards Roshan Re: BT HF is not working by using NXP sd8987 wifi+BT combo module in android OS Hi, @Roshan888  Can you please let me know what is your Android version? Did you use PCM/I2S interface for SCO on SD8987 M2-JODY-W263-10C module? Could you please provide me a full log from booting up your device and including the full A2DP connected but HFP could not work process? Best regards, Christine.
記事全体を表示
IMX8MPLUS - Bit rate variations for H.264/2656 coded Video stream from Camera Hi, I am using NXP i.MX8Mplus for a camera module product. I use two cameras, one on USB and second on MIPI-CSI2 interfaces. The data path looks like: Camera sensor -> MIPI-CSI -> ISP (bypassed, just DMA) -> GPU (OSD) -> VPU  (h/w encoder) -> RTSP stream on ethernet. I set my bit rate for encoded video stream to 4 Mbps. The pipeline setup looks like this: gst-launch-1.0 -v \ v4l2src device=/dev/video2 io-mode=dmabuf ! \ video/x-raw,format=NV12,width=1920,height=1080,framerate=30/1 ! \ vpuenc_hevc bitrate=4000 gop-size=60 ! \ h265parse config-interval=1 ! \ fakesink sync=false Problem: The customer reports that bitrate varies a lot, the variation is +/- 50%, sometimes even peaks to 100%.  Expectation of customer is variation must be capped to 20% max. How can we achieve this, i saw that CBR is not supported in SDK i am using on IMX8Mplus. I am using Yocto SDK , old one 'mikeldore' branch: repo init -u https://github.com/nxp-imx/imx-manifest.git -b imx-linux-mickledore -m imx-6.1.55-2.2.0.xml Please le us know: - if it is possible to lessen the variation to 20%, if yes how? Thanks pankaj Re: IMX8MPLUS - Bit rate variations for H.264/2656 coded Video stream from Camera i.MX95 does support encoder constant-bitrate control for H.264/H.265 through V4L2, but “steady bitrate” should be understood as CBR target control rather than perfectly fixed instantaneous output. Re: IMX8MPLUS - Bit rate variations for H.264/2656 coded Video stream from Camera Thank you for the reply Yiping.  I am trying these suggestions now. One more question, what about IMX95 , does encoder in IMX95 support steady bitrate? thanks pankaj Re: IMX8MPLUS - Bit rate variations for H.264/2656 coded Video stream from Camera Yes, you can reduce the variation, but: Achieving strict ±20% bitrate on i.MX8MP VPU is NOT guaranteed You can realistically reduce it from ±50–100% → ~±20–40% with proper tuning True CBR requires: v4l2-based encoder (v4l2h264enc / v4l2h265enc) explicit rate-control + QP constraints    Step 1 — Switch to V4L2 encoder (critical) Replace: vpuenc_hevc with: v4l2h265enc Step 2 — Enable real rate control + CBR mode gst-launch-1.0 -v \ v4l2src device=/dev/video2 io-mode=dmabuf ! \ video/x-raw,format=NV12,width=1920,height=1080,framerate=30/1 ! \ v4l2h265enc extra-controls="encode, \ frame_level_rate_control_enable=1, \ video_bitrate_mode=1, \ video_bitrate=4000000, \ h265_min_qp=20, \ h265_max_qp=30" ! \ h265parse config-interval=1 ! \ fakesink sync=false Step 3 — Tune QP range (MOST IMPORTANT) Setting Effect Wide QP (e.g. 10–51) large bitrate variation Narrow QP (e.g. 20–30) lower variation, lower quality Very narrow (e.g. 24–28) near-CBR behavior For the requirement: Start with: QP range = 20–30 If still >20% variation → tighten to 22–28   Step 4 — GOP / I-frame control Your current: gop-size=60 Issue: I-frame causes large spikes (2–5x bitrate) gop-size=30 (shorter GOP helps) Mitigation: OR (better): Enable intra-refresh (if supported) Avoid large IDR spikes Step 5 — Optional smoothing (network level) Even after encoder tuning, short bursts may remain. Add: queue + rtpjitterbuffer OR socket buffer shaping This smooths network bitrate, even if encoder fluctuates.
記事全体を表示
MPC5644A 制造商库 我需要MPC5644A的厂商库。 需要采取什么程序? Re: MPC5644A manufacturer library 你好, 好的,谢谢你的解释。 没有适用于此旧设备的库: https://www.nxp.com/design/design-center/software/functional-safety-software/structural-core-self-test-scst-library:SCST 最接近的是 MPC564xB,它与 MPC5644A 具有相同的 Z4 内核。 顺祝商祺! Peter Re: MPC5644A manufacturer library 我使用的是MPC5644A芯片组。 我需要一个用于核心测试的SCST库。 我联系了 NXP 在线聊天,被告知要向 NXP 社区咨询。 我如何才能获得 SCST 库? Re: MPC5644A manufacturer library 你好, 我不太清楚您在寻找什么。 您能解释得更详细些吗? 顺祝商祺! Peter
記事全体を表示
MCU to TDA8035 working flow Dear community, I am currently having a hardware that integrates TDA8035 to MCU (Nano120LE3BN of Nuvoton) in order to connect a smartcard at the contact base. I look at the datasheet of TDA and found no flow chart/diagram about the working flow. Can someone provide a working flowchart with this kind of integration? Note: I work on how to make MCU to TDA work using the code but the card does not respond to reset at contact mode. I assume there might be problems about how I set up a workflow and apply it to code. The workflow is based on the document. Look forward to hearing from y'all. Re: MCU to TDA8035 working flow Hello @ldhoang1309  The path : PN7642_MCUXpresso_SDK_02-15-006_PUB\boards\pnev7642fama\ct_examples\Ex2_Ctrdlib_ISO7816\bm Re: MCU to TDA8035 working flow Could you please provide a file/directory path to "ct_example"? Re: MCU to TDA8035 working flow Hello @ldhoang1309  It's recommanded that you can download SDK-> PN7642 MCUXpresso SDK v02.15.006 by going Best-in-Class NFC Frontend with Integrated MCU | NXP Semiconductors there is an example "ct_example" would be helpful to you.
記事全体を表示
SPI(スレーブ)+ DMAデータ受信エラー S32K144 SPIをスレーブモードでDMAを使用して構成した場合、データ受信時にデータミスアライメントが発生します(例えば、正しいシーケンスは1、2、3、4、5、6であるべきところ、実際に受信されるデータは3、4、5、6、1、2となり、ミスアライメントを示しています)。オシロスコープを使用して通信データシーケンスを解析すると、シーケンスは正常であり、最初の通信時にSPIが受信するデータも正常です。現在の通信方法は、マスターおよびスレーブマイクロコントローラが定期的にSPI通信をトリガーするというものです。 Re: SPI(Slave )+DMA 数据接收异常 IDE:S32 Design Studio for ARM バージョン2.2、カスタムボード。 Re: SPI(Slave )+DMA 数据接收异常 こんにちは、 @GLBさん どのソフトウェアとIDEを使っていますか?自分の側で問題を再現できるよう、コードと設定を共有していただけませんか? また、カスタムボードを使っていますか?それとも評価ボード(EVB)ですか? BR、VaneB
記事全体を表示
SE052内でRSA秘密鍵を生成する 私はSE052セキュアエレメントICを使用しています。 私はZephyrベースのサンプルアプリケーションを作成し、SE052内でRSA秘密鍵を生成します。 しかし、新しいRSA秘密鍵を生成する際に問題が発生した場合は、このログを確認して修正してください。 SE052内でRSAキーを生成し、TLSハンドシェイク処理に使いたいです。 ボードはESP32c3devkitmです。 Zephyr RTOSバージョンは3.7.0で、TLSハンドシェイクv.1.2が使われています。 サンプルのアプリケーションとログも添付します。RSA鍵の生成方法を教えてください。 @Kan_Li ログは.cファイルにありますファイル key_generation_failed.cファイル A71CH SE050 Re: Generate Private RSA key Inside SE052 こんにちは、 @MohitGediya さん。 RSAキーを生成するにはSe05x_API_WriteRSAKey()を使用してください。サンプルコードは以下の通りです: ステータス = Se05x_API_WriteRSAKey(pSe05xSession、 (Se05xPolicy_t *)&policy_for_auth_obj、 RSA_ATTESTATION_KEY_ID、 2048年 SE05X_RSA_NO_p、 SE05X_RSA_NO_q、 SE05X_RSA_NO_dp、 SE05X_RSA_NO_dq、 SE05X_RSA_NO_qInv、 SE05X_RSA_NO_pubExp、 SE05X_RSA_NO_priv、 SE05X_RSA_NO_pubMod、 kSE05x_INS_NA、 kSE05x_キーパーツペア、 kSE05x_RSAKeyFormat_CRT); キーペアに適切なポリシーを割り当ててください。特に削除を無効化しないと、キーは削除できません。 すてきな一日を、 カン ------------------------------------------------------------------------------- 注記: この投稿があなたの質問への回答になっている場合は、「正解としてマーク」ボタンをクリックしてください。ありがとうございます! - 前回の投稿から7週間Threadをフォローしており、その後の返信は無視しています もし後で関連する質問があれば、新しいThreadを開き、閉じたThreadを参照してください。 ------------------------------------------------------------------------------- Re: Generate Private RSA key Inside SE052 MbedTLSサーバーとクライアント間のSE052 MbedTLS v.1.2ハンドシェイクによる接続について、 @Kan_Li さんに返信をお願いします。 Re: Generate Private RSA key Inside SE052 呼び出される関数の定義は最後にあり、参考のためにコメントとして記載されています。 関連付けられているキーIDに何か問題はありますか? またはAPDUコマンドヘッダー。 秘密鍵やkey_pairだけを生成することはできますか?型に関する問題はありません。 SE052の中に、どんな種類のRSA秘密鍵でもいいので入れたいんです。
記事全体を表示
[i.MX RT1186] How to achieve the exact equivalent of STM32 "DMA Circular Mode" using eDMA? Hi everyone, I am currently working on a motor control project using the i.MX RT1186. In my application, I use the eFlexPWM to trigger ADC conversions. I want to use the eDMA to continuously transfer these ADC conversion results into a ring buffer in the memory. My goal is to make the eDMA run endlessly: once the buffer is full, the eDMA pointer should automatically wrap around to the beginning of the buffer and continue overwriting the oldest data, completely without any CPU intervention. Could anyone please advise on the standard way to configure the eDMA to achieve this continuous circular behavior on the RT1186? Are there any specific SDK examples or fsl_edma API configurations you could recommend for this use case? Any code snippets or guidance would be greatly appreciated. Thank you! i.MXRT Re: [i.MX RT1186] How to achieve the exact equivalent of STM32 "DMA Circular Mode" using e Dear @guogai , Thank you for your question. Currently, there is no official example combining ADC with eDMA available for the i.MX RT1180 series in the MCUXpresso SDK. However, you may find the following resources helpful: We provide a ADC application guide , which introduces ADC configuration and usage. I believe it can give you a good understanding of how the ADC module works. For eDMA, you can refer to the following SDK demo to become familiar with the eDMA module and its usage: eDMA memory-to-memory example Based on your use case, I have the following suggestions: Use ADC continuous/circular sampling functionality (recommended) The ADC itself supports continuous conversion, and the result FIFO can store up to 16 samples. You can periodically read the FIFO and perform filtering in software. This approach is relatively simple and easier to implement. Implement DMA circular behavior manually (advanced option) If you would like to achieve behavior similar to STM32 “DMA circular mode,” you will need to configure the registers manually based on the reference manual.
記事全体を表示
SPI (Slave) + DMA data reception error When the S32K144 SPI is configured in SLAVE mode and uses DMA, data misalignment occurs during data reception (e.g., the correct sequence should be 1, 2, 3, 4, 5, 6, but the actual received data is 3, 4, 5, 6, 1, 2, indicating a misalignment). Analysis of the communication data sequence using an oscilloscope shows it is normal, and the data received by the SPI during the first communication is also normal. The current communication method is that the master and slave microcontrollers periodically trigger SPI communication. Re: SPI(Slave )+DMA 数据接收异常 IDE:S32 Design Studio for ARM Version 2.2, custom board. Re: SPI(Slave )+DMA 数据接收异常 Hi @GLB  Which software and IDE you are using? Could you please share your code and configuration so I can try to reproduce the issue on my side? Also, are you working with a custom board or an evaluation board (EVB)? BR, VaneB
記事全体を表示
[i.MX RT1186] eDMAを使用してSTM32の「DMA循環モード」と全く同じ動作を実現するにはどうすればよいですか? こんにちは、皆さん 現在、 i.MX RT1186を使ってモーター制御プロジェクトに取り組んでいます。 私のアプリケーションでは、eFlexPWMを使ってADC変換をトリガーしています。eDMAを使用して、これらのADC変換結果をメモリ内のリングバッファに継続的に転送したいと考えています。 私の目標は、eDMAを無限に実行させることです。バッファがいっぱいになったら、eDMAポインタは自動的にバッファの先頭に戻り、CPUの介入なしに最も古いデータを上書きし続ける必要があります。 RT1186でこの連続的な円形動作を実現するためにeDMAの設定の標準的な方法について、どなたかアドバイスをいただけませんか? このユースケースでおすすめできる具体的なSDKsの例やfsl_edma API構成はありますか? コードスニペットやアドバイスがあれば大変ありがたいです。 ご回答をお待ちしています。 i.MX RT Re: [i.MX RT1186] How to achieve the exact equivalent of STM32 "DMA Circular Mode" using e @guogai様、 ご質問ありがとうございます。 現在、MCUXpresso SDKの i.MX RT1180シリーズ向けにADCとeDMAを組み合わせた公式な例は存在しません。 ただし、以下の資料が役立つかもしれません。 ADCの構成と使用方法を紹介する ADCアプリケーションガイド を提供しています。ADCモジュールの仕組みを理解する手助けになると思います。 eDMAについては、以下のSDKデモを参照してeDMAモジュールとその使用方法に慣れることができます。 eDMAメモリ間での例 あなたのCASEに基づき、以下の提案があります: ADCの連続/円形サンプリング機能の使用(推奨) ADC自体は連続変換をサポートしており、結果として最大16サンプルを保存できます。定期的にFIFOを読み、ソフトウェアでフィルタリングを行うことができます。 この方法は比較的シンプルで、実施も容易です。 DMAの循環動作を手動で実装する(高度なオプション) STM32の「DMAサーキュラーモード」のような挙動を得たい場合は、リファレンスマニュアルに基づいてレジスタを手動で設定する必要があります。
記事全体を表示
IMX8MPLUS - カメラからのH.264/2656エンコードビデオストリームのビットレート変動 こんにちは、 私はカメラモジュール製品としてNXP i.MX8Mplusを使っています。私は2台のカメラを使っています。1台はUSB接続、もう1台はMIPI-CSI2インターフェース接続です。データパスは次のようになります。 センサ -> MIPI-CSI -> ISP(バイパス、DMAのみ) -> GPU(OSD) -> VPU(白エンコーダー) -> イーサネット上のRTSPストリーム。 エンコードされたビデオストリームのビットレートを4Mbpsに設定しました。パイプラインの設定は次のようになります。 gst-launch-1.0-v \ v4l2src デバイス=/dev/video2 io-mode=dmabuf !\ video/x-raw、format=NV12、width=1920、height=1080、framerate=30/1 !\ vpuenc_hevc ビットレート=4000 gop-size=60 !\ h265parse config-interval=1 !\ fakesink sync=false 問題点:お客様の報告によると、ビットレートは大きく変動し、変動は+/-50%、時にはピークが100%に達することもあります。お客様の期待値の変動は最大20%に制限しなければなりません。 どうすればこれを実現できるのでしょうか?IMX8Mplusで使っているSDKではCBRがサポートされていないのを見ました。私はYocto SDKを使っています。古い『mikeldore』ブランチです: Repo init -U https://github.com/nxp-imx/imx-manifest.git -b IMX-Linux-mickledore -m imx-6.1.55-2.2.0.xml お知らせください: 変動幅を20%に抑えることが可能であれば、その方法を教えてください。 よろしくお願いします。 パンカジ Re: IMX8MPLUS - Bit rate variations for H.264/2656 coded Video stream from Camera i.MX95はH.264/H.265からV4L2までのエンコーダー定ビットレート制御をサポートしていますが、「定常ビットレート」は完全に固定された瞬時出力ではなくCBRターゲット制御として理解されるべきです。 Re: IMX8MPLUS - Bit rate variations for H.264/2656 coded Video stream from Camera Yipingさん、ご返信ありがとうございます。今、これらの提案を試しています。もう一つ質問ですが、IMX95についてはどうでしょうか?IMX95のエンコーダは定常ビットレートをサポートしていますか? よろしくお願いします。 パンカジ Re: IMX8MPLUS - Bit rate variations for H.264/2656 coded Video stream from Camera はい、ばらつきを減らすことはできますが、以下の通りです: i.MX8MP VPUで±20%のビットレートを厳密に達成することは保証されません 適切なチューニングを行うことで、±50〜100%→~±20〜40%に現実的にCAN減らせます 真のCBRには以下が必要です。 v4l2ベースのエンコーダー(v4l2h264enc / v4l2h265enc) 明示的な速度制御 + QP制約   ステップ1 — V4L2エンコーダへのスイッチ(クリティカル) 交換する: vpuenc_hevc 説明: v4l2h265enc ステップ2 — リアルタイムレート制御とCBRモードを有効にする gst-launch-1.0-v \ v4l2src デバイス=/dev/video2 io-mode=dmabuf !\ video/x-raw、format=NV12、width=1920、height=1080、framerate=30/1 !\ v4l2h265enc extra-controls="encode, \ frame_level_rate_control_enable=1, \ video_bitrate_mode=1, \ video_bitrate=4000000, \ h265_min_qp=20, \ h265_max_qp=30" !\ h265parse config-interval=1 !\ fakesink sync=false ステップ3 — QP範囲の調整(最も重要) 設定 効果 ワイドQP(例:10-51) ビットレートの大きな変動 狭いQP(例:20~30) 変動が少なければ品質も低く 非常に狭い(例:24~28) 近CBR挙動 要件: 開始値:QP範囲=20~30 それでも20%を超える変動がある場合は、22~28に締め付ける。   ステップ4 — GOP / Iフレーム制御 あなたの現在の状況: gop-size=60 問題: Iフレームは大きなスパイク(ビットレートの2~5倍)を引き起こします。 gop-size=30(GOPが短い方が効果的) 緩和: または(より良い): イントラリフレッシュを有効にする(サポートされている場合) IDRの大幅な急増を避ける ステップ5 — オプションの平滑化(ネットワークレベル) エンコーダーの調整後でも、短いバーストノイズが残る場合があります。 次を追加します キュー + rtpjitterbuffer ORソケットバッファシェーピング これにより、エンコーダーが変動しても、ネットワークビットレートが安定します。
記事全体を表示
MCUからTDA8035作業フローへの移行 コミュニティの皆様へ 現在、TDA8035をMCU(NuvotonのNano120LE3BN)に統合するハードウェアを使って、コンタクトベースでスマートカードを接続しています。TDAのデータシートを確認しましたが、作業フローに関するフローチャートや図は見当たりませんでした。このような統合の動作フローチャートを誰か提供CAN? 注:コードを使ってMCUからTDAへの移行方法を研究していますが、カードは接触モードでリセットに反応しません。ワークフローの設定方法や、それをコードに適用する方法に問題があるのではないかと考えています。ワークフローは文書に基づいています。 皆様からのご連絡をお待ちしております。 Re: MCU to TDA8035 working flow こんにちは、@ldhoang1309さん パス: PN7642_MCUXpresso_SDK_02-15-006_PUB\boards\pnev7642fama\ct_examples\Ex2_Ctrdlib_ISO7816\bm Re: MCU to TDA8035 working flow 「ct_example」へのファイルやディレクトリのパスを教えていただけますか? Re: MCU to TDA8035 working flow こんにちは、@ldhoang1309さん SDK-> PN7642 MCUXpresso SDK v02.15.006 をダウンロードするには、Best-in-Class NFC Frontend with Integrated MCU |NXPセミコンダクターズ 「ct_example」という例が参考になると思います。
記事全体を表示
NFC PN7160 无法通过 I2C 反馈 I2C 地址 0x28 ACK 我买了一块 NFC PN7160 评估板和 Raspberry Pi 5;我用 Raspberry Pi 5 来驱动 PN7160。我按照NXP网站上的步骤移植了软件包。但它失败了。然后我尝试使用 Raspberry I2C 端口来命令 PN7160 从地址 0x28。我检查了波形,并确认PN7160的电源供电正常。我还使用 Raspberry Pi GPTO 24 为 PN7160 VEN 生成高-低-高脉冲以进行其余操作;但我无法获得 PN7160 从地址 ACK 反馈。你能帮我找出问题所在吗? 谢谢! 齐夫 评估板 Re: NFC PN7160 cannot feedback I2C address 0x28 ACK by I2C 你好 KaiLi: 非常感谢您的反馈。我第一次拿到评估板时,就是按照你分享的标准操作程序做的。 我尝试了很多次。PN7160 无法通过 ACK =Low 反馈 0x28 地址;这就是为什么我尝试仅通过 I2C 与 PN7160 通信的原因;我甚至怀疑 PN7160 可能没有被编程固件。您有什么建议吗?多谢。 Re: NFC PN7160 cannot feedback I2C address 0x28 ACK by I2C 你好@Ziv_Wang 我建议您参考这篇博文《将 PN7160 NCI2 协议栈移植到 Raspberry Pi 5 操作系统》(作者:Bookworm)。 构建您的设备。
記事全体を表示
MPC5644A メーカーライブラリ MPC5644A用のメーカーライブラリが必要です。 どのような手続きが必要ですか? Re: MPC5644A manufacturer library こんにちは、 はい、ご説明ありがとうございます。 この旧型デバイスに対応するライブラリは存在しません。 https://www.nxp.com/design/design-center/software/functional-safety-software/structural-core-self-test-scst-library:SCST 最も近いのはMPC564xBで、これはMPC5644Aと同じZ4コアを搭載しています。 よろしくお願いいたします。 ピーター Re: MPC5644A manufacturer library 私はMPC5644Aチップセットを使用しています。 コアテスト用のSCSTライブラリが必要です。 NXPライブチャットにお問い合わせしましたところ、NXPコミュニティに問い合わせるように言われました。 SCSTライブラリはどのように入手できますか? Re: MPC5644A manufacturer library こんにちは、 あなたが何を探しているのかよく分かりません。 もう少し詳しく説明してもらえますか? よろしくお願いいたします。 ピーター
記事全体を表示
NFC PN7160 cannot feedback I2C address 0x28 ACK by I2C I bought a NFC PN7160 evaluation board with Raspberry Pi 5; I used Raspberry Pi 5 to drive PN7160. I followed NXP websit to porting software package. But it is failed. Then I try to use Raspberry I2C port to command PN7160 slave address 0x28. I checked the waveform and make sure the power to PN7160 are correct. I also use Raspberry Pi GPTO 24 to geerate a high-low-high pulse for PN7160 VEN for rest; I cannot get PN7160 salve address ACK feedback. could you help me to figure out what it is problem? Thanks Ziv Evaluation Board Re: NFC PN7160 cannot feedback I2C address 0x28 ACK by I2C Hello KaiLi:  Very thanks for your feedback. When I got the evaluation board at the first time, I followed the SOP what you shared. And I tried many times. The PN7160 cannot feedback 0x28 address by ACK =Low; that's why I try simply to communicate with PN7160 by I2C only; I even suspected that the PN7160 may not have firmware programmed into it. could you have suggestions for me? Thanks a lot. Re: NFC PN7160 cannot feedback I2C address 0x28 ACK by I2C Hello @Ziv_Wang  I would recommend you to follow the post Porting PN7160 NCI2 stack to Raspberry Pi 5 OS --Bookworm  to build your device.
記事全体を表示