Multi Source Translation Content

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

Multi Source Translation Content

ディスカッション

ソート順:
RVT70HSTNWC00-B (ILI2132A) with MIMXRT1176-evkb Hi, I'm currently working on a project with the MIMXRT1176-EVKB. In this project, I would like to display some screens on the RVT70HSTNWC00-B display and be able to register touch coordinates. I already have a working screen thanks to another NXP forum post: https://community.nxp.com/t5/i-MX-Processors/Creating-a-driver-for-a-MIPI-LCD/m-p/1772322 The only issue I have is that the touch driver (ILI2132A) for this display works slightly differently than other drivers (e.g., the GT911) but still uses I²C as protocol and there are no examples in the SDK that use this driver. Does anyone have a solution for this that can be built on the MIMXRT1170 series? All help and information are welcome. Thanks in advance! Communication & Control(I3C | I2C | SPI | FlexCAN | Ethernet | FlexIO) Re: RVT70HSTNWC00-B (ILI2132A) with MIMXRT1176-evkb Hi @KobeV, We do not currently provide a proper driver for the ILI2132A, but the RT1170-EVKB does support Zephyr, which has a driver for this touch IC called "input_ili2132a.c" (Doc, GitHub). Considering that the specifics for the ILI2132A touch IC are already implemented on that driver, the migration process to a bare metal driver is quite achievable. All the GPIO and I2C functions that are using on that driver should already have their bare metal equivalent on our SDK, so I suggest migrating or create your own driver based on that one. Also, since the RT1170-EVKB is already supported by Zephyr, you could do testing scenarios with a Zephyr-based projects to ensure the functionality of the driver and debug its functionality before any migration process. BR, Edwin.
記事全体を表示
RT1176 of SEMC 该芯片的时钟引脚电平(外接DRAM)无法正常工作,正常烧录程序后,检查发现该时钟脚电平未改变 Core and Memory Development Board Re: RT1176 of SEMC Hi @qxy111 , 感谢您关注恩智浦RT系列产品,很高兴为您服务。 RT1176 的 SEMC 外部引脚由 NVCC_EMC I/O 电源域 供电。因此,SEMC_CLK 的输出电平由 NVCC_EMC 的供电电压决定。正常情况下,其高电平应与设计所采用的 NVCC_EMC 电压一致,例如 1.8 V 或 3.3 V,而不是 1.1 V core 电压。 请首先确认以下硬件和软件配置: 1:您定制开发板是否正常上电,特别是 NVCC_EMC1 / NVCC_EMC2 电源是否正常  2: 外接 SDRAM 的 VDD是否与 RT1176 的 NVCC_EMC 电压匹配  3:SEMC 相关 pin mux、SEMC clock 是否已正确初始化  4: SDRAM 初始化参数是否与实际使用的 SDRAM 器件匹配  另外,SEMC_CLK 是高速时钟信号,建议使用示波器在芯片引脚附近测量,不建议使用万用表判断该信号是否正常。 同时建议您参考 MIMXRT1170-EVKB 开发板设计。该开发板的 SDRAM 接口已经过验证,可以用于原理图和软件配置的对比验证。   Best Regards May Re: RT1176 of SEMC 内核 1.1V 信号无法抬升到 NVCC_EMC 电压 Re: RT1176 of SEMC 内核 1.1V 信号无法抬升到 NVCC_EMC 电压
記事全体を表示
How to verify hardware-backed encryption/decryption (AES/RSA) via ELE API on i.MX95 I'm working with the NXP EdgeLock Enclave (ELE) on the Verdin i.MX95, using the imx-secure-enclave library (https://github.com/nxp-imx/imx-secure-enclave). I need to demonstrate/validate that the hardware crypto engine correctly supports the following operations: generateSymmetricKey injectSymmetricKey generatePublicPrivateKeyPair(shares the public key and stores internally the private key) encrypt(data, keyId) decrypt(data,keyId) sign VerifySignature For at least the following base algorithms: AES (symmetric) and RSA (asymmetric) Is there a recommended test suite, sample application, or reference that exercises all of the above operations end-to-end? Any pointers to example code, test procedures, or documentation covering hardware validation of these primitives would be appreciated.
記事全体を表示
S32K314/S32K348 Hello, I want to replace the S32K314 with the S32K348, but the hardware circuit remains the same. What software changes are required? Can I directly replace the chip in my existing project, or is there a simpler method? Thank you. Re: S32K314/S32K348 OK, thanks Re: S32K314/S32K348 Hi@ Joker_Y The S32K314 and S32K348 are pin-incompatible in hardware, so it's unrealistic to say that the hardware will remain unchanged. Secondly, the chip cannot be directly modified or replaced in the software; you need to create an S32K348 project from scratch.
記事全体を表示
S32K314/S32K348 你好,我想把S32K314换成S32K348,但是硬件电路不变,软件上需要怎么操作?在我原来的工程上直接更换芯片吗还是有什么简便的方法?谢谢 Re: S32K314/S32K348 好的 谢谢 Re: S32K314/S32K348 Hi@Joker_Y S32K314和S32K348在硬件上管脚是不兼容的,所以你说硬件不变这就不现实。 其次软件上也无法直接修改更换芯片,你需要从头开始创建S32K348的工程。
記事全体を表示
S32K314/S32K348 こんにちは。S32K314をS32K348に交換したいのですが、ハードウェア回路は変更しません。ソフトウェアの変更は必要でしょうか?既存のプロジェクトでチップを直接交換することは可能でしょうか、それとももっと簡単な方法がありますか?よろしくお願いします。 Re: S32K314/S32K348 はい、ありがとうございます。 Re: S32K314/S32K348 こんにちは@Joker_Y S32K314とS32K348はハードウェアのピン配置に互換性がないため、ハードウェアが変更されないというのは現実的ではありません。 第二に、ソフトウェア上でチップを直接変更したり交換したりすることはできません。S32K348プロジェクトをゼロから作成する必要があります。
記事全体を表示
Request for Bare-Metal Reference Code and Examples for LX2080A Using CodeWarrior Studio Dear NXP Support Team, I am currently working with the NXP Layerscape LX2080A processor and developing applications in a bare-metal environment using CodeWarrior Development Studio. I would like to request any available resources, reference projects, or example codes for the following: Bare-metal startup code for LX2080A Initialization of DDR, clocks, and peripherals Core bring-up and multicore examples UART driver examples for console output GPIO and timer programming examples Interrupt handling examples Linker scripts and memory map configurations Any SDKs, application notes, or documentation related to bare-metal development on LX2080A CodeWarrior project examples specifically targeted for LX2080A My objective is to develop and debug bare-metal applications without an operating system, and any reference materials or sample projects would be highly appreciated. Board Information: Processor: NXP LX2080A Development Environment: CodeWarrior Development Studio Application Type: Bare-Metal Development Please let me know if there are any recommended documents, repositories, training materials, or community resources available for this use case. Thank you for your support sai chandu Re: Request for Bare-Metal Reference Code and Examples for LX2080A Using CodeWarrior Studio Hello, Built-in CodeWarrior Example Projects After installing CodeWarrior for QorIQ LS Series ARMv8, the following stationery/example projects are available directly in the IDE: Bare-Metal Project Creation (New Project Wizard) Open CodeWarrior IDE → File > New > ARMv8 Stationery Select: ARMv8 > Bare board > Hello World C Project Build and debug the bare-metal project AMP Multicore Example (HelloWorld_C_AMP_Bare) Located at: \CW_ARMv8\ARMv8\CodeWarrior_Examples\HelloWorld_C_AMP_Bare\ This example includes: Bare-metal startup code ( start.S ) Exception handlers ( exceptions.c , exceptions.S ) Linker scripts with configurable ___DDR_ADDRESS , ___MEMORY_SIZE , ___CORE_NUMBER SMP/AMP multicore support Multicore tip (LX2160A/LX2080A): To run on cores beyond Core 0 and Core 1, duplicate the LX2160A_RDB target connection and modify the Target Initialization File with the correct CORE_CONTEXT and SAP_CORE_CONTEXT for each additional core. Disable DDR/PHY re-initialization for secondary cores. Library Projects (source available for recompilation) Located at: {CW_ARMv8}\ARMv8\CodeWarrior_Examples\ UART_C_Static_Lib_Bare — printf support through UART port (note: this library targets LS-series UART; the LX2160A/LX2080A uses a different UART controller — see note below) Switch from semihosted I/O to UART by replacing simrdimon.specs with uart.specs in linker flags DDR Initialization For the LX2080A, DDR initialization in a bare-metal context follows the same flow as LX2160A: QCVS DDRv Tool (bundled with CodeWarrior) is used to validate DDR and generate ddr_init.c The generated code can be used in your bare-metal startup or as a reference for ATF-based initialization DDR PHY firmware ( fip_ddr.bin ) must be deployed at 0x00800000 on XSPI flash GPP DRAM Region #1 starts at 0x0000_8000_0000 ; Region #1 must be included (DPAA/QMAN dependency) Linker script DDR configuration example: PROVIDE (___DDR_ADDRESS = 0x80000000); PROVIDE (___MEMORY_SIZE = 0x1effffff); PROVIDE (___CORE_NUMBER = 0); PROVIDE (___START_RAM_ADDRESS = ___DDR_ADDRESS + ___CORE_NUMBER * ___MEMORY_SIZE);  UART on LX2080A — Important Note The LX2080A UART controller is NOT backward compatible with the PrimeCell UART used in LS-series processors. The built-in UART_C_Static_Lib_Bare library only supports LS-series UART. For LX2080A UART output, you will need to implement your own driver based on the LX2160A Reference Manual UART register map, or reference SDK UART driver examples. Community resources for UART on LX2160A/LX2080A: Using printf via UART in a bare-metal project Compare bare-metal built by CodeWarrior and Realtime Edge Real-Time Edge Software (Bare-Metal Framework) NXP's Real-Time Edge Software includes a bare-metal framework for LX2160ARDB-REV2 (compatible with LX2080A designs): U-Boot-based bare-metal framework for low-latency scenarios Includes GPIO, IPI, inter-core communication examples Available at: Real-Time Edge Software Community knowledge base article: Application Development based on BareMetal framework in Real-Time Edge Software   Regards
記事全体を表示
RT1176 of SEMC The clock pin level of the chip (external DRAM) is not working properly. After successfully programming the chip, it was found that the clock pin level did not change. Core and Memory Development Board Re: RT1176 of SEMC Hi @qxy111 , Thank you for your interest in NXP's RT series products. We are happy to assist you. The SEMC external pin of the RT1176 is powered by the NVCC_EMC I/O power domain. Therefore, the output level of SEMC_CLK is determined by the supply voltage of NVCC_EMC. Normally, its high level should match the NVCC_EMC voltage used in the design, such as 1.8 V or 3.3 V, rather than the 1.1 V core voltage. Please first confirm the following hardware and software configurations: 1. Check if your custom development board powers on normally, especially whether the NVCC_EMC1 / NVCC_EMC2 power supplies are functioning correctly. 2: Does the VDD voltage of the external SDRAM match the NVCC_EMC voltage of the RT1176? 3: Have the SEMC-related pin muxes and SEMC clock been correctly initialized? 4: Do the SDRAM initialization parameters match the actual SDRAM device being used? Additionally, SEMC_CLK is a high-speed clock signal. It is recommended to use an oscilloscope to measure it near the chip pins, and it is not recommended to use a multimeter to determine whether this signal is normal. We also recommend that you refer to the MIMXRT1170-EVKB development board design. The SDRAM interface on this board has been verified and can be used for comparison and verification of schematics and software configurations.   Best Regards May Re: RT1176 of SEMC The core 1.1V signal cannot be raised to the NVCC_EMC voltage. Re: RT1176 of SEMC The core 1.1V signal cannot be raised to the NVCC_EMC voltage.
記事全体を表示
RVT70HSTNWC00-B (ILI2132A) と MIMXRT1176-evkb こんにちは、 私は現在、 MIMXRT1176-EVKBを使ったプロジェクトに取り組んでいます。このプロジェクトでは、 RVT70HSTNWC00-Bディスプレイにいくつかの画面を表示し、タッチ座標を登録できるようにしたいと考えています。 別のNXPフォーラムの投稿( https://community.nxp.com/t5/i-MX-Processors/Creating-a-driver-for-a-MIPI-LCD/mp/1772322 )のおかげで、既に動作するスクリーンを入手できました。 唯一の問題は、このディスプレイのタッチドライバー(ILI2132A)が他のドライバー(例:GT911)とは少し動作が異なるものの、プロトコルとしてはI²Cを使っており、SDKにはこのドライバーを使う例がないことです。 MIMXRT1170シリーズをベースにできる解決策をご存知の方はいらっしゃいますか? あらゆるご支援と情報を歓迎いたします。 よろしくお願いいたします! 通信・制御(I3C |I2C |SPI |FlexCAN |イーサネット |FlexIO) Re: RVT70HSTNWC00-B (ILI2132A) with MIMXRT1176-evkb こんにちは、 @KobeV さん。 現在、このILI2132A用の正式なドライバーは提供していませんが、RT1170-EVKBはZephyrをサポートしており、Zephyrには「input_ili2132a.c」というタッチIC用のドライバーがあります(ドキュメント、GitHub参照)。 ILI2132A Touch ICの詳細はすでにそのドライバーに実装されているため、ベアメタルドライバーへの移行プロセスは十分に可能です。そのドライバで使われているすべてのGPIOやI2C機能は、すでにSDK上にベアメタル対応のものがあるはずなので、それをもとに移行するか、自分でドライバを作成することをお勧めします。 また、RT1170-EVKBはすでにZephyrでサポートされているので、Zephyrベースのプロジェクトでドライバーの機能を確認し、移行前にデバッグするテストシナリオを行うことも可能です。 BR、 エドウィン。
記事全体を表示
GD3162 fault clearing scope Hi NXP, I want a quick clarification that without "RESETing" the GD3162 registers via Mode2 ,can the fault bits be cleared by writing "1" to the particular register bits?? Or is the fault clearing mech only limited to POR_1, POR_2 and BIST_FAIL?? Akshat_VE02376_0-1786968569085.pngAkshat_VE02376_0-1786968569085.png Re: GD3162 fault clearing scope Hello Akshat_VE02376 Good day! Yes, fault bits can be cleared by writing a "1" to the corresponding STATUS1/STATUS2 bit without using MODE2.RESET, provided the underlying fault condition has disappeared. The mention of POR_1, POR_2, and BIST_FAIL in the datasheet is not a limitation. It is highlighting that even those bits, which might otherwise seem special, are also cleared by the write-one-to-clear mechanism. I recommend you take a look at another case from the community that I think is related and might help you with future questions. "All faults can be cleared by writing a '1' to the corresponding bit in the associated STATUSx register." https://community.nxp.com/t5/Other-NXP-Products/GD3162-gate-driver-WDOG-fault/m-p/2049814 I hope this information has helped you, please let me know if you need help with anything else. Have a great day and best of luck.
記事全体を表示
GD3162故障清除范围 您好,NXP, 我想快速确认一下,如果不通过模式2“复位”GD3162寄存器,是否可以通过向特定寄存器位写入“1”来清除故障位?或者说,故障清除机制是否仅限于POR_1、POR_2和BIST_FAIL? Akshat_VE02376_0-1786968569085.pngAkshat_VE02376_0-1786968569085.png Re: GD3162 fault clearing scope 你好 Akshat_VE02376 再会! 是的,只要根本故障情况消失,就可以通过在相应的 STATUS1/STATUS2 位写入“1”来清除故障位,而无需使用 MODE2.RESET。 数据手册中提到的 POR_1、POR_2 和 BIST_FAIL 并非限制。它强调,即使是那些看起来特殊的位,也会被写入一次以清除的机制清除。 我建议您看看社区里另一个我认为相关的案例,或许能帮助您解答以后的问题。 “所有故障都可以通过向关联的 STATUSx 寄存器中的相应位写入‘1’来清除。” https://community.nxp.com/t5/Other-NXP-Products/GD3162-gate-driver-WDOG-fault/m-p/2049814 希望这些信息对您有所帮助,如果您还需要其他帮助,请告诉我。 祝你今天过得愉快,一切顺利。
記事全体を表示
PB16でFlashの保護を解除する みなさん、こんにちは! このフラッシュのこの部分のRAMにあるMC9S08PB16の最初のセクター(0xC000から0xDFF)を、PB16リファレンスマニュアル第10章に記載されているフラッシュコマンドを使ってセーブする方法を見つけたいです。どなたか助けていただけるといいのですが。 よろしくお願いいたします! Re: Unprotecting Flash in PB16 こんにちは、 メモリセクターを保護するために使っているコマンドやプロセスについて説明してもらえますか? 第10.3.5.2章のコマンドのことでしょうか?表10-4、または第10.3.9.1章のFlashコマンド、表10-10? フラッシュメモリ内の領域を保護するために、FPROTレジスタを設定しましたか? 第10.3.8.2章では、フラッシュメモリを消去してMCUの安全を解除する方法を説明してください。もしそれがセクターの安全解除に役立つなら。 敬具、ルイス
記事全体を表示
GD3162 故障除去スコープ こんにちは、NXPの皆さん。 Mode2でGD3162レジスタを「リセット」せずに、特定のレジスタビットに「1」を書き込むことでフォルトビットをクリアできるのか、簡単な確認が欲しいです。それとも、故障を解消するメックはPOR_1、POR_2、BIST_FAILに限られているのでしょうか? Akshat_VE02376_0-1786968569085.pngアクシャット_VE02376_0-1786968569085.png Re: GD3162 fault clearing scope こんにちは、Akshat_VE02376さん 良い一日! はい、フォールトビットはMODE2を使わずに対応するSTATUS1/STATUS2ビットに「1」を書き込むことでクリアできます。RESETは、基礎となる故障条件が消えている場合に限ります。 データシートにPOR_1、POR_2、およびBIST_FAILと記載されていることは、制限事項ではありません。これは、一見すると特別なビットに見えるものでさえ、書き込みによる消去メカニズムによって消去されることを強調している。 コミュニティの別のCASEも見てみて、関連すると思います。FUTUREの質問に役立つかもしれません。 「すべての故障は、対応するSTATUSxレジスタのビットに『1』を書き込むことでクリアできます。」 https://community.nxp.com/t5/Other-NXP-Products/GD3162-gate-driver-WDOG-fault/m-p/2049814 この情報がお役に立てば幸いです。他に何かご不明な点がありましたら、お気軽にお問い合わせください。 良い一日をお過ごしください。幸運を祈ります。
記事全体を表示
PB16 中取消 Flash 保护 大家好! 请问如何解除 MC9S08PB16 第一个扇区 (0xC000 - 0xDFF) 的安全限制,以便使用 PB16 参考手册第 10 章中描述的 flash 命令将 RAM 中的数据保存到闪存的这一部分?希望有人能帮帮我。 问候! Re: Unprotecting Flash in PB16 你好, 能否请您描述一下您用来保护内存扇区的命令和流程? 您指的是第 10.3.5.2 节中的命令吗?表 10-4 或第 10.3.9.1 章表 10-10 中的 Flash 命令? 您是否已设置 FPROT 寄存器以保护闪存中的区域? 第 10.3.8.2 章描述了通过擦除闪存来解除 MCU 安全的方法,如果这可以帮助您解除扇区的安全。 此致敬礼,路易斯
記事全体を表示
Sbc_fs26_InitDevice(); RTD function failed during Initialisation Hello, We use FS2600 with S32K3 on our design, SDK ver 4.0.0. and S32DS ver 3.5 Build id: 240726, update 13. FreeRTOS is used as OS. During initialisation , this code is called: Std_ReturnType initFs26Driver() { Std_ReturnType retVal = E_NOT_OK; /* Initializes the FS26 driver */ retVal = Sbc_fs26_Init(&Sbc_fs26_xConfig_BOARD_InitPeripherals); if (retVal != E_OK) { return retVal; } /* Configures the device */ retVal |= Sbc_fs26_InitDevice(); if (retVal != E_OK) { return retVal; } /* Fault Error Counter should decrease to zero */ uint8 u8FaultErrorCounterValue = 0U; retVal |= Sbc_fs26_GetFaultErrorCounterValue(&u8FaultErrorCounterValue); if ((retVal != E_OK) || (u8FaultErrorCounterValue != 0U)) { return retVal; } /* Sbc device should be in FS_STATES_FS0B_ASSERT */ Sbc_fs26_RxFrameType rxData = {0}; retVal |= Sbc_fs26_ReadRegister(TRUE, SBC_FS26_FS_STATES_ADDR, &rxData); if((retVal != E_OK) || ((rxData.u16ReadData & SBC_FS26_FS_FS_STATES_MASK) != SBC_FS26_FS_FS_STATES_FS0B_ASSERT)) { return retVal; } return E_OK; } Function Fails on Sbc_fs26_InitDevice(); specifically on Sbc_fs26_WaitInitFSClosed() -> Sbc_fs26_WaitInitFSClosed(). InitFS is not closed and the Sbc_fs26_GetDeviceState return FS_STATES_INIT_FS, as shown in image DeviceStateisInitFs.JPG. attached the used configuration. can you please tell me why is this failing ? Best regards. Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation @Kazarian did you manage to solve this problem? What was the primary cause of the FS26 chip not being able to move out of FS0B_ASSERT to NORMAL_FS during Sbc_fs26_InitDevice? Thank you. Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation Hi  I am not software engineer here I only support FS26,for the FS26 enter into normal mode steps please see below picture,you can match the drive step by step to verify whether it works or not. guoweisun_0-1727054262186.pngguoweisun_0-1727054262186.png Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation Hello @guoweisun  im using the RTD APIs, the function from the RTD : Sbc_fs26_InitDevice();  already implement the logic you mentioned, however the  /* Close initialization phase by sending first watchdog refresh. */ eReturnValue = Sbc_fs26_WdRefresh(); is not called, and the Sbc_fs26_WaitInitFSClosed(); return a status error 0x1. could it be a wrong config ? Kazarian_0-1726826557141.pngKazarian_0-1726826557141.png Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation Hi During INIT phase you need refresh WD to decrease fault error counter into zero then close it,can you please verify your WD feeding wrong or correct? Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation Hello NXP team,  Any update on the above topic ? Thanks. Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation attached the images related to the first post
記事全体を表示
S32DSライセンスの延長申請 こんにちは、NXPサポートの皆さん、 S32 Design Studioのライセンス延長を手伝ってください アクティベーションID: 4C09-7241-70F8-E2D3 ご協力の程、よろしくお願い申し上げます。 Re: Request to extend S32DS license こんにちは、 お客様のS32DSライセンスが延長されました。以前使用していたコードを使って、S32DSを再度有効化してください。
記事全体を表示
Request to extend S32DS license Hello NXP Support, Please help me to extend the S32 Design Studio license ActivationId: 4C09-7241-70F8-E2D3 thank you! Re: Request to extend S32DS license Hi,  your S32DS license has been extended. Please activate S32DS again with your old code.
記事全体を表示
Sbc_fs26_InitDevice(); 初期化中にRTD関数が失敗しました こんにちは、 私たちは設計上、SDK ver 4.0.0でFS2600とS32K3を使用しています。および S32DS バージョン 3.5 ビルド ID: 240726、アップデート 13。OSとしてFreeRTOSが使用されています。 初期化中に、このコードが呼び出されます。 Std_ReturnType initFs26Driver() { Std_ReturnType retVal = E_NOT_OK; /* Initializes the FS26 driver */ retVal = Sbc_fs26_Init(&Sbc_fs26_xConfig_BOARD_InitPeripherals); if (retVal != E_OK) { return retVal; } /* Configures the device */ retVal |= Sbc_fs26_InitDevice(); if (retVal != E_OK) { return retVal; } /* Fault Error Counter should decrease to zero */ uint8 u8FaultErrorCounterValue = 0U; retVal |= Sbc_fs26_GetFaultErrorCounterValue(&u8FaultErrorCounterValue); if ((retVal != E_OK) || (u8FaultErrorCounterValue != 0U)) { return retVal; } /* Sbc device should be in FS_STATES_FS0B_ASSERT */ Sbc_fs26_RxFrameType rxData = {0}; retVal |= Sbc_fs26_ReadRegister(TRUE, SBC_FS26_FS_STATES_ADDR, &rxData); if((retVal != E_OK) || ((rxData.u16ReadData & SBC_FS26_FS_FS_STATES_MASK) != SBC_FS26_FS_FS_STATES_FS0B_ASSERT)) { return retVal; } return E_OK; } Sbc_fs26_InitDevice() 関数でエラーが発生します。具体的には、Sbc_fs26_WaitInitFSClosed() -> Sbc_fs26_WaitInitFSClosed() でエラーが発生します。 InitFS は閉じられておらず、Sbc_fs26_GetDeviceState は FS_STATES_INIT_FS を返します。これは、画像 DeviceStateisInitFs.JPG に示されています。 使用した設定ファイルを添付しました。なぜこれが失敗しているのか教えてもらえますか? よろしくお願いいたします。 Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation @Kazarian さん、この問題は解決できましたか? Sbc_fs26_InitDeviceの実行中に、FS26チップがFS0B_ASSERT状態からNORMAL_FS状態に移行できなかった主な原因は何でしたか? ありがとう。 Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation こんにちは 私はソフトウェアエンジニアではなく、FS26のみをサポートしています。FS26がノーマルモードに入るには下の写真をご覧ください。ドライブをステップバイステップで照合して動作を確認します。 guoweisun_0-1727054262186.pngguoweisun_0-1727054262186.png Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation こんにちは@guoweisun RTD API を使用しています。RTD の関数 Sbc_fs26_InitDevice(); は既にあなたが言及したロジックを実装していますが、 /* Close initialization phase by sending first watchdog refresh. */ eReturnValue = Sbc_fs26_WdRefresh(); は呼び出されず、Sbc_fs26_WaitInitFSClosed() はステータス エラー 0x1 を返します。設定が間違っている可能性はありますか? Kazarian_0-1726826557141.pngKazarian_0-1726826557141.png Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation ハイ INITフェーズでは、故障エラーカウントをゼロにするためにWDをリフレッシュし、その後閉じる必要があります。WDの供給が間違っているか正しいか確認してもらえますか? Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation NXPチームの皆様、こんにちは。 上記の話題について何か進展はありますか? ありがとうございます。 Re: Sbc_fs26_InitDevice(); RTD function failed during Initialisation 最初の投稿に関連する画像を添付しました
記事全体を表示
NTAG 5交换机 您好,我正在做一个涉及 NTAG 5 开关的个人项目。我想知道 NTAG 5 开关是否可以自动向 RFID 阅读器报告其 GPIO 输入状态的变化,而无需阅读器先轮询标签。如果可以,GPIO 输入激活/停用与通过 RFID 传输此信息之间可实现的最小延迟是多少? 目标应用场景是游戏键盘,因此极低且可预测的延迟非常重要。 Re: NTAG 5 Switch 您好,先生, 请参阅NTAG 5 - PWM、GPIO 和事件检测的使用第 3 节,其中提到了输入模式和寄存器。不过,该状态仍然保存在 NTAG 5 的内存中。NFC读取器需要读取暴露的GPIO状态存储器。遗憾的是,这种状态取决于读者的判断。
記事全体を表示
申请延长 S32DS 许可证 您好,NXP技术支持, 请帮我延长 S32 设计工作室的许可期限。 激活ID:4C09-7241-70F8-E2D3 非常感谢! Re: Request to extend S32DS license 你好, 您的S32DS许可证已延期。请使用您之前的激活码重新激活S32DS。
記事全体を表示