Multi Source Translation Content

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Multi Source Translation Content

讨论

排序依据:
特别优惠!!! <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 以下是来自我们世界各地的合作伙伴提供的一些特别优惠: 为飞思卡尔杯参赛者提供MathWorks 支持软件 敬请期待...更多精彩即将到来
查看全文
i.MX8X common bring up training collection(design resouce&hardware&software) Pre-Sales: i.MX8/8X applications in automotive(Chinese Version) https://community.nxp.com/docs/DOC-345825 i.MX8X website design resource guide: (Chinese Version) https://community.nxp.com/docs/DOC-345676 After-Sales: i.MX8X memory configuration&test application notes: (Chinese Version) https://community.nxp.com/docs/DOC-345803 i.MX8X hardware design guide: (Chinese Version) https://community.nxp.com/docs/DOC-346582 i.MX8X_4.19.35_bootloader customization application notes: (Chinese Version) https://community.nxp.com/docs/DOC-345713 i.MX8X_4.19.35_kernal customization application notes: (Chinese Version) https://community.nxp.com/docs/DOC-345714 i.MX8X_4.14.98_bootloader customization application notes: (Chinese Version) https://community.nxp.com/docs/DOC-342448 i.MX8X_4.14.98_kernal customization application notes: (Chinese Version) https://community.nxp.com/docs/DOC-344217 i.MX8X_5.4.24_bootloader customization application notes: (Chinese Version) https://community.nxp.com/docs/DOC-347131 i.MX 8 Family | i.MX 8QuadMax (8QM) | 8QuadPlus Linux Yocto Project
查看全文
Kinetis W 32kHzオシレータ・レディ・タイム <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 先週、32kHz発振器がクロックソースとして使用できるようになったときに通知する方法を特定する方法についての質問を受けました。つまり、32kHzの発振器が安定してMCGモジュールの基準クロックとして使用できる場合です。その後、システムはそれを切り替えることができる。 Kinetisデバイスは、FEIモードと呼ばれる内部クロックを使用して起動し、その後、外部クロック・ソースを必要とする別のモードに切り替わります。これにより、アプリケーションは外部クロック・ソース(つまり、FEEモード)。通常、次の2つのオプションがあります。 メイン基準クロック。KWデバイスと特に話すと、メインリファレンスクロック用の32MHzの外部水晶があります。 RTCレジスタを介して駆動される32kHz発振器用の32kHz外部水晶。 最初のオプションには、オシレーターの準備ができているとき(RSIM_CONTROL_RF_OSC_READY)を知るために監視できるレジスタがあります。そのため、オシレーターが稼働して準備ができたときにポーリングして通知することができます。 2番目のオプションについては、ここでtは32kHz発振器の「OSCINIT」ビットではありません。ただし、32kHz発振器がいつ動作しているかを知る方法は、RTC OSCを有効にし、RTCをカウントするように設定することです。その後、すぐにRTC_TPRレジスタをポーリング(読み取り)し、4096より大きくなるまでチェックします。32767に達するとロールオーバーされるため、このレジスタをポーリングするには、他に何もしないループでポーリングすることが重要です。そうしないと、レジスタが4096未満ですでにロールオーバーされている場合にレジスタが読み取られる可能性があります。4096より大きい場合は、オシレーターが正常に動作していると判断できます。RTCが不要な場合は、カウンタを無効にすることができます。32kHzクロックが利用可能になったので、アプリケーションはFEEモードに切り替えることができます。 そこで、上記の説明を実行するために、次に示すように「CLOCK_CONFIG_EnableRtcOsc()」を変更しました。 static void CLOCK_CONFIG_EnableRtcOsc(uint32_t capLoad) {        rtc_config_t rtc_basic_config;        uint32_t u32cTPR_counter=0;        /* RTC clock gate enable */     CLOCK_EnableClock(kCLOCK_Rtc0);     if ((RTC->CR & RTC_CR_OSCE_MASK) == 0u)     {       /* Only if the Rtc oscillator is not already enabled */       /* Set the specified capacitor configuration for the RTC oscillator, "capLoad" parameter shall be set          to the value specific to the customer board requirement*/       RTC_SetOscCapLoad(RTC, capLoad);          /*Init the RTC with default configuration*/       RTC_GetDefaultConfig(&rtc_basic_config);       RTC_Init(RTC, &rtc_basic_config);       /* Enable the RTC 32KHz oscillator */       RTC->CR |= RTC_CR_OSCE_MASK;       /* Start the RTC time counter */       RTC_StartTimer(RTC);             /* Verify TPR register reaches 4096 counts */       while(u32cTPR_counter < 4096)       {          u32cTPR_counter= RTC->TPR;       }       /* 32kHz Oscillator is ready. Based on the application requirements, it can let the RTC enabled or disabled.           In this case, we can disable RTC since it is not needed by this application */       RTC_Deinit(RTC);     }     /* RTC clock gate disable  since RTC is not needed anymore*/     CLOCK_DisableClock(kCLOCK_Rtc0); }‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍ 次に、上記の機能を使用して、32kHz発振器を使用する準備ができたときに気付くことができます。 これがお役に立てば幸いです...。
查看全文
使用Flash命令编写量产产品信息 近期有客户提出需求,要求通过外部Flash编程工具烧写Flash Program Flash IFR区域。 目前P&E Cyclone MAX和Segger J-Flash均无法实现对IFR区域编程。 客户可以使用软件的方式来编程IFR提供的单次烧写区域,存储客户产品信息,例如MAC地址等。 Program Flash单次烧写区域提供了64个字节,只允许烧写一次,通过Program Once和Read Once命令来读写这个区域。 下图为单次烧写区域在Prgoram Flash IFR的具体位置, IFR独立于FTFL Flash空间,可以理解成另外一个Flash模块。 Program Once和Read Once命令每次调用可以读取Program Flash单次烧写区域的4个字节,通过命令参数的数据索引号可以通过多次操作遍历整个64个字节。 附件中的例程使用Program Once命令编写MAC地址到单次烧写区域,之后通过Read Once命令读取MAC地址信息。 例程环境: IAR Workbench + TWR-K60D100M Kinetis K Series MCUs
查看全文
Wi-Fiをフリースケールのi.MX 6に追加する方法 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 詳細については、http://www.silexamerica.com/freescale/index.html をご覧ください。 当社のフィールドアプリケーションエンジニアであるAndy C. Rossが、i.MX 6プラットフォームへのワイヤレス接続を実現する方法を示します。この6分間のビデオチュートリアルでは、Silexの評価キットである SX-6K3-EVK-SDを使用して、フリースケールプラットフォームでWi-Fiを簡単に有効にする方法を紹介します。 ザ SX-6K3-EVK-SD は、Sabre Smart Devicesボード上のフリースケールのi.MX6プロセッサを搭載したワイヤレス無線モジュールとSilex無線ドライバを評価するための最適なプラットフォームを提供するように設計されています。 このビデオでは、i.MX 6 プラットフォームで Wi-Fi 接続を有効にする方法を順を追って説明します。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 詳細については、http://www.silexamerica.com/freescale/index.html をご覧ください。 当社のフィールドアプリケーションエンジニアであるAndy C. Rossが、i.MX 6プラットフォームへのワイヤレス接続を実現する方法を示します。この6分間のビデオチュートリアルでは、Silexの評価キットである SX-6K3-EVK-SDを使用して、フリースケールプラットフォームでWi-Fiを簡単に有効にする方法を紹介します。 ザ SX-6K3-EVK-SD は、Sabre Smart Devicesボード上のフリースケールのi.MX6プロセッサを搭載したワイヤレス無線モジュールとSilex無線ドライバを評価するための最適なプラットフォームを提供するように設計されています。 このビデオでは、i.MX 6 プラットフォームで Wi-Fi 接続を有効にする方法を順を追って説明します。
查看全文
Ethernet Audio Video Bridging (AVB) Amplifier This demo which shows a complete Ethernet AVB audio amplifier solution built with NXP silicon and software.     Features Audio Video Bridging for automotive infotainment purposes System AVB amplifier for car audio nodes Analog video/audio is converted into AVB and outputs to vybrid Tower running AVB stack Featured NXP Products Vybrid Qorivva MCU Development Hardware Used Vybrid TWR board Automotive
查看全文
KDSを使用したFRDM-KL25のHello Worldベアメタルプロジェクト <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 添付されているプロジェクトは、新しいKinetis Design Studioを使用したFRDM-KL25のシンプルなベアメタルプロジェクトです。KDSに関するすべての情報は、次の場所にあります。   Kinetis Design Studio Kinetis Design Studio統合開発環境 (IDE)   このプロジェクトでは、ボードを 48MHz の PEE モードで動作するように構成します。SDA仮想シリアルポートに接続されているUART0は、割り込みモードで使用されます。   アプリケーションは端末に書かれていることをエコーし、文字r、g、またはbが入力されると、RGBledがそれぞれ変化します(赤、緑、または青)。   このプロジェクトがお役に立てれば幸いです。   よろしくお願いいたします。 全般
查看全文
U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA General Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Did you still have this issue? What CW version you are using? Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Hi Adrian, My file information is the same, but while I reset without any init file, here is what's inside the debug window: 100 of_read_number() fdt_support.c:1397 0x00000000 99 of_read_number() fdt_support.c:1397 0x00000000 98 of_read_number() fdt_support.c:1397 0x00000000 ... 3 of_read_number() fdt_support.c:1397 0x00000000 2 of_read_number() fdt_support.c:1397 0x00000000 1 of_read_number() fdt_support.c:1397 0x00000000 If I press "Step Over"/ "Step Into", it will prompt No source available for "0x00001EC0 (0x00001EC0)() " If I choose Resume/Step Return, it won't prompt anything and I can only Pause or Terminate it. Besides, I have tried to debug linux kernel and it didn't prompt for source location either. I delete the whole workspace and redo those steps, but it doesn't work. Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA I just try on my QDS board and after reset without init, CW will prompt for source location. Could you please file on u-boot elf and provide the results. My u-boot elf for nand boot looks like below: $ file u-boot u-boot: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked (uses shared libs), not stripped Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Hi Adrian, I'm working on a custom board now. I have made a working u-boot for my board. But still I cannot debug the file "u-boot" normally, While I reset it(Figure 10), what I get is different from Figure 11, there is no place to set the source code location. Here is the message: No source available for "0x00001EC0 (0x00001EC0)() " Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Do you use LS1021AQDS board? If yes, could you provide your switches settings? Also, did you use u-boot-with-spl-pbl-ls1021aqds_nand.bin? Adrian Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Hi Adrian, I still have troubles in debuging the NAND boot u-boot. The NAND boot file "u-boot" is different from the NOR boot file "u-boot", there is another "SPL" part. How could I debug the NAND boot file? Thanks Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Yes, this is the reason. You have to flash a u-boot with spd-pbl image into the NAND to have all is necessary (rcw, pbi, uboot) for NAND boot. Adrian Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Hi Adrian, I tried it on a bare board, it doesn't work. Maybe the reason is no u-boot in the NAND flash. I have programmed a RCW file into the NAND flash, so I can gain the JTAG control. Thanks. Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA I didn't try to debug uboot from NAND, but should be the same. Let me know if doesn't work and I can take a look. Adrian Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Hi Adrian, I have another question: Can I debug the u-boot that boots up from NAND by this way? Thanks Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Indeed, to boot from qspi you should used ls1021aqds_spi to compile u-boot. Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Thanks, I have another question, I try to boot from the QSPI flash, I should use ls1021aqds_spi to compile my u-boot, right? Should I also need to build a SPL? Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Usually the " Failed to correctly configure the JTAG chain" is generated by the missing of RCW or the wrong configuration of the switches . Adrian Re: U-Boot Debug using CodeWarrior for QorIQ LS series – ARM V7 ISA Hi, I have a problem on loading u-boot into our bareboard. I have a customized LS1021A bareboard, how could I load u-boot into this board? I compiled a u-boot and tried to attach it by a CodeWarrior TAP, but I always got some JTAG configuration failure.      Error launching LS1021AQDS_Debug_LS1021AQDS_Attach      CCSProtocolPlugin : Failed to correctly configure the JTAG chain Is an on-board programmed u-boot necessary? Or I should change the target initialization file too? Thanks
查看全文
Predictive Safety with Qorivva MCU and MC33907 and MC33908 System Basis Chip (SBC) Demo Owner David Lopez Explore this SafeAssure solution for ASIL D applications. This highly optimized Qorivva MCU and system basis chip (SBC) solution offers independent fail-safe monitoring for power management. It also features MCU external assessment of SBC architecture and concept to fit for ISO 26262 within an optimized ecosystem.   Features Safe Assure solution to fit for ASIL D applications Highly optimized SBC + MCU solution inside a new EVM ecosystem Independent fail-safe monitoring unit for power management and MCU External assessment of SBC (System Based Chip) architecture and concept fit for ISO 26262 MC33907 independent from physical and electrical stand point. It is Monitoring MCU and Power Management Presenting different components for the safe assure program Featured NXP Products Qoriva MCU MPC5643L MC33907 MC33908 Development Hardware Used KIT33908MBEVBE: Evaluation mother board - MC33908, Safe System Basis Chip with Buck and Boost DC/DC up to 1.5 A on Vcore Automotive Industrial
查看全文
Aurora Trace for CodeWarrior Power Architecture General
查看全文
i.MX6 CSC setting sample source code This is sample code for CSC settings for /dev/fb1. It can calculating the CSC matrix and updates in real time from given parameters(Brightness,Contrast,Saturation,Hue, and gamma). This is sample code for CSC settings for /dev/fb1. It can calculating the CSC matrix and updates in real time from given parameters(Brightness,Contrast,Saturation,Hue, and gamma). Re: i.MX6 CSC setting sample source code I think there is a small glitch in the code: the include in line 14 #include yields to some warnings respectively compilation errors ("missing dma_addr_t etc."). Hence it is better to substitute it with #include . Re: i.MX6 CSC setting sample source code Helo Taro Please, could you help me - i have to ajust display brightness and contrast on IMX6 (nitrigen6x) Was your method successful for display adjustment and this adjustment was applied to all menues on display? And please, give me the tip which libs i should install on my Ubuntu for working with IPU THX
查看全文
在 KDS 中使 FRDM-MK64 板上的 LED 闪烁 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> KDS 中的 LED 闪烁   说明:   这是在 FRDM-MK64FN1M0VLL12 板上使用 KDS 制作的一个小项目。 蓝色 LED 每秒切换一次,由定时中断控制。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> KDS 中的 LED 闪烁   说明:   这是在 FRDM-MK64FN1M0VLL12 板上使用 KDS 制作的一个小项目。 蓝色 LED 每秒切换一次,由定时中断控制。 概述
查看全文
Using the Accelerometer on the FRDM-MK64 Board in KDS Accelerometer in KDS Description:   This is a small project made in KDS using the accelerometer on a FRDM-MK64FN1M0VLL12 board. The blue LED is on when the board is flat or upside down The red LED is on when the board is on its side The green LED is on when the board is on its nose or tail   Sections of code taken from http://mcuoneclipse.com/2014/05/26/tutorial-data-logger-with-the-frdm-k64f-board/ Accelerometer in KDS Description:   This is a small project made in KDS using the accelerometer on a FRDM-MK64FN1M0VLL12 board. The blue LED is on when the board is flat or upside down The red LED is on when the board is on its side The green LED is on when the board is on its nose or tail   Sections of code taken from http://mcuoneclipse.com/2014/05/26/tutorial-data-logger-with-the-frdm-k64f-board/ General
查看全文
Creating a new MQX project using GCC C++ The attached document explains how to create a C++ project using CW10.6 with GCC compiler, MQX 4.1. Regards, Carlos Re: Creating a new MQX project using GCC C++ Hi Dave, I am trying to configure KSDK/PEx project to convert in C++. Can you send a procedure/steps for running C++ code. I am using MK64FN controller. I have gone through below link but could not configure for C++.  Processor Expert, gcc C++ and Kinetis-L with MQXLite | MCU on Eclipse   C++ with Kinetis Design Studio | MCU on Eclipse  Also can you send a sample project with PEx which runs C++ code. Thanks, Kirti   Re: Creating a new MQX project using GCC C++ Thanks Carlos.  I didn't realize I could use the Service Request feature for anything other than actual bugs that could be 100% reproducible or were clearly a problem with the KSDK. The good news is that I have a procedure for running C++ code with MQX and PEx that seems to work and is minimally inconvenient.  I'm going to test some C++ wrapper classes for the FSL device drivers and we'll see how it goes this week.  Thanks! Re: Creating a new MQX project using GCC C++ For this kind of matters I strongly recommend to submit a Service Request at our web page www.freescale.com/support I am part of the support team and I or any of my colleagues can take a look to it in our side. Carlos Re: Creating a new MQX project using GCC C++ Okay, would you mind looking over my project after I do an initial test?  I'll create a KSDK/PEx/MQX project, convert to C++, and then will see if I can do something simple like blinking an LED on my FRDM-K64F.  If that doesn't work, I'd like to be able to submit it to someone to review.  Thanks! Re: Creating a new MQX project using GCC C++ Hi Dave, I find difficult to have this guide soon. As you have noticed Processor Expert does not manages C++, but the work around you described looks good on the side of the tasks. But regarding the whole project you will need to change many settings and at this moment I am not sure if these settings may cause conflict with PEx. Regards, Carlos Re: Creating a new MQX project using GCC C++ I have an idea of how I need to get everything working, but I have a MK64FN1M0VLL12 board with ethernet, and would like to use Processor Expert in KDS3/KSDK1.2 to create my tasks.  I'll be using the OS_Task component, but code generation creates C files, not CPP.  I don't think it's *that* big of an issue, as long as I convert everything over and then disable code generation for MQX.  So my plan was to create some extra tasks ahead of time, even if I don't use them.  Then when it's time to release the code, I can just delete the unused tasks.  Seems like it's easier to create more tasks up front and then disable the code generation, and delete unused code later.  Would you agree with that? In such a case, would you be able to make a "walkthrough" document that takes a processor and the latest toolchain and show what needs to be done to get MQX running in a C++ project?  I plan to tackle this this week, so perhaps if you can't make a doc, I'll just go for it and will post questions here if I run into problems. Re: Creating a new MQX project using GCC C++ Hi Dave, I don't have such example, there are many variables in this case. Do you have an specific question about it? Regards, Carlos Re: Creating a new MQX project using GCC C++ Carlos, do you have any examples for MQX using C++ under KDS 3.0 / KSDK 1.2, using Processor Expert?
查看全文
ターゲット側のアドレス変換 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> この記事では、組み込みツールとFreeMASTERツール側の両方からTSA機能について説明します。 これは、FreeMASTERチュートリアルシリーズの一部です。 通信ドライバ ボードへの接続 Target Side Address Translation(現在の記事) TSA によるプロジェクト変数の公開 (マイビデオで視聴)
查看全文
Unboxing MYD-C8MMX Dev Kit Based on NXP i MX 8M mini A53 Quad Processor Unboxing MYD-C8MMX Dev Kit Based on NXP i MX 8M mini A53 Quad Processor The MYD-C8MMX development board is using the i.MX 8M Mini Quad Processor which is among NXP i.MX 8M mini family of applications processors and includes a 1.8GHz quad Cortex-A53 core plus a 400MHz Cortex-M4 core. The MYC-C8MMX CPU Module provides an outstanding embedded solution for Home and Building Control, IOV, Industrial and Medical Instruments, Human Machine Interface (HMI) and more other general purpose industrial and IoT applications which require optimized power consumption while maintaining high-performance.performance and low-power processors. For more information: http://www.myirtech.com/list.asp?id=618 http://www.myirtech.com/list.asp?id=617
查看全文
Metropolitan Area Network: Enabling Smart Cities - Demo Demo Owner: Michael L Dow   NXP's Metropolitan Area Network Demonstration Kit utilizes the latest IPv6 Mesh technologies and enables the Smart City of the future. This kit was built around a Smart Objects modem and IPv6 stack from Nivis based on the Kinetis K60 and the MC12311 sub-GHz radio. In this demo the Power PC P1025 Tower board acts as a Data Concentrator/Edge Router, gathering information from several battery powered wireless Smart Object end nodes—all managed via a Nivis’s Network Manager Software.       Features Sub- 1 GHz communication Metropolitan  Area Network Communication Featured NXP Products QorIQ Processing Platforms - P1025 MC12311 Kinetis K60 Development Hardware Used TWR-METRO-KIT Design Resources Demo Quick Start Guide Link to Nivis web page   Smart City
查看全文
Floating License server daemon - Hiware Re: Floating License server daemon - Hiware The  lmgrd  daemon and the vendor daemons work together to manage the license keys. The  lmgrd  daemon handles the initial contact with the client application programs, passing the connection on to the appropriate vendor daemon. The  lmgrd  daemon also starts and restarts vendor daemons.
查看全文
USB CDC 虚拟通信示例 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 附件文档展示了如何获取 MQX4.1 虚拟 Com 端口示例。该文档位于以下路径: C:\Freescale\Freescale_MQX_4_1\usb\device\examples\cdc\virtual_com 此致, 卡洛斯
查看全文
FRDM-MK64ボードを使用してKDSのSDカードに書き込む <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> KDSでのSDカードへの書き込み   形容:   KDSでFRDM-MK64FN1M0VLL12ボードを使用してSDカードに書き込むプロジェクト。 毎秒、変数x、y、zの時間と値がSDカードに書き込まれます。 これらはlog.txtファイルに書き込まれ、存在しない場合は作成されます。 X、Y、Z は、デフォルトで 1、2、3 に設定されています。   http://mcuoneclipse.com/2014/05/26/tutorial-data-logger-with-the-frdm-k64f-board/ から取得したコードのセクション   問題:   フラッシュ後、時間は常に17:51:31から始まります。 これは、TmDt1_Initでそのように設定されているためです。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> KDSでのSDカードへの書き込み   形容:   KDSでFRDM-MK64FN1M0VLL12ボードを使用してSDカードに書き込むプロジェクト。 毎秒、変数x、y、zの時間と値がSDカードに書き込まれます。 これらはlog.txtファイルに書き込まれ、存在しない場合は作成されます。 X、Y、Z は、デフォルトで 1、2、3 に設定されています。   http://mcuoneclipse.com/2014/05/26/tutorial-data-logger-with-the-frdm-k64f-board/ から取得したコードのセクション   問題:   フラッシュ後、時間は常に17:51:31から始まります。 これは、TmDt1_Initでそのように設定されているためです。 全般
查看全文