Multi Source Translation Content

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

Multi Source Translation Content

Discussions

Sort by:
NXP-MCUbootユーティリティ2.4.0のカスタムボードを使用した問題。 こんにちは、あなたがうまくやっていることを願っています、私はimxrt1062 EVKに基づいてカスタムボードを設計しました、私はほぼ同じインターフェースを使用していますが、センサーやプロジェクトに必要のない他のものを取り外しています。 UCの:IMXRT1062 SDRAM:evkと同じです。 ブート用のQSPI NORフラッシュ。(作業中) LPUART:(作業中) LPSPI: lpspi4、メモリ SPI-NOR に接続。(動作していません) MCUExpressoで元のSDKプロジェクトを変更しましたが、もともとはボード間のlpspi通信をテストするために使用されていましたが、この場合、外部のspi-norメモリと通信するために、このプログラムはlpspi4ポートを使用してSPEIDコマンドをspi-norに送信します。 メモリを外部からevkにワイヤーで追加しました。 これはevkで機能しており、メモリはREDAIDコマンドに正しく応答します。 NXP-MCUBootユーティリティをUSBポートで接続すると、.axfをダウンロードできます私のカスタムボードに画像をファイルしますが、問題や警告はありません。 ボードは順調に起動し、lpuart 通信は機能していますが、lpspi4 と spi-nor の通信は機能していません。 私はevkで行ったのと同じ接続を使用しています、物理的なPCB接続上のテストは大丈夫です、PCB回路は大丈夫です。 デバッガを使用してMCUの内部レジスタを確認すると、MCUExpressoでEvkを使用したように、ほとんどすべてが構成されていないことを再認識しました。 lpspi4 インターフェイスの CCR レジスタとその他のレジスタは、異なる値を持ちます。 私の疑問は、元の.axfファイルを使用している場合、レジスタの内容が異なるのはなぜですか?(念のため、.s19で試してみました同じ結果を持つバージョン)。 たぶん、NXP-MCUbootユーティリティは元のイメージにいくつかの部分を追加する必要があるため、ヘッダーまたはDCDファイルが必要ですか? その場合、どうすれば同じ構成にすることができますか? 私は以前にDCDファイルを使用したことがありますが、imxrt1020 mcuを使用した別のプロジェクトでは、ブートローダーが一部のレジスタとインターフェイスを初期化してSDRAMやフラッシュなどからブートプロセスを開始する必要があるため、通常はDCDファイルが使用されることを理解しています。しかし、この場合、すべてがすでに開始されています。 ご協力いただきありがとうございます。
View full article
Debugging a K64 application in Low-Level-Stop mode I'm integrating a new piece of code for a Kinetis K64 which switches to low-level stop mode when the controller has nothing to do. The mode switches are working fine: Supply current drops to ~zero when in stop, jumps back to a few 10s of mA when active. The issue is debug. Development is done with an IAR IDE using a Segger pod packaged with the IDE at the time we licensed it. Quick Run-Stop-Run transitions work fine. Dwelling in Stop (where I'm not attempting to do any debugger actions) causes a controller reset. I've used the Segger release provided with the IDE, an ancient 6.30 and the current 8.18. No joy with either one. Has anyone come up with a way around this? Re: Debugging a K64 application in Low-Level-Stop mode Hi, Celeste, Thank you for the reply. I "Accepted the Solution" but a note I wrote didn't make the trip. Sorry if this is a duplicate: Section 9 and other docs all discussed JTAG, not SWD. Switched the debug connection to SWD and no resets and the debugger resumes operation when the controller switches out of LLS. Re: Debugging a K64 application in Low-Level-Stop mode Hello @fcw , Thanks for your post. About low power mode debug, you can refer to the section "9.14 Debug in Low Power Modes" and section "9.14.1 Debug Module State in Low Power Modes" of the K64 Reference manual.  From the above content, it can be seen that normal debugging under VLPS/VLLSx is not possible. However, you can mantain the debugger on so when the device will wake up you can resume the code analysis, please refer to Attaching to a Running Target with Segger J-Link, GDB and Eclipse | MCU on Eclipse. Hope it can help you. BRs, Celeste ------------------------------------------------------------------------------------------------------------------------------- Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you! -------------------------------------------------------------------------------------------------------------------------------
View full article
Termination of unused pins of 56F83600 Microcontroller I am using an MC56F83689 in my application. Many pins are not used in our design. As it is stated in the Datasheet, we want tie them to an appropriate voltage level to get a more reliable operation. Is there any default recommendation for every unused pin of this device? Can I connect every unused GPIO directly to ground? As I remember VDD_USB to VDD and VSS_USB to VSS, USB_DP & USB_DM n.c. is recommended if USB is not used, correct? What about GPIOC1/XTAL if external Clock is used at CLKIN? Shall I configure it as GPIO and tie it to ground? The complete list of unused pins is attached Re: Termination of unused pins of 56F83600 Microcontroller Hello @MrPMTX , Thanks for your post. Can I connect every unused GPIO directly to ground? -> Yes, you can directly connect all the unused GPIOs to ground. As I remember VDD_USB to VDD and VSS_USB to VSS, USB_DP & USB_DM n.c. is recommended if USB is not used, correct? -> You can connect VSS_USB to VSS and leave the USB_DP and USB_DM pins floating. There are two options for handling VDD_USB: one is to connect it to VDD; the other is to tie it to ground through a 10 kΩ resistor. What about GPIOC1/XTAL if external Clock is used at CLKIN? Shall I configure it as GPIO and tie it to ground? ->Yes, you can configure GPIOC1/XTAL as a GPIO and then tie it to ground. Hope it can help you. BRs, Celeste ----------------------------------------------------------------------------------------------------------------------- Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you! -----------------------------------------------------------------------------------------------------------------------
View full article
56F83600 微控制器未使用引脚的终止 我在我的应用程序中使用 MC56F83689。我们的设计中有很多引脚没有使用。 正如数据表中所述,我们希望将它们绑定到适当的电压水平以获得更可靠的操作。 对于该设备的每个未使用的引脚,是否有任何默认建议? 我可以将每个未使用的 GPIO 直接接地吗? 我记得 VDD_USB 连接到 VDD,VSS_USB 连接到 VSS,如果不使用 USB,建议使用 USB_DP 和 USB_DM nc,对吗? 如果在CLKIN上使用外部时钟,那么GPIOC1/XTAL怎么办?我应该将其配置为GPIO并将其接地吗? 未使用引脚的完整列表已附上
View full article
Are there any guidelines for multiple chained MIMXRT105x JTAG PCB layout and MCU-LINK-Pro settings We are looking to include multiple MIMXRT105x chips along with other devices in a 5 pin JTAG chain (TMS, TCK, TDI, TDO and nTRST). We have found AN4826, AN12419 and the MCU-LINK-PRO UM11673-2940346 documents. Are there any other application notes or other documentation that could contain useful guidelines and instructions for PCB layout and how to write an appropriate custom MCU-LINK-PRO connection scripts. Thank you for your help, Richard Re: Are there any guidelines for multiple chained MIMXRT105x JTAG PCB layout and MCU-LINK-Pro settin Thank you for you help Sam. +1 My take away is that there is no additional NXP documentation to find detailed NCU-LINK-Pro configuration comparable to e.g. Segger's more expensive debug probe and it's documentation; no worries and thank you once again. Best regards, Richard  Re: Are there any guidelines for multiple chained MIMXRT105x JTAG PCB layout and MCU-LINK-Pro settin Hi @RidiculousRichard  Thanks for your questions, it seems you want to know how to find dedicated documentaion about JTAG or MCU-LINK-pro for program or debug when you use MIMXRT105X, e.g useful guidelines and instructions for PCB layout. There are some comments from my side, please help clarify more if my understanding is wrong. 1. MIMXRT1050 EVKB Board Hardware User’s Guide to find JTAG connetor (J21 is a standard 20-pin/2.54 mm Box Header Connector for JTAG) 2. MIMXRT1050-EVK Design Resouces to download the schematics, layout files, and gerber files (including Silkscreen) for layout reference 3. AN4826 published by 2014 is still good guidelines for Schematic and PCB Layout, also please refer MCU-LINK-Pro User Manual to find more details, or other from MCU-LINK-Pro Documentation, it works well with our MCUXpresso or 3rd part IDE. Have a nice day. Sam Hi @Masmiseim  Thanks for your information and input. Have a nice day, Sam Re: Are there any guidelines for multiple chained MIMXRT105x JTAG PCB layout and MCU-LINK-Pro settin Thank you for the link and good experience report. +1 I'm hoping someone who knows of MCUXpresso & MCU-LINK-Pro configuration documents will post some links to them. Re: Are there any guidelines for multiple chained MIMXRT105x JTAG PCB layout and MCU-LINK-Pro settin Hello, We did this with the 1170. The whole thing was very unspectacular and runs without any problems. If you want to achieve good performance, you should just follow the usual layout rules. Microchip has also created a nice summary on chaining: https://onlinedocs.microchip.com/pr/GUID-73C92233-8EC5-497C-92C3-D52ED257761E-en-US-1/index.html?GUID-31B03AFD-1033-4EF9-A937-872192990AE9 How you have to adapt the connect script depends on the development environment you are using. In principle, you only have to configure the bits before and after the device to be addressed, in each case for the instruction and data register. Unfortunately, I cannot say how this works with MCUXpresso. We use Rowley Crossworks, which makes this very easy. Regards
View full article
NXP-MCUboot 实用程序 2.4.0 使用定制板时出现问题。 大家好,希望你们一切都好,我设计了一个基于 imxrt1062 EVK 的定制板,我使用几乎相同的接口,但去掉了项目不需要的传感器和其他东西。 uC: IMXRT1062 SDRAM:与 evk 相同。 QSPI NOR FLash 用于启动。(在职的) LPUART:(工作中) LPSPI:lpspi4,连接到存储器SPI-NOR。(不工作) 我修改了 MCUExpresso 中的一个原始 SDK 项目,最初用于测试电路板之间的 lpspi 通信,但在这种情况下,为了与外部 spin-nor 存储器通信,该程序使用 lpspi4 端口将 READID 命令发送到 spin-nor。 我用电线将内存外部添加到 evk 中。 这是与 evk 配合使用的,非常好,内存以正确的方式响应 READID 命令。 使用 NXP-MCUBoot 实用程序,通过 USB 端口连接,我可以下载 .axf将图像上传到我的自定义板,没有任何问题或警告。 电路板启动良好,并且 lpuart 通信正常,但 lpspi4 与 spin-nor 通信不正常。 我使用与 evk 中相同的连接,对物理 PCB 连接的测试正常,PCB 电路正常。 使用调试器查看 MCU 的内部寄存器,我发现几乎所有寄存器都没有像我在 MCUExpresso 中使用 Evk 那样进行配置。 lpspi4接口的CCR和其他寄存器具有不同的值。 我的疑问是,如果我使用原始的.axf 文件,为什么寄存器内容会不同?(为了以防万一,我尝试了 .s19版本具有相同的结果)。 也许 NXP-MCUboot 实用程序需要在原始图像中添加一些部分,因此需要一个头文件或 DCD 文件? 那么,我怎样才能拥有相同的配置? 我以前在另一个使用 imxrt1020 mcu 的项目中用过 DCD 文件,我理解通常使用 DCD 文件是因为您需要引导加载程序初始化一些寄存器和接口以从 sdram、flash 等启动引导过程。但在这种情况下,一切都已经开始了。 非常感谢您的帮助。
View full article
56F83600マイクロコントローラの未使用ピンの終端 アプリケーションでMC56F83689を使用しています。私たちの設計では多くのピンは使用されていません。 データシートに記載されているように、より信頼性の高い動作を得るために、それらを適切な電圧レベルに結び付けたいと考えています。 このデバイスの未使用のピンごとにデフォルトの推奨事項はありますか? 未使用のGPIOをすべて直接グランドに接続できますか? VDD_USBはVDDに、VSS_USBはVSSに覚えているのですが、USBを使用しない場合はUSB_DP&USB_DM n.c.が推奨されますよね? CLKINで外部クロックを使用している場合、GPIOC1/XTALはどうなりますか?GPIOとして設定し、グランドに接続すべきか。 未使用のピンの完全なリストが添付されています
View full article
S32 Design Studio for ARM版本:2.2 适用于 ARM 的 S32 设计工作室 版本:2.2 为什么相同的代码,编译出来的十六进制文件不一样 回复:S32 Design Studio for ARM 版本:2.2 具体原因已经找到,SDK包中添加了无用的定义导致文件大小不一致,谢谢您的回答 Re: S32 Design Studio for ARM Version: 2.2 嗨,VaneB 就是同样的工程,同样的软件版本和SDK,还有同样的Linked Resources,我把工程给到其他几个同事编译,生成出来的hex文件就和我不一致,这和电脑有关系吗?我试了一下其他的工程是正常的,只有在boot工程情况下,我的电脑编译出来hex文件和其他同事不一致
View full article
在低级停止模式下调试 K64 应用程序 我正在为 Kinetis K64 集成一段新代码,当控制器无事可做时,它会切换到低级停止模式。模式开关工作正常:停止时电源电流降至~0,活动时跳回几十毫安。 问题是调试。开发是使用 IAR IDE 完成的,使用我们在授权时与 IDE 一起打包的 Segger pod。快速运行-停止-运行转换工作正常。停留在停止状态(我没有尝试执行任何调试器操作)会导致控制器重置。 我使用了 IDE 提供的 Segger 版本,旧的 6.30 和当前的 8.18。两人都没有快乐。 有谁能想出解决这个问题的办法吗?
View full article
Downloading With J-Link Doesn't Work Hi NXP Team, I'm testing  the an application with #S32K3X8EVB-Q289 using #MBDT I've changed the option of downloading in solver panel like this:      When i try to download the program it pops up this message: I've repeatedly checked the connection and all seems good.... If i change the download type as USB Multilink, attaching the usb cable, the download operation works. I've also tried with an other simple projet changing the download type and works both with J-link and USB-Multilink....  I attach the two projects i've been working on. How could i solve this problem? Re: Downloading With J-Link Doesn't Work Hello @simon98 , Glad to hear it worked. If you have any other questions regarding the Model-Based Design Toolbox, feel free to reach out to us. Regards, Robert V Re: Downloading With J-Link Doesn't Work Changing the path into "C:\Program Files\SEGGER\JLink_V810i\JLink.exe" works Thanks, Simon Re: Downloading With J-Link Doesn't Work Hello @simon98 , Just to clarify both workflows. If you use the project_working.zip, you are able to download the application on the board using both J-Link and Multilink. But in the case of project_not_working.zip, it only works with Multilink. I noticed that in the case of the model that doesn't work, that the path to the J-Link ("J-Link Location") is set to "C:\Program Files\SEGGER\JLink_V810i\JFlash.exe". Could you try deploying the application again after selecting the Jlink.exe, effectively transforming the path into "C:\Program Files\SEGGER\JLink_V810i\JLink.exe"? I also looked at the attached configurations and nothing jumped out to me as incorrectly configured. I especially looked at the UnTouchedPortPin section which is the same as the working project. Before we dive into more troubleshooting options, could you let me know if it works by selecting JLink.exe instead of JFlash.exe? Regards, Robert V
View full article
CRC生成のためのセキュリティエンジンの使用 新しいプロジェクトでLS1028Aプロセッサを使用しています。CRCを非常に迅速に生成/検証する必要があります。私は、セキュリティエンジン(SEC)を使用してこれを行うことができることを確認しました。 私の懸念は、米国の輸出法のために暗号化を無効にする必要があるお客様をサポートすることです。プロセッサの部品番号は、暗号化が有効か無効かを指定します。 SECを使用して、暗号化がオフになっているプロセッサのCRCを生成/検証することはできますか? Re: CRC 生成のためのセキュリティ エンジンの使用 NXPコミュニティフォーラムでは、LayerscapeプラットフォームでのCRC生成にセキュリティエンジンを使用することについて議論しているようです。これには、安全なデータ処理と暗号化プロセスが含まれます。このようなシステムのセキュリティ機能を調査することで、特に機密性の高いアプリケーションにおけるデータの整合性と検証プロセスの最適化に関する貴重な洞察が得られる可能性があります。この分野に飛び込む場合は、さらに調査する価値のあるさまざまなベストプラクティスと実装に関する考慮事項がある可能性があります。 Re: CRC 生成のためのセキュリティ エンジンの使用 輸出管理に関わるので、箇条書き2が該当します。 そのため、ヒューズを焼くことで、部品をエクスポート可能にし、CRCエンジンを保持することができます。これは朗報です。 SFP_OSPR0の登録定義があるドキュメントはどれですか?見つからないようです。 ありがとうございます
View full article
マルチチェーンMIMXRT105x JTAG PCBレイアウトとMCU-LINK-Pro設定のガイドラインはありますか? 複数のMIMXRT105xチップを他のデバイスとともに5ピンJTAGチェーン(TMS、TCK、TDI、TDO、およびnTRST)に含めることを検討しています。 AN4826、AN12419、MCU-LINK-PRO UM11673-2940346のドキュメントが見つかりました。 PCBレイアウトに関する有用なガイドラインと手順、および適切なカスタムMCU-LINK-PRO接続スクリプトの記述方法を含む可能性のある他のアプリケーションノートやその他のドキュメントはありますか? あなたの助けに感謝します、 リチャード Re: マルチチェーンMIMXRT105x JTAG PCBレイアウトとMCU-LINK-Proセッティンに関するガイドラインはありますか? サムを助けてくれてありがとう。+1 私の結論は、例えば NCU-LINK-Pro の詳細な構成を見つけるための追加の NXP ドキュメントがないということです。Seggerのより高価なデバッグプローブとそのドキュメント。ご心配なく、改めてよろしくお願いいたします。 よろしくお願いいたします。 リチャード Re: マルチチェーンMIMXRT105x JTAG PCBレイアウトとMCU-LINK-Proセッティンに関するガイドラインはありますか? リンクと良い経験のレポートをありがとう。+1 MCUXpresso と MCU-LINK-Pro の設定ドキュメントを知っている方が、それらへのリンクを投稿してくれることを願っています。
View full article
slow memcpy HI i tried this code https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/imx-processors/173737/1/v4lcap.c unfortunately the call to memcpy from buffers[buf.index].start[0] is very slow about 10 ms with an image size 640*480 i thing it is due to the VB2_MEMORY_MMAP mode i tried with V4L2_MEMORY_DMABUF but ioctl failed Is the slow memcpy due to the memory mode ? Is there a working exemple with V4L2_MEMORY_DMABUF and V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE ? Greeting Olivier Re: slow memcpy Hi  i use this code to use DMA instead of MMAP https://github.com/emfend/dmabuf-v4l2-demo I also verified that this patch is applied https://github.com/torvalds/linux/commit/de27891f675ed1e46e8821d2e05e036e5f97586b It works, memcpy time is less than 1 ms Olivier
View full article
Booting Dom0 and switching to DomU with BSP42 fails on S32G-RDB3-Board Dear Community Members , I am not able to boot the Dom0 and switch to DomU with BSP42 fails. I want to host two Linux -Guest OS on top of Xen-Hypervisor. I am only able to list Dom0 & create DomU as show in below  logs: __________________________________________________________________________________________________________________________________________ root@s32g399ardb3:~# xl create /etc/xen/domU1_mmc.cfg Parsing config from /etc/xen/domU1_mmc.cfg (XEN) d1v0 Unhandled SMC/HVC: 0x84000050 (XEN) d1v0 Unhandled SMC/HVC: 0x8600ff01 root@s32g399ardb3:~# (XEN) d1v0: vGICD: RAZ on reserved register offset 0x00000c (XEN) d1v0: vGICR: SGI: unhandled word write 0x000000ffffffff to ICACTIVER0 [ 118.848222] xen-blkback: backend/vbd/1/51712: using 1 queues, protocol 1 (arm-abi) persistent grants root@s32g399ardb3:~# root@s32g399ardb3:~# xl list Name ID Mem VCPUs State Time(s) Domain-0 0 512 1 r----- 11.2 domu1 1 384 1 r----- 3.8 __________________________________________________________________________________________________________________________________________ As soon as i give # Switching to DomU's console root@s32g399aevb3:~# xl console domu1 ___________________________________ It boots the normal Linux whose logs are attached in the attachment. I have followed the steps as mentioned in 24.3.3 How to enable Xen in S32 Linux BSP build / Booting Xen, Dom0 and DomU  from S32G3_Linux_42.0_User_Guide . Any inputs would be really helpful. Regards, Vishal Re: Booting Dom0 and switching to DomU with BSP42 fails on S32G-RDB3-Board Thankyou Chenyin, for the quick reply , yes it switch from domu1 to dom0.  Re: Booting Dom0 and switching to DomU with BSP42 fails on S32G-RDB3-Board Hello, @vishalg  Thanks for your post. I've checked the log you shared, I found that you have successfully created the domu1 and switched the console to domu1 from Domain-0. May I know if you want to switch the console from domu1 back to Domain-0? if so, press " CTRL-]" under domu1's console could switch back to Domain-0's console.  BR Chenyin
View full article
在 S32G-RDB3-Board 上启动 Dom0 并使用 BSP42 切换到 DomU 失败 尊敬的社区成员, 我无法启动 Dom0,并且使用 BSP42 切换到 DomU 失败。 我想在 Xen-Hypervisor 上托管两个 Linux -Guest OS。 我只能列出 Dom0 并创建 DomU,如以下日志所示: ________________________________________________________________________________________________________________________________________________________ root@s32g399ardb3:~# xl create /etc/xen/domU1_mmc.cfg 从 /etc/xen/domU1_mmc.cfg 解析配置 (XEN)d1v0 未处理的 SMC/HVC:0x84000050 (XEN)d1v0 未处理的 SMC/HVC:0x8600ff01 root@s32g399ardb3:~# (XEN) d1v0: vGICD: RAZ 位于保留寄存器偏移量 0x00000c (XEN)d1v0:vGICR:SGI:未处理的字写入 0x000000ffffffff 到 ICACTIVER0 [118.848222] xen-blkback: backend/vbd/1/51712: 使用 1 个队列,协议 1 (arm-abi) 持久授予 根@s32g399ardb3:~# root@s32g399ardb3:~# xl 列表 名称 ID 内存 VCPU 状态 时间 域-0 0 512 1 r----- 11.2 domu1 1 384 1 r----- 3.8 ________________________________________________________________________________________________________________________________________________________ 我一给 # 切换到 DomU 的控制台 root@s32g399aevb3:~# xl console domu1 ___________________________________ 它启动正常的 Linux,其日志附在附件中。 我已按照24.3.3 如何在 S32 Linux BSP 构建中启用 Xen /从 S32G3_Linux_42.0_User_Guide启动 Xen、Dom0 和 DomU中提到的步骤进行操作。 任何意见都会非常有帮助。 问候, 维沙尔 回复:在 S32G-RDB3-Board 上启动 Dom0 并使用 BSP42 切换到 DomU 失败 谢谢 Chenyin 的快速回复,是的,它从 domu1 切换到 dom0。
View full article
Using the Security Engine for CRC generation I am using the LS1028A processor in a new project. We need to generate/validate CRCs very quickly. I have seen that the security engine (SEC) can be used to do this. My concern is that we will be supporting customers that require encryption to be disabled because to US export laws. The part number of the processor specifies if encryption is enabled or disabled. Would we be able to use the SEC to generate/validate CRCs on processor's with encryption turned off? Re: Using the Security Engine for CRC generation Hi Raymond, I will share the TAUG document with you in a separate email. Thanks, Ran Re: Using the Security Engine for CRC generation It seems that the NXP community forum discusses using the Security Engine for CRC generation in the Layerscape platform, which involves secure data handling and encryption processes. Exploring the security capabilities of such systems could offer valuable insights into optimizing data integrity and verification processes, particularly in sensitive applications. If you're diving into this area, there could be a variety of best practices and implementation considerations worth exploring further. Re: Using the Security Engine for CRC generation We are concerned with export control, so bullet 2 is the applicable scenario. So we are able to render the part exportable and retain the CRC engine by burning a fuse. This is good news. Which document has the register definition of SFP_OSPR0? I can't seem to find it. Thank you Re: Using the Security Engine for CRC generation Hi Raymond, By saying encryption enabled and disable, which of the following cases are you referring to? 1. "E" part and "non-E" part 2. "E" part with crypto acceleration disabled via register SFP_OSPR0[NSEC] bit. For case #1, it is not possible to use SEC on a "non-E" part, as SEC is completely power gated on such parts. For case #2, you can enable and disable SEC with OEM Security Policy Register 0 (SFP_OSPR0) for export control, if you are using "E" part. Thanks, Ran
View full article
使用安全引擎生成 CRC 我正在一个新项目中使用 LS1028A 处理器。我们需要非常快速地生成/验证 CRC。我已经看到可以使用安全引擎(SEC)来执行此操作。 我担心的是,我们将支持那些因为美国出口法而要求禁用加密的客户。处理器的部件号指定是否启用或禁用加密。 我们是否能够使用 SEC 在加密关闭的处理器上生成/验证 CRC? 回复:使用安全引擎生成 CRC NXP 社区论坛似乎讨论了在 Layerscape 平台中使用安全引擎进行 CRC 生成,其中涉及安全数据处理和加密过程。探索此类系统的安全功能可以为优化数据完整性和验证过程提供有价值的见解,特别是在敏感应用中。如果您深入研究这个领域,可能会有各种最佳实践和实施考虑值得进一步探索。 回复:使用安全引擎生成 CRC 我们关注出口管制,因此第 2 点是适用的情况。 因此,我们能够通过烧断保险丝来使该部件可导出并保留 CRC 引擎。这是个好消息。 哪个文档有SFP_OSPR0的寄存器定义?我好像找不到它。 谢谢
View full article
RW612 - MCUをリセットする標準的な方法? リセット後、電源投入イベント後とまったく同じように動作するようにRW612をリセットする正規の/正しい方法は何ですか? 低電力状態に入る前に、__NVIC_SystemReset()を使用してプロセッサを再起動しています。 この CMSIS 関数は、Cortex-M33 SCB->AIRCR レジスタを呼び出して、システム リセットを要求します。 ただし、この方法では、Wi-Fiファームウェアを実行するPowerQuadコプロセッサがリセットされない可能性があるのではないかと心配しています。 (私がこれを疑う唯一の理由は、リセット直後にスリープ状態になると、RW612が約10%の確率で~1mAではなく60mAを燃焼するということです。 __NVIC_SystemReset()は、システム全体のリセットに限りなく近いですか?それとも、RW612を完全にリセットするためのより良い方法はありますか? ダナ・M
View full article
夏時間はRedLib Cライブラリで処理されますか? RedLib Cライブラリは夏時間を処理しますか。構造体メンバー tm_isdst は、mktime() を呼び出した後、常に -1 として返されます。 Re:夏時間はRedLib Cライブラリで処理されますか? はい、同じです。 Re:夏時間はRedLib Cライブラリで処理されますか? それは夏時間と同じですか?
View full article
女士 CAN S9KEA128 你好 , 我们在 CAN 接收中遇到一个问题,我们使用两个 32 位过滤器,并且 RTR 位的掩码(即掩码寄存器 3 和 7)设置为 0xFF,但我们仍然无法接收设置了 RTR 位的扩展 ID。 Kinetis K系列MCU 回复:MS CAN S9KEA128 你好@Shreyas_Bhat_Karkala , 您可以参考文档《在 KE16Z MCU 上使用 MSCAN》 (AN12355),其中您可以找到有关两个 32 位标识符过滤器和具有特定标识符的扩展数据帧的信息, 另外,您可以从以下链接找到 KEA128 MSCAN 驱动程序 适用于 Kinetis EA 设备的 MSCAN 驱动程序
View full article