Multi Source Translation Content

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

Multi Source Translation Content

讨论

排序依据:
i.MX 8M Plus CPU module​ Hi, I just want to buy i.MX 8M Plus CPU module​ which comes with imx8m-plus dev board. Where to buy? i.MX 8 Family | i.MX 8QuadMax (8QM) | 8QuadPlus i.MX 8M | i.MX 8M Mini | i.MX 8M Nano Re: i.MX 8M Plus CPU module​ Hi @vivek338  We don't provide individual CPU module, you can order another EVK.
查看全文
Debugging issue Hi  I am facing an issue with S32D, when I am trying to debug,it gives me this error: I have reinstalled the S32D and Pemiro drivers,but still have the same issue. Re: Debugging issue Hi @Ayaz  Please create a blank "S32DS Application Project" and see if you get the same error. Also, try with an example code. Additionally, can you please try the following? Turn the switch off disconnect the 12-volts reconnect the 12-volts turn the switch on This power-up procedure manages that SBC starts with the disabled watchdog. Four orange LEDs indicate active 12, 5, 3.3, and 1.5 V power supply domains. Re: Debugging issue Hi This is not the first time, and I figured that the issue was from the evaluation board (S32k344 Q172), when I am switching to (S32k344 T172). I did not have this issue anymore, do you have any idea, how to fix this? Re: Debugging issue Hi @Ayaz  What project are you flashing to the target? Is it one of the example projects or a custom one? Is this the first time you ever tried or did it work previously and now fail? Are you using custom boards? Or is it an NXP board? B.R. VaneB
查看全文
S32DS for flashing code into MPC5674F hi , I am using MPC5674F controller, using S32DS IDE with gcc compiler. I have 2 executable , one is boot and another is application executable.  How do i load both application with JTAG without erasing the boot software partion,  whenever i try to load any software it erases complete flash.  please help me how to achieve it, i am not able to find the documentation for the same. thanks Re: S32DS for flashing code into MPC5674F You may find it described in the following thread: https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Debug-multiple-elf-files-in-S32-Design-Studio-with-GDB/ta-p/1121160
查看全文
about Uboot Console In file "S32G2_LinuxBSP_42.0_Test_Specification.pdf" always said that: Check NCF_S0 register on the Uboot console md.l 0x4030C080 1 for example in "6.1.2 Test Procedure" Steps: 1. Boot to linux console 2. Run command to read the adc (need to run for a least a few day) echo 1 > /sys/bus/iio/devices/iio:device0/scan_elements/in_voltage4_en echo 4096 > /sys/bus/iio/devices/iio:device0/buffer/length while : do echo 1 > /sys/bus/iio/devices/iio:device0/buffer/enable hexdump -e '"iio0 :" 8/2 "%04x " "\n"' /dev/iio:device0 | head -512 echo One shot finished! echo 0 > /sys/bus/iio/devices/iio:device0/buffer/enable done 3. Check NCF_S0 register on the Uboot console md.l 0x4030C080 1 In step 1, I'm already in Linux console, how can I check NCF_S0 register on the Uboot console? after reboot? Re: about Uboot Console Thanks for devmem2, got it. Re: about Uboot Console Hello, @liujialu_2024  Thanks for your post. I do not think so, from my opinion, from step 3, I suggest checking the register status by using the devmem2 in Linux. BR Chenyin
查看全文
bitbakeは解析レシピでハングアップ:66% |#### 私はbitbakeを使用してYoctoをコンパイルしていますが、解析段階でコンパイルが66%で止まるという問題に頻繁に遭遇します。その後、無期限にハングし、続行するにはコンピューターを複数回再起動する必要があります。そうしないと、そこに留まり、前進しません。 以下はエラー情報です。 bitbake u-boot -c コンパイル キャッシュの読み込み: 100% |##############################################################| Time: 0:00:00 Loaded 5396 entries from dependency cache. Parsing recipes: 66% |######################################## |到着予定時刻: 0:00:00 しばらく待つとエラーが報告されます。 エラー:/home/oven/sandy/connevo/d02a_connevo_a53_sw/sources/meta-alb/recipes-extended/opendds/opendds_git.bbの解析中にExpansionError トレースバック(最後の最後の呼び出し): ファイル「/home/oven/sandy/connevo/d02a_connevo_a53_sw/sources/poky/bitbake/lib/bb/fetch2/.py」、1214行目、srcrev_internal_helper(ud=__init__ 、d=, name='default')にあるDataSmartオブジェクト: srcrev == "AUTOINC"の場合: > srcrev = ud.method.latest_revision(ud,d, 名前) この問題を解決するのを手伝ってもらえますか?感謝。 日時:bitbakeハングで解析レシピ:66%|#### こんにちは、ギリェルメ、 私は何度も試しました、それはあなたの解決策が私の問題を解決できるようです、ありがとう。 日時:bitbakeハングで解析レシピ:66%|#### ありがとうChenyin、 はい、YoctoビルドにUbuntu20.04を使用していますが、このバージョンでこの問題が発生する可能性がありますか?
查看全文
S32G399a u-boot hang at Loading Environment from MMC... OK Hello NXP experts I am using bsp41.0 ro debug s32g399a board, selet nor-flash boot mode, refer your user manual, modify ATF CLOCK config from 1.4G to 1.2G, #elif defined(PLAT_s32g3) #define S32GEN1_A53_MAX_FREQ            (1300 * MHZ) #define S32GEN1_A53_MIN_FREQ            (48 * MHZ) #define S32GEN1_ARM_PLL_VCO_MAX_FREQ        (2400 * MHZ) #define S32GEN1_ARM_PLL_PHI0_MAX_FREQ       (1200 * MHZ) #define S32GEN1_A53_FREQ            (1200 * MHZ) #define S32GEN1_ARM_PLL_VCO_FREQ        (2600 * MHZ) #define S32GEN1_ARM_PLL_PHI0_FREQ       (1200 * MHZ) #define S32GEN1_XBAR_2X_FREQ            (800 * MHZ) #define S32GEN1_PERIPH_PLL_PHI0_MIN_FREQ    (100 * MHZ) #define S32GEN1_PERIPH_PLL_PHI2_MIN_FREQ    (40 * MHZ) and align from 16 to 64 test step: 1. burn M7 bootloader(with de_init configuration) to nor-flash 2. select nor-flash boot mode 3. download bin file to nor-flash will FT tool 4. burn to SD-CARD with below command, dd if=fip.s32 of=/dev/sdb bs=512 skip=1 seek=1 conv=fsync,notrunc 5. power up,  u-boot hang at below lines, NOTICE: Reset status: Power-On Reset NOTICE: BL2: v2.10.0 (release):bsp41.0-2.10-dirty NOTICE: BL2: Built : 09:36:29, Oct 24 2024 NOTICE: BL2: Booting BL31 U-Boot 2022.04+g4744d0e2c8+p0 (Oct 24 2024 - 17:47:25 +0800) SoC: NXP S32G399A rev. 1.1 CPU: ARM Cortex-A53 r0p4 @ max 1300 MHz Model: NXP S32G399A-RDB3 DRAM: 3.5 GiB Core: 306 devices, 25 uclasses, devicetree: board MMC: FSL_SDHC: 0 Loading Environment from MMC... OK please help to check from your side, thanks.   回复: S32G399a u-boot hang at Loading Environment from MMC... OK hi,xlfd_1981 Thank you for your reply and finding out the problem. BR Joey 回复: S32G399a u-boot hang at Loading Environment from MMC... OK thanks i have fixed this issue, your user manual have some mistake, the correct config is below, #define S32GEN1_A53_MAX_FREQ            (1300 * MHZ) #define S32GEN1_A53_MIN_FREQ            (48 * MHZ) #define S32GEN1_ARM_PLL_VCO_MAX_FREQ        (2600 * MHZ) #define S32GEN1_ARM_PLL_PHI0_MAX_FREQ       (1200 * MHZ) #define S32GEN1_A53_FREQ            (1200 * MHZ) #define S32GEN1_ARM_PLL_VCO_FREQ        (2400 * MHZ) #define S32GEN1_ARM_PLL_PHI0_FREQ       (1200 * MHZ) #define S32GEN1_XBAR_2X_FREQ            (800 * MHZ) #define S32GEN1_PERIPH_PLL_PHI0_MIN_FREQ    (100 * MHZ) #define S32GEN1_PERIPH_PLL_PHI2_MIN_FREQ    (40 * MHZ) 回复: S32G399a u-boot hang at Loading Environment from MMC... OK hi,xlfd_1981 Thank you for your interest in NXP Semiconductor products and the opportunity to serve you, I will gladly help you with this. you are using the Logger Demo and S32G_Bootloader_G3_LLCELOGGER_V1_2023_12_06.pdf? Please check the following configuration settings during operation. 1. Regarding the clk_enable() function leading to U-Boot hanging at Loading Environment from MMC. Please check if the LLCE Logger Demo has already removed CLOCK INIT. The bootloader has already been configured for clock, so reconfiguring the MCA L driver may cause conflicts. You can refer to the S32G_Bootloader_G3_LLCELOGGER_V1_2023_12_06 document, section 2.5/3.5, for a solution to resolve the clock conflicts between the bootloader, MCA L driver, and Linux. 2. Additionally, please check if there is any conflict between the SRAM mirrored load run address and the diagram below. Wish it helps you. If you still have question about it,please kindly let me know. BR Joey   回复: S32G399a u-boot hang at Loading Environment from MMC... OK Nxp Experts please help analyze this issue,thanks your user manual only mention about ATF codes updated, not mention uboot and kernel, so uboot and kernel need updated? How to update? 回复: S32G399a u-boot hang at Loading Environment from MMC... OK pls, we config m7 bootloader clock confict referring to S32G_Bootloader_G3_LLCELOGGER_V1_2023_12_06 documents, and I found the serdes module clk_enable() function leading u-boot hang at Loading Environment from MMC... OK, so may be clock confict between m7 abnd a53,  looking forward to your response, thanks.
查看全文
关于Uboot控制台 在文件“S32G2_LinuxBSP_42.0_Test_Specification.pdf”中 总是说: 在Uboot控制台上检查NCF_S0寄存器 md.l 0x4030C080 1 例如在“6.1.2测试程序” 步骤: 1. 启动到 Linux 控制台 2.运行命令读取adc(需要运行至少几天) echo 1> /sys/bus/iio/devices/iio:device0/scan_elements/in_voltaic4_en echo 4096 > /sys/bus/iio/devices/iio:device0/buffer/length 尽管 : 做 echo 1> / sys / bus / iio / devices / iio:device0 / buffer / enable hexdump -e '“iio0:”8/2“%04x”“\ n”'/ dev / iio:device0 | head -512 echo 一击完毕! echo 0 > /sys/bus/iio/devices/iio:device0/buffer/enable 完毕 3. 在Uboot控制台上检查NCF_S0寄存器 md.l 0x4030C080 1 在步骤 1 中,我已经在 Linux 控制台中,如何在重启后检查 Uboot 控制台上的 NCF_S0 寄存器? 回复:关于Uboot控制台 感谢 devmem2,明白了。
查看全文
i.MX 6UltraLite MAC address Hi, I have a board with i.MX 6UltraLite (MCIMX6G2CVM05AB) and a LAN connection by the PHY transceiver KSZ8081RNBIA-TR of Microchip. I see the MAC address changes every time a reset the board. So I need some explanation: - Is the i.MX 6UltraLite who generates the MAC address? - Is there a way to have a univoque value for the MAC address? Best regards, Andrea Communication & Control(I3C | I2C | SPI | FlexCAN | Ethernet | FlexIO) Re: i.MX 6UltraLite MAC address Hello @AndreaB-17  If you want an unique MAC address you can burn the fuses: 21B_C620  -> Value of OTP Bank4 Word2 (MAC Address) (OCOTP_MAC0) 21B_C630 -> Value of OTP Bank4 Word3 (MAC Address) (OCOTP_MAC1) You can do it in U-boot with fuse prog. Best regards. Salas.
查看全文
bitbake 在解析配方时挂起:66% |#### 我正在使用 bitbake 编译 Yocto,并且经常遇到编译在解析阶段卡在 66% 的问题。然后它会无限期挂起,我必须多次重新启动计算机才能使其继续。否则,它就只能停留在那里,无法前进。 以下是错误信息, bitbake u-boot -c 编译 加载缓存:100% |################################################################## ##| Time: 0:00:00 Loaded 5396 entries from dependency cache. Parsing recipes: 66% |## ######################################### | 预计到达时间:0:00:00 等一段时间会报错, 错误:解析 /home/oven/sandy/connevo/d02a_connevo_a53_sw/sources/meta-alb/recipes-extended/opendds/opendds_git.bb 时出现 ExpansionError 回溯(最近一次调用最后一次): 文件“/home/oven/sandy/connevo/d02a_connevo_a53_sw/sources/poky/bitbake/lib/bb/fetch2/ __init__ .py”,第 1214 行,位于 srcrev_internal_helper(ud= ,d= ,name='default'): 如果 srcrev == “AUTOINC”: > srcrev = ud.method.latest_revision(ud,d,名称) 你能帮我解决这个问题吗?谢谢。 回复:bitbake 挂在解析配方处:66% |#### 你好,Guilherme, 我尝试了很多次,看来您的解决方案可以解决我的问题,谢谢。 回复:bitbake 挂在解析配方处:66% |#### 谢谢chenyin, 是的,我使用Ubuntu20.04 进行 Yocto 构建,这个版本会出现这个问题吗?
查看全文
Unwanted debugging -gdwarf-4 option set automatically in library projects by MCUXpresso Building headless (via CDT's generic org.eclipse.cdt.managedbuilder.core.headlessbuild application) or opening a project's properties in the GUI adds the -gdwarf-4 option to the com.crt.advproject.gcc.lib.release.option.debugging.other setting of the currently active configuration in library projects. While this setting also seems to be the default for executables, it does not get re-added there and I am not sure if it has the same effects when linking as with libraries. But with static libraries the resulting binaries are actually different as the debug info gets embedded into the object files that end up in the library, which is obviously unwanted. Re: Unwanted debugging -gdwarf-4 option set automatically in library projects by MCUXpresso I got your point. I'll recheck the way the Dwarf-related flag is enforced and do some improvements based on your inputs. We'll see if this fits in the upcoming IDE v11.10.0 release. Thanks, Adrian Re: Unwanted debugging -gdwarf-4 option set automatically in library projects by MCUXpresso The problem is that this actually enforces debug information to be present in the binary (no matter what the other "Debug level" is set to), which is undesired in our case. Software overriding developers is never a good idea. A warning would be more appropriate IMHO. Checking the "Debug level" for non-"none" before setting the value would also improve things (for my case at least). Re: Unwanted debugging -gdwarf-4 option set automatically in library projects by MCUXpresso Indeed, the IDE changes the implicit Dwarf format used by GCC. As you noticed, Dwarf 4 is now used instead of the default Dwarf 5. Long story short, this should not affect the actual code that's being generated, only the debug information is affected. We decided to enforce Dwarf 4 for debugging purposes, because of the many issues we've encountered with GDB, not being able to fully interpret Dwarf 5 (for now). If you want, you can always specify "-gdwarf-5" in the "Other debugging flags" field and the IDE will not change it in this case. Regards, Adrian Re: Unwanted debugging -gdwarf-4 option set automatically in library projects by MCUXpresso I have this issue as well.  On Mac OS Sonoma Version 14.2.1 with MCUXpresso IDE v11.9.0 [Build 2144] [2024-01-05] and MCUXpresso SDK Version 2.15.00 (801 2024-01-15) for MIMXRT1060-EVKB. Any new SDK Example project has the -gdwarf-4 debug option set in the IDE even though this flag is not specified in the config of the example (XML) or in the .cproject file. Re: Unwanted debugging -gdwarf-4 option set automatically in library projects by MCUXpresso Hello @stefanct  For better resolve your issue, please tell us your chip number. And detail steps about how to reproduce you issue.  BR Alice
查看全文
S32DS project folder structure Hello, I'm trying to generate a S32DS project with a custom folder project structure, I generate the project from the hello world example for the S32K311 MCU. I want the following structure: - app/ - libs/ - board/ - S32K311/ - generate/ - S32K311.mex - rtd/ - ...  The project builds successfully, but when I update the generated code (using the S32K311.mex) the RTD folder appears in the root of the project and this include -> "../RTD/include". Is there any way to avoid this undesired behavior? Re: S32DS project folder structure Good to know, thanks for the answer Julián. Re: S32DS project folder structure Hi @JCastro, Unfortunately, it is not possible to modify where the code is generated, but you can export the source files: "Right click > Export... > S32 Configuration Tools > Export Source Files" You could also add a script to run as pre/post-build steps, so the desired folders are generated: Best regards, Julián
查看全文
Can i.MX RT1176 work with eMMC version 5.1 and up? Hi NXP team, In the datasheet, the MCU i.MX RT1176 supports MMC up to version 5.0.  However, it is easier to find memories with versions 5.1 and upwards.  My question is: Will the MCU function with memories supporting versions 5.1 and upwards but the MCU will not support the functionalities for versions 5.1 and upwards? Br // PuiYee Re: Can i.MX RT1176 work with eMMC version 5.1 and up? Hi @puiyee_poon ,     I have purchased one samsung emmc 5.1 previously, and I have tested it on the RT1176, no matter the directly communication or the code boot from emmc, it works OK.   So, at least the emmc5.1 works, to the up version, you may need to test it on your side. Wish it helps you! Best Regards, Kerry
查看全文
About Eth_InternalLoopback_S32G399A_M7 In C:\NXP\SW32G_RTD_4.4_4.0.2_HF02\eclipse\plugins\Eth_TS_T40D11M40I2R0\examples\EBT\S32G3\Eth_InternalLoopback_S32G399A_M7 I want to test Ethernet loopback,My execution steps: 1. eb tresos open the project, and Generate Project. 2. make build. But an error occurred,and Port.h,  Eth.h, OsIf.h all cannot be found. Re: About Eth_InternalLoopback_S32G399A_M7 Thank you very much for your reply.  I have solved this problem!  The problem is version mismatch。 I'll list the solutions: 1. Find the corresponding eb tresos version from the RTD you are using. for example: open this file 2. Install the corresponding eb tresos. 3. NOTE: You must Activate the eb tresos with Corresponding activation code even if other versions of eb tresos has been already activated. 4. copy all " _TS_T40D11M40I2R0" directories and .JAR files from C:\NXP\SW32G_RTD_4.4_4.0.2_HF02\eclipse\plugins to the " \plugins" directory. Re: About Eth_InternalLoopback_S32G399A_M7 Hi, Thanks for your feedback. We might not understand this last inquiry, were you able to compile successfully? Or are you still not able to compile the project? As from our side, we are still unable to reproduce the outcome you are seeing, we can compile the example no problem. As for problems under the parameters, we see that following: The TRESOS_DIR is not pointing to the typical EB Tresos installation path. Can you confirm if under that path you are able to see the EB Tresos installation folder? The PLUGINS_DIR is not pointing to the typical plugins folder. Also, the plugin that you are using does not seem to be the typical NXP RTD plugins. As shown under our previous example, all plugins should be available under the plugins folder of Tresos, we recommend using it. Please, let us know. Re: About Eth_InternalLoopback_S32G399A_M7 Thank you very much for your reply According to your answer, the previous question has been resolved. Now there is a new problem. I wonder if there is some configuration missing or a version mismatch. Re: About Eth_InternalLoopback_S32G399A_M7 Hi, We are able to compile the example no problem from our side: We see that you are using the windows form for the different paths that are required. We understand that this is wrong and you should be using the unix form, as shown below: Please, let us know.
查看全文
S32K1实时驱动程序AUTOSAR 4.4 我找不到有关 S32K1xx 开发包 RTD AUTOSAR 的文档 请帮我找到文档! 回复:S32K1实时驱动程序AUTOSAR 4.4 是的,谢谢
查看全文
如何生成。来自 codearrar2.1 代码的 obj 文件 你好 当我使用CodeWarrior2.1编译代码程序时,我只得到.mcp项目文件,但我需要 .obj代码程序的文件。我在CodeWarrior2.1中找不到自动生成.obj的方法或相关设置文件,所以请帮我解决如何使用CodeWarrior2.1生成.obj的问题文件。谢谢你! 我在网上找到了关于使用codemarrior2.1命令行工具(CLT)的文章和资料,但我不知道如何使用CLT。我的 CLT 打不开。我已经设置了兼容性并选择了windows7进行兼容。我的电脑系统是windows11,但是没有解决打不开CLT的问题。所以请帮我解决我遇到的问题。谢谢。 期待你的答复! 此致 回复:如何生成。来自 codearrar2.1 代码的 obj 文件 你好,jiri_kral 我先解释一下我做的项目,我们在codewarrior2.1上写完了底层程序源码,然后我们需要转换源代码.c文件到.o文件,由于知识产权保护,我们的源代码.c文件不对客户开放,我们只提供.o文件发送给客户。我们预留了相关功能的接口和函数,客户只需要编写上层程序代码即可与我们的底层程序进行通信。因此客户编译的时候只能通过我们提供的.o文件进行编译,但是不清楚codewarrior2.1是否能满足这样的要求,所以需要您的帮助。如果您对我的描述有疑问,我会随时向您解释我的描述不清楚的地方。感谢您的帮助。非常感谢! 此致 回复:如何生成。来自 codearrar2.1 代码的 obj 文件 你好,jiri_kral 仅回复您的消息并不是我的项目中的重要要求。其实我主要需要编译生成的.o完成后的文件,那么重要的问题就是如何用codewarrior2.1编译链接到.o文件而不是编译链接到.c文件,codewarrior2.1可以这样做吗?如果可以实现的话请教一下如何操作,非常感谢您的帮助! 此致! 回复:如何生成。来自 codearrar2.1 代码的 obj 文件 谢谢你 jiri_Kral 我终于用codewarrior2.1生成了.o文件,非常感谢你的帮助。 请问用codewarrior2.1编译程序除了生成.o文件外,编译过程中生成的其他文件也可以保存在项目文件夹中吗? 期待你的答复! 非常感谢! 此致 回复:如何生成。来自 codearrar2.1 代码的 obj 文件 你好,埃德温 我使用的部件号是SPC5606BMLU6,我使用的是Codewire 2.10版本,这是从NXP官方网站下载的评估版本。我使用的电脑系统是Windows 11。另外,您可以通过电子邮件联系我吗?我的邮箱是“jiachunyu@catarc.ac.cn”通过电子邮件联系可以节省很多时间,谢谢!期待您的回复! 此致 回复:如何生成。来自 codearrar2.1 代码的 obj 文件 嗨@jiachunyu , 您能否分享您当前正在使用的零件编号以便为您提供更好的支持? 谢谢, 埃德温。
查看全文
MCUXpressoによってライブラリプロジェクトに自動的に設定される不要なデバッグ-gdwarf-4オプション ヘッドレスのビルド (CDT の一般的な org.eclipse.cdt.managedbuilder.core.headlessbuild 経由)application) または GUI でプロジェクトのプロパティを開くと、ライブラリプロジェクトで現在アクティブな設定の com.crt.advproject.gcc.lib.release.option.debugging.other 設定に -gdwarf-4 オプションが追加されます。 この設定も実行可能ファイルのデフォルトであるように見えますが、そこには再追加されず、ライブラリとリンクするときに同じ効果があるかどうかはわかりません。しかし、静的ライブラリでは、デバッグ情報がライブラリに格納されるオブジェクトファイルに埋め込まれるため、結果のバイナリは実際には異なりますが、これは明らかに望ましくありません。 Re: MCUXpresso によってライブラリプロジェクトに自動的に設定される不要なデバッグ -gdwarf-4 オプション あなたの言いたいことはわかりました。ドワーフ関連のフラグの施行方法を再確認し、皆さんの意見に基づいていくつかの改善を行います。これが今後のIDE v11.10.0リリースに適合するかどうかを確認します。 ありがとうございます エイドリアン Re: MCUXpresso によってライブラリプロジェクトに自動的に設定される不要なデバッグ -gdwarf-4 オプション 問題は、これにより実際にデバッグ情報がバイナリに存在するように強制されることです (他の "デバッグ レベル" が何に設定されているかに関係なく)、これは私たちの場合望ましくありません。ソフトウェアが開発者をオーバーライドすることは決して良い考えではありません。警告は私見により適切でしょう。値を設定する前に「なし」以外の「デバッグレベル」を確認すると、(少なくとも私の場合は)改善されます(少なくとも私の場合)。 Re: MCUXpresso によってライブラリプロジェクトに自動的に設定される不要なデバッグ -gdwarf-4 オプション 実際、IDEはGCCで使用される暗黙的なDwarf形式を変更します。お気づきのように、デフォルトのドワーフ5の代わりにドワーフ4が使用されるようになりました。簡単に言うと、これは生成される実際のコードには影響せず、デバッグ情報のみが影響を受けます。デバッグ目的で Dwarf 4 を適用することにしたのは、GDB で発生した多くの問題、Dwarf 5 を完全に解釈できないためです (現時点では)。必要に応じて、いつでも「その他のデバッグフラグ」フィールドに「-gdwarf-5」を指定でき、この場合、IDEはそれを変更しません。 よろしくお願いします。 エイドリアン
查看全文
生成方法。codearrar2.1コードからのobjファイル こんにちは CodeWarrior2.1 を使用してコード プログラムをコンパイルすると、.mcp しか返されませんプロジェクトファイルが必要ですが、.objが必要ですコードプログラムのファイル。CodeWarrior2.1 で.objを自動的に生成する方法または関連する設定が見つかりませんファイルなので、CodeWarrior2.1を使用して.objを生成する方法の問題を解決するのを手伝ってくださいファイル。ありがとうございます! 私はインターネット上でcodemarrior2.1コマンドラインツール(CLT)の使用に関する記事や資料を見つけましたが、CLTの使用方法がわかりません。CLT が開きません。互換性を設定し、互換性のためにwindows7を選択しました。私のコンピュータシステムはwindows11ですが、CLTを開かないという問題は解決しませんでした。だから、私が遭遇した問題を解決するのを手伝ってください。ありがとうございます。 お返事をお待ちしております! よろしくお願いいたします 日時:生成する方法。codearrar2.1コードからのobjファイル こんにちはjiri_kral 私が行っているプロジェクトについて説明しましょう、codewarrior2.1で基礎となるプログラムのソースコードを書き終えました。そして、ソースコードを変換する必要があります。ファイルto.oファイル、知的財産権の保護のため、当社のソースコード.cファイルはお客様に公開されていません、私たちはのみ提供します。顧客にファイルします。関連する機能のインターフェースと機能を予約しており、お客様は基礎となるプログラムと通信するために上位レベルのプログラムコードを書くだけで済みます。したがって、クライアントはコンパイル時に私たちが提供する.oファイルを介してのみコンパイルできますが、codewarrior2.1がそのような要件を満たすことができるかどうかは明らかではないため、あなたの助けが必要です。私の説明について質問がある場合は、私の説明が不明瞭な点を説明する準備ができています。ご協力いただきありがとうございます。ありがとうございました! よろしくお願いいたします 日時:生成する方法。codearrar2.1コードからのobjファイル こんにちはjiri_kral あなたのメッセージに返信するだけでは、私のプロジェクトでは重要な要件ではありません。実際、私は主にgenerated.oをコンパイルする必要があります。完了後にファイルを作成し、その後、重要な問題は、.cファイルへのリンクをコンパイルする代わりに、codewarrior2.1で.oファイルへのリンクをコンパイルする方法です。これをしますか?実現できる場合は、操作方法を教えてください、ご協力いただきありがとうございます! よろしくお願いいたします! 日時:生成する方法。codearrar2.1コードからのobjファイル ありがとうございましたjiri_Kral 私はついにcodewarrior2.1で.oファイルを生成しました、ご協力いただき、誠にありがとうございました。          codewarrior2.1でプログラムをコンパイルするときに、generating.oファイルに加えて、コンパイル中に生成された他のファイルもプロジェクトフォルダに保存できますか?          お返事をお待ちしております! ご回答をよろしくお願い申し上げます。 よろしくお願いいたします 日時:生成する方法。codearrar2.1コードからのobjファイル こんにちはエドウィン 使用している品番はSPC5606BMLU6で、NXPの公式サイトからダウンロードした評価版であるCodewireバージョン2.10を使用しています。私が使用しているコンピューターシステムはWindows11です。また、メールでの連絡もできますか?メールが「jiachunyu@catarc.ac.cn」ですメールで連絡すると、時間を大幅に節約できます、ありがとうございます!お返事をお待ちしております! よろしくお願いいたします 日時:生成する方法。codearrar2.1コードからのobjファイル こんにちは@jiachunyu、 より良いサポートを提供するために、現在使用している部品番号を教えてください。 感謝 エドウィン。
查看全文
Do S32G ports support 802.1AS 2020 Hi, Shown as GMAC Subsystem RM, the GMAC0 port supports for TSN time synchronization (802.1AS-Rev). So do PFE_MAC ports, indicated in S32G Product brief(1st pic). Thus, are those ports support 802.1AS-2020? It seems that there are some tiny difference between 1AS-REV and 1AS-2020(2nd pic). Looking forward to your reply. Best wishes Re: Do S32G ports support 802.1AS 2020 Hello, @Toooong Thanks for the feedback. Since the multiple domains are included in the 802.1AS-REV, while GMAC could support the spec from hardware perspective,  then I think this feature could be supported by the GMAC. Best Regards Chenyin Re: Do S32G ports support 802.1AS 2020 @chenyin_h  Hi chenyin, Thanks for your reply. As mentioned before, GMac port does support 802.1AS-Rev protocol. Does Gmac support multi-domains function in time synchronization? Looking forward to your reply. Best wishes.  Re: Do S32G ports support 802.1AS 2020 Thanks for the questions. According to the latest S32G2RM and GMACSUBSYSRM, the Time synchronization standard based is IEEE 802.1AS-rev, not 802.1AS-2020. Best Regards Chenyin
查看全文
MCUXpresso 在库项目中自动设置了不需要的调试 -gdwarf-4 选项 构建无头(通过 CDT 的通用 org.eclipse.cdt.managedbuilder.core.headlessbuild应用程序)或在 GUI 中打开项目属性会将 -gdwarf-4 选项添加到库项目中当前活动配置的 com.crt.advproject.gcc.lib.release.option.debugging.other 设置中。 虽然此设置似乎也是可执行文件的默认设置,但它不会重新添加到那里,而且我不确定它在链接时是否具有与库相同的效果。但是对于静态库来说,生成的二进制文件实际上是不同的,因为调试信息嵌入到最终进入库的目标文件中,这显然是不受欢迎的。 回复:MCUXpresso 在库项目中自动设置了不需要的调试 -gdwarf-4 选项 我明白你的意思了。我将重新检查与矮人相关的标志的执行方式,并根据您的输入做一些改进。我们将看看这是否适合即将发布的 IDE v11.10.0 版本。 谢谢! 阿德里安 回复:MCUXpresso 在库项目中自动设置了不需要的调试 -gdwarf-4 选项 问题在于,这实际上强制调试信息存在于二进制文件中(无论其他“调试级别”设置为何),这在我们的情况下是不希望的。软件覆盖开发人员从来都不是一个好主意。我认为警告更为合适。在设置值之前检查“调试级别”是否为非“无”也会改善情况(至少对我的情况而言)。 回复:MCUXpresso 在库项目中自动设置了不需要的调试 -gdwarf-4 选项 事实上,IDE 改变了 GCC 使用的隐式 Dwarf 格式。正如您所注意到的,现在使用 Dwarf 4 而不是默认的 Dwarf 5。长话短说,这不应该影响正在生成的实际代码,只有调试信息会受到影响。我们决定强制使用 Dwarf 4 进行调试,因为我们在使用 GDB 时遇到了很多问题,无法完全解释 Dwarf 5(目前)。如果您愿意,您可以始终在“其他调试标志”字段中指定“-gdwarf-5”,在这种情况下 IDE 不会更改它。 此致, 阿德里安
查看全文
S32K1リアルタイムドライバーAUTOSAR 4.4 S32K1xx の開発パッケージ RTD AUTOSAR に関するドキュメントが見つかりません ドキュメントを見つけるのを手伝ってください! 日時:S32K1リアルタイムドライバーAUTOSAR 4.4 はい、ありがとう
查看全文