Multi Source Translation Content

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

Multi Source Translation Content

ディスカッション

ソート順:
S32K3_The MU installation AB_SWAP process of HSE is incorrect. Hi,NXP I tested installing HSE_AB_SWAP on a brand-new S32K312 development board using the MU method. During my test, I found that if I write the code according to the description in the HSE RM_V2.4 manual, the installation process will be blocked at step 6, and Sbaf will not return any data (observing 0x4038c280, the data is saved as 0xDADABABA). However, if I directly perform the reset at step 9,steps 6, 7 and 8 are not executed, I can observe that the HSE installation is successful (through the FSR status). What could be the possible reason for this? Best Regards, xianlong Re: S32K3_The MU installation AB_SWAP process of HSE is incorrect. Hi Lukas, Just to clarify, by "- Then do an additional step: wait until bit 1 in HSE GPR is cleared." you mean the HSE_CONFIG_GPR3 register? Best regards, /D Re: S32K3_The MU installation AB_SWAP process of HSE is incorrect. Hi @wuxianlong  I reported this a few weeks ago, the procedure will be updated in the next revision of the manual. The procedure described in “3.3.1” talks mainly about situation when the device is being recovered from situation when firmware was erased by SBAF due to some fatal error. If you install the firmware on brand new device, the procedure should be: - Follow all the steps up to step 5. - Then do an additional step: wait until bit 1 in HSE GPR is cleared. - Skip to step 9 and continue. This works, it was confirmed on our side. Regards, Lukas
記事全体を表示
Autosar SDK を S32 Design Studio for S32K144 にアタッチできない S32 Design Studio を使用して S32K144 マイクロコントローラーで新しいプロジェクトを作成しており、Autosar MCAL Stack を使用したいと考えています。 しかし、新しいプロジェクトを最初から作成しているとき、Autosaur RTDファイル/スタックを追加することはできません。SDK リストには表示されません。何が問題になるのでしょうか?Autosaur RTD for S32K1xx Microcontrollersを使用して新しいスクラッチプロジェクトを作成する方法。 Autosaur RTDをダウンロードしましたが、その例も開くことができます。ただし、S32K1xx MCUのプロジェクトを最初から作成するときにSDKを追加することはできません。
記事全体を表示
PF1550 SHIPモードの終了 親愛なるフォーラム 現在、 i.MX-RT1060 に電力を供給するために PF1550 を実装しています 私のアプリケーションでは、「 ONKEY」 を使用して(ローにプルして)PMICの「SHIP」モード を終了する 必要があります。 データシート(Rev 7)は、表26の24ページに次のように記載されているため、私を混乱させました。VSYS = 0 V、ONKEYからのみ起動しています。 これにより、この機能がサポートされている印象を与えます。 しかし、75ページには次のように書かれています。「このモードから抜け出す唯一の方法は、充電器のアタッチイベントです。これが発生すると、ステートマシンはREGS_DISABLE状態に戻ります。バッテリーの取り付け直しは、SHIPモードを終了するためにも使用できます。 PF1550 は ONKEY を使用して SHIP モードからの終了をサポートしていますか?そして、おそらくこれを可能にするレジスタはありますか? 敬具 シモーネ・マティス PF1550 |PF1510
記事全体を表示
Error connecting audio codec MAX98357A to iMX6 Hello, I'm using the iMX6 processor (VAR SOM SOLO from Variscite) and I'm trying to use the codec MAX98357A to play audios. In the project, my custom board is using the AUD4 port to connect to the codec, so I'm using the device tree bellow for that. After building the linux with Yocto and running the Linux I can see the card board that I created, but when I try to set the volume or use the audio controls they aren't available. root@var-som-mx6:~# cat /proc/asound/cards 0 [max98357a ]: simple-card - max98357a max98357a Someone could me help to check if I am doing something wrong in the device tree, please? / { model = "Variscite i.MX6 DL/Solo SOM-SOLO SOM-DUAL SoloCustomBoard"; dts-version = "2.0.19"; extcodec: max98357a@0 { compatible = "maxim,max98357a"; status = "okay"; #sound-dai-cells = <0>; }; sound { compatible = "simple-audio-card"; simple-audio-card,name = "max98357a"; simple-audio-card,format = "i2s"; simple-audio-card,widgets = "Speaker", "Speakers"; simple-audio-card,routing = "Speakers", "Speaker"; simple-audio-card,bitclock-master = <&cpu_dai>; simple-audio-card,frame-master = <&cpu_dai>; cpu_dai: simple-audio-card,cpu { sound-dai = <&ssi1>; system-clock-frequency = <883200>; dai-tdm-slot-num = <2>; dai-tdm-slot-width = <16>; }; codec_dai: simple-audio-card,codec { sound-dai = <&extcodec>; }; }; soc { hdmi_audio@120000 { status = "disabled"; }; }; }; &audmux { status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_audmux4>; ssi1 { fsl,audmux-port = ; fsl,port-config = < 0x00000000 IMX_AUDMUX_V2_PDCR_RXDSEL(MX31_AUDMUX_PORT4_SSI_PINS_4) >; }; aud4 { fsl,audmux-port = ; fsl,port-config = < (IMX_AUDMUX_V2_PTCR_TFSDIR | IMX_AUDMUX_V2_PTCR_TFSEL(MX31_AUDMUX_PORT1_SSI0) | IMX_AUDMUX_V2_PTCR_TCLKDIR | IMX_AUDMUX_V2_PTCR_TCSEL(MX31_AUDMUX_PORT1_SSI0)) IMX_AUDMUX_V2_PDCR_RXDSEL(MX31_AUDMUX_PORT1_SSI0) >; }; }; &ssi1 { fsl,mode = "i2s-master"; assigned-clocks = <&clks IMX6QDL_CLK_SSI1_SEL>, <&clks IMX6QDL_CLK_SSI1>; assigned-clock-parents = <&clks IMX6QDL_CLK_PLL4_AUDIO_DIV>; assigned-clock-rates = <0>, <49152000>; // 48kHz on SSI1 clock status = "okay"; }; &iomuxc { imx6qdl-var-som-mx6 { pinctrl_audmux4: audmux4grp { fsl,pins = < MX6QDL_PAD_DISP0_DAT20__AUD4_TXC 0x130b0 MX6QDL_PAD_DISP0_DAT21__AUD4_TXD 0x110b0 MX6QDL_PAD_DISP0_DAT22__AUD4_TXFS 0x130b0 MX6QDL_PAD_DISP0_DAT23__AUD4_RXD 0x130b0 >; }; }; };  I can't set the volume or use another amixer commands: root@var-som-mx6:~# amixer set PCM 127 amixer: Unable to find simple control 'PCM',0 The command "amixer scontrols" returns nothing and the alsamixer shows " This sound device does not have any controls". root@var-som-mx6:~# amixer scontrols root@var-som-mx6:~# i.MX6 All Re: Error connecting audio codec MAX98357A to iMX6 Hello @Manuel_Salas, this configuration worked, thank you very much! The only thing I did different to work was use this command to change the volume: amixer -c 0 sset 'SoftVolume' 50% Best regards, Marcelo Martimiano Re: Error connecting audio codec MAX98357A to iMX6 Hello @marcelomjr  I hope you are doing very well. I appears the MAX98357A is a digital amplifier, not a typical audio codec. It does not support hardware mixers or volume controls. It just takes I2S in and blasts it out to the speaker. So: amixer: Unable to find simple control 'PCM',0 alsamixer: This sound device does not have any controls It is expected behavior. You can try to use alsamixer with a virtual control for example softvol plugin. # /etc/asound.conf or ~/.asoundrc pcm.softvol { type softvol slave.pcm "plughw:0" control { name "SoftVolume" card 0 } } Then try to adjust volume: $ amixer -D softvol set SoftVolume 50% I hope this can helps to you. Best regards, Salas.
記事全体を表示
将 i.MX93 M33 核心内存从 128K 配置为 256K 你好, 我们正在将 NPU 用于 ML 应用程序,这需要 Ethosu。但是,我们的低级应用程序在 M33 核心上运行。我们正在尝试将其集成到现有的 ethosu_rpmsg_app 中,但它已经消耗了大量内存。我们需要将内存大小从 128K 增加到 256K。请分享实现此目的的方法。 演示示例 m33_sdk/boards/mcimx93evk/demo_apps/ethosu_apps_rpmsg 的内存消耗 - 回复:将i.MX93 M33核心内存从128K配置到256K 你好, 那么,我们是否应该认为只有 128KB 的 TCM 可用?没有选项可以将其从 128KB 扩展到 256KB 吗? 问候, 戈帕尔·夏尔马
記事全体を表示
Configuring i.MX93 M33 Core Memory from 128K to 256K Hi, We are using an NPU for an ML application, which requires Ethosu. However, our low-level application runs on an M33 core. We are trying to integrate it into the existing ethosu_rpmsg_app, but it already consumes a lot of memory. We need to increase the memory size from 128K to 256K. Please share the method to achieve this. Memory Consumption of Demo example m33_sdk/boards/mcimx93evk/demo_apps/ethosu_apps_rpmsg - Re: Configuring i.MX93 M33 Core Memory from 128K to 256K Hello, Yes you should Regards Re: Configuring i.MX93 M33 Core Memory from 128K to 256K Hi, So, should we consider that only 128KB of TCM is available? Is there no option to extend it from 128KB to 256KB? Regards, Gopal Sharma Re: Configuring i.MX93 M33 Core Memory from 128K to 256K Hello, There is an issue with TCM and M33, previously posted here: https://community.nxp.com/t5/i-MX-Processors/Configuring-imx93-M33-memory-via-BLK-CTRL-S-AONMIX-register-M33/td-p/2035304 Regards
記事全体を表示
canFDを使用したデータ送信に関する問題 こんにちは。s32k144を使用してcanFD経由でデータを送信しています。シングルステップデバッグ中にcan_write()を呼び出した後、データが送信されるはずなのですが、ロジックアナライザには複数のデータが送信されたと表示され、送信したデータに対応するのは最初の数個だけで、IFLAG1レジスタが設定されていません。原因は何でしょうか?どうすれば解決できるでしょうか?また、EB設定の3つのボーレートのうち、どれがアービトレーションセグメントのボーレートを表しているのでしょうか?ご回答いただければ幸いです。 Re: canFDを使用したデータ送信に関する問題 わかりました、ありがとうございます。
記事全体を表示
S32K344) dead time setting Regarding the sample project "MCSPTE1AK344_BLDC_6Step_sensorless_ll," where should I set the dead time? A dead time of 500ns has already been inserted at the microcontroller's output terminal, and I would like to make it even smaller. Re: S32K344) dead time setting Hi, Thank you so much for your interest in our products and for using our community. Dead time insertion is performed by the LCU module, specifically with LUT Rise/Fall Filters (in Peripherals Tools). Hope it helps you. Have a nice day!
記事全体を表示
S32K344从待机唤醒后程序从哪里开始运行? S32K344从待机唤醒后程序从哪里开始运行? 回复:S32K344从待机状态唤醒后程序从哪里开始运行? 谢谢 回复:S32K344从待机状态唤醒后程序从哪里开始运行? 是的。将 GPIO 设置为高电平,然后将 1 写入 DCMRWF1[STANDBY_IO_CONFIG]: 建议使用示波器确认引脚状态。 回复:S32K344从待机状态唤醒后程序从哪里开始运行? 那么当我的 MCU 从待机模式唤醒到运行模式时,我可以一直保持 GPIO 输出高吗? 回复:S32K344从待机状态唤醒后程序从哪里开始运行? 是的。 看一下 图8。S32K3xx 低功耗管理 的 PAD保持流程.pdf。待机期间,所有引脚均保持其在运行模式下的最后状态。 无论进入待机模式前是否启用了焊盘保持功能,GPIO 都会始终保持进入待机模式前设置的状态。焊盘保持功能的主要作用是在 MCU 复位到焊盘保持禁用(写入 DCM_GPR->DCMRWF1[STANDBY_IO_CONFIG] = 1)期间保持 GPIO 模式。 Re: Where does the program start running after S32K344 wakes up from standby? TPS62135、TPS54J061RPGR and BQ25171Q1。Can I maintain the high output level of S32K344 gpio pin during the system reset period when S32K344 wakes up? 回复:S32K344从待机状态唤醒后程序从哪里开始运行? 请告诉我电源管理芯片的零件编号。如果只需要维持S32K3引脚电压,请阅读7. S32K3xx低功耗管理 待机模式下的Pad保持.pdf。 回复:S32K344从待机状态唤醒后程序从哪里开始运行? 我们的S32K344管理着给其他模块供电的电源管理芯片,需要S32K344来启用这些电源管理芯片。如果我从待机模式唤醒 S32K344,它将从重置处理程序执行系统重置以运行程序,并且我们主板上的其他模块将断电。我该如何解决这个问题?
記事全体を表示
imx8mm boot rom event buffer readout Hi, I'm currently trying to get mainline u-boot v2025.01 running on an i.MX8MM on a custom board. However, we're stuck in the boot loader and don't get output via serial interface. So, I connected a J-Link base and read out the registers. Found out that SPL obviously returns to Boot ROM (as the PC is in the Boot ROM range when halting the Cortex-A53), so I wanted to read out the ROM event log buffer to get more info. Having found this post (https://community.nxp.com/t5/i-MX-Processors/ROM-Event-on-i-MX8M/m-p/1989877), I tried also with 0x9E0 as address, but the output doesn't seem to make sense: --- Cortex-A53 identified. J-Link>halt PC = 00000000000160C4 CPSR = 600003CD (AArch64, EL3h (SP_EL3) mode, IRQ masked, FIQ masked) SP = 0000000000901F40 ELR_EL1 = 2280006102140688 ELR_EL2 = A700010002088A08 ELR_EL3 = 0000000000016390 SP_EL0 = 01C0000202200002 SP_EL1 = 030C001080440040 SP_EL2 = 000000002002F0F3 SP_EL3 = 0000000000901F40 R0 = 000000000090CC90, R1 = 0000000000000006 R2 = 0000000000901DFB, R3 = 0000000000000000 R4 = 000000000000C1DC, R5 = 0000000000901DFC R6 = 0000000000000000, R7 = 0000000000000000 R8 = 0000000000000000, R9 = 0000000000000180 R10 = 0000000000000047, R11 = 0000000000000000 R12 = 000000000090B5E0, R13 = 000000000090B528 R14 = 0000000000004000, R15 = 000000000090B5E0 R16 = 0000000000000000, R17 = 0000000000000000 R18 = 0000000000000000, R19 = 0000000030350480 R20 = 000000000000000F, R21 = 000000000090E6D8 R22 = 000000000090C000, R23 = 0000000030350480 R24 = 0000000000000002, R25 = 0000000000910000 R26 = 0000000030390070, R27 = 0000000072000000 R28 = 0000000000000000, R29 = 0000000000901F40 R30 = 00000000000160C4, R31 = 0000000000000000 JMISC = 0000000000000008 J-Link>mem32 0x9E0 4 000009E0 = 0090E558 00000000 0090E6D8 00000000 J-Link> --- Is 0x9E0 the correct buffer address also for ixm8m Mini (not only for Nano)? AN12853 is not very clear in this regard... If this is correct, the read data doesn't make sense to me since the first 8 bits should be the ROM event ID (starting with 0x01), but were read as 0x00? Or did I make some mistake in interpreting here? Kind regards, Markus PS: I already added this question to https://community.nxp.com/t5/i-MX-Processors/ROM-Event-on-i-MX8M/m-p/1989877, but since this post is marked as "solved", I created a new post, fearing that otherwise it would not be found... Re: imx8mm boot rom event buffer readout Thanks for clarifying! Could successfully read from 0x0090E558 and the values there seem to make sense. Kind regards, Markus Re: imx8mm boot rom event buffer readout Hello, Please note that i.MX mSCALE series includes all i.MX8M family processors: i.MX8MM, i.MX8MQ, i.MX8MN, i.MX8MPlus Also, it is actually incorrect, please note that OCRAM address 0x9E0 read will return the address where the ROM log is stored.   So in your log 0x90E558 is the correct address where the ROM log is stored. Best regards/Saludos, Aldo.
記事全体を表示
LPSPI、Flexcomm SPI、従来のSPIの違い @Pablo_RamosLPSPI、Flexcomm SPI、および特に RT 1170 EVK で実行される従来の SPI の違い (速度/周波数、電圧、消費電流など) i.MX 明確にしていただけますか。 Re:LPSPI、Flexcomm SPI、および従来のSPIの違い こんにちは @MichaelC_Future 、 RT1170は、LPSPIおよびFlexIOモジュールとのSPIインターフェースを実行できます。Flexcomm SPI および従来の SPI は、このようなデバイスではサポートされていません。 電圧と電流については、データシートの 4.3.1.2汎用I/O(GPIO)DCパラメータ のセクションを参照してください。 周波数に関しては、LPSPIの最大周波数は30MHzです。詳細は、データシートの 「第 4.9.1 章 LPSPI タイミング パラメーター 」セクションを参照してください。 FlexIOモジュールに関しては、SPIマスターモードの FlexIOクロック周波数/ 4 、およびSPIスレーブモードの FlexIOクロック周波数/ 6 で最大ボーレートがあります(これは同期遅延によるものです)。詳細については、リファレンスマニュアルの 第67章 を参照してください。 RT1170の消費電力については、各モジュールの消費量の指定はありませんが、モジュールのオンとオフで消費量の違いを確認することでテストできます。ご不便をおかけして申し訳ございません。 それがあなたに役立つことを願っています!
記事全体を表示
IMX8mm ブート ROM イベント バッファ読み出し こんにちは 私は現在、カスタムボード上のi.MX8MMでメインラインのu-bootv2025.01を実行しようとしています。ただし、ブートローダーでスタックしており、シリアルインターフェイス経由で出力されません。そこで、J-Linkベースを接続してレジスタを読み出しました。SPLが明らかにBoot ROMに戻ることがわかったので(Cortex-A53を停止したときにPCがBoot ROMの範囲内にあるため)、ROMイベントログバッファを読み出して詳細を確認したいと思いました。 この投稿(https://community.nxp.com/t5/i-MX-Processors/ROM-Event-on-i-MX8M/m-p/1989877)を見つけたので、アドレスとして0x9E0も試してみましたが、出力は意味をなさないようです。 --- Cortex-A53が同定されました。 Jリンク>停止 PC = 00000000000160C4 CPSR = 600003CD(AArch64、EL3h(SP_EL3)モード、IRQマスク、FIQマスク) SP = 0000000000901F40 ELR_EL1 = 2280006102140688 ELR_EL2 = A700010002088A08 ELR_EL3 = 0000000000016390 SP_EL0 = 01C0000202200002 SP_EL1 = 030C001080440040 SP_EL2 = 000000002002F0F3 SP_EL3 = 0000000000901F40 R0 = 000000000090CC90、R1 = 0000000000000006 R2 = 0000000000901DFB、R3 = 0000000000000000000 R4 = 000000000000C1DC、R5 = 0000000000901DFC R6 = 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 R8 = 00000000000000000000、R9 = 0000000000000180 R10 = 0000000000000047、R11 = 000000000000000000000 R12 = 000000000090B5E0、R13 = 000000000090B528 R14 = 0000000000004000、R15 = 000000000090B5E0 R16 = 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 R18 = 0000000000000000000、R19 = 0000000030350480 R20 = 000000000000000F、R21 = 000000000090E6D8 R22 = 000000000090C000、R23 = 0000000030350480 R24 = 0000000000000002、R25 = 0000000000910000 R26 = 0000000030390070、R27 = 0000000072000000 R28 = 00000000000000000000、R29 = 0000000000901F40 R30 = 00000000000160C4、R31 = 000000000000000000000 JMISC = 0000000000000008 J-Link>mem32 0x9E0 4 000009E0 = 0090E558 00000000 0090E6D8 00000000 Jリンク> --- 0x9E0はixm8m Mini(Nanoだけでなく)でも正しいバッファアドレスですか?この点については、AN12853あまり明確ではありません... これが正しい場合、最初の8ビットはROMイベントID(0x01で始まる)であるはずなので、読み取られたデータは私には意味がありませんが、0x00として読み取られましたか?それとも、ここでの解釈を間違えたのでしょうか? 敬具 マルクス PS:私はすでにこの質問を https://community.nxp.com/t5/i-MX-Processors/ROM-Event-on-i-MX8M/m-p/1989877 に追加しました 、 しかし、この投稿は「解決済み」とマークされているため、そうしないと見つからないことを恐れて、新しい投稿を作成しました... Re: imx8mm ブート ROM イベント バッファの読み出し こんにちは i.MX mSCALEシリーズには、すべてのi.MX8Mファミリプロセッサが含まれています。 i.MX8MM、i.MX8MQ、i.MX8MN、i.MX8MPlus また、実際には間違っていますが、OCRAMのアドレス0x9E0読み取られると、ROMログが保存されているアドレスが返されることに注意してください。   だからあなたのログ0でx90E558 は、ROM ログが格納されている正しいアドレスです。 よろしくお願いします/サルドス、 アルド。
記事全体を表示
imx93_ota "This wic have NOT terminate tag after" I used the"./assemble_base_image.sh -e  -b imx93 "command to create the "swu_singlecopy_rescue_imx93_emmc_20240605.sdcard" file.Upgrade the "swu_singlecopy_rescue_imx93_emmc_20240605.sdcard" file using uuu.An error has occurred. "This wic have NOT terminate tag after" D:\share\imx-matter_2023-q4_imx8mmevk-matter>uuu.exe -b emmc_all swu_singlecopy_rescue_imx93_emmc_20240605.sdcard uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.165-0-g7347a80 Success 0 Failure 1 2:33 1/ 1 [This wic have NOT terminate tag after ] SDPS: boot -scanterm -f swu_singlecopy_rescue_imx93_emmc_20240605 D:\share\imx-matter_2023-q4_imx8mmevk-matter>pause 请按任意键继续. . . Re: imx93_ota "This wic have NOT terminate tag after" This reply shows you  have no idea about the NXP BSP source code as a NXP engineer. Further, the root cause is not the extension .sdcard. In your opnion, if rename .wic to .sdcard, the image can be changed. It needs dd command. In your mind, like a .txt file, when you rename to .mp4, it could become a movie. Re: imx93_ota "This wic have NOT terminate tag after" Hi. @tgt007  For .sdcard you need to use dd command flash it to your SD card. Re: imx93_ota "This wic have NOT terminate tag after" thinks! Re: imx93_ota "This wic have NOT terminate tag after" @tgt007  I have sent you the answer and listed all the souce code for this root cause by private message. You can decide to public it now. I will pubilc it later to give NXP engineer chance to really read their own code, which is existing for years. Re: imx93_ota "This wic have NOT terminate tag after" Hi @tgt007  Please use the "uuu -b emmc " and see the result, emmc_all is for whole image. Re: imx93_ota "This wic have NOT terminate tag after" If NXP engineers do not know their own code, then I can provide you with training and provide the answer to this question. Re: imx93_ota "This wic have NOT terminate tag after" hi, @tgt007  I think this can help you: https://community.nxp.com/t5/i-MX-Processors/UUU-quot-This-wic-have-NOT-terminate-tag-after-quot/m-p/1350815 B.R Re: imx93_ota "This wic have NOT terminate tag after" AN13872 Re: imx93_ota "This wic have NOT terminate tag after" HI, @tgt007  Where did you get this command and the shell file? B.R Re: imx93_ota "This wic have NOT terminate tag after" How to generate WIC files.This command "./assemble_base_image.sh -e -b imx93 " automatically generates the SDCARD file. Re: imx93_ota "This wic have NOT terminate tag after" Hi, @tgt007  You should use emmc_all with .wic file. you can ru the uuu see more help about uuu. B.R
記事全体を表示
Software funcional reset and FCCU functional duration (FS26 enabled) Hi there,  On some tests seem that  after a software reset (2ms of duration on RESET_b pin) the consecutive reboot happens 92 ms later (all GPIO in 3-state and no software running). Executing a fault injection on a FCCU channel configured as "short reset", this time grows to more than 250 ms and FS26 triggers an unwanted destructive reset. Why FCCU soft reset is so long? where I Find these s32k reboot times, i don't find them in DS or RM. Best Regards, Fabio Re: Software funcional reset and FCCU functional duration (FS26 enabled) Hello @FabioG, How did you solve this issue? I'm having the same problem! Best Regards, JRodrigues Re: Software funcional reset and FCCU functional duration (FS26 enabled) Hi FabioG, How did you solve it? I am facing the same problem. Re: Software funcional reset and FCCU functional duration (FS26 enabled) Problem resolved ! Thank you Fabio
記事全体を表示
RTD version for S32K3 microcontrollers that supports Fls component Hello, What is the latest RTD version for K3 microcontrollers, specifically S32K344, that has a Fls component? I have a problem in source code with backward compatibility, because Fls is now divided into two components. I see that the Fls component is present in S32K3 Real-Time Drivers Version 3.0.0 P01 HotFix 02, and not in S32K3_M27X Real-Time Drivers Version 3.0.0 P07 Q1:   Are there any RTD driver versions between these two that have a Fls component ? Q2:   Which FS26 SBC AUTOSAR drivers is compatible with S32K3 Real-Time Drivers Version 3.0.0 P01 HotFix 02 ? Re: RTD version for S32K3 microcontrollers that supports Fls component Thank you for your answer. Re: RTD version for S32K3 microcontrollers that supports Fls component Hi @Djuric In Autosar R21-11, the Fls Driver has been replaced by Mem_InFls/Mem_ExFls. RTD 3.0.0 P07 is ASR 4.7 (R21-11) compliant, while P01 is ASR 4.4. The latest RTD package which still contains the Fls component is S32K3_S32M27x Real-Time Drivers AUTOSAR 4.4 Version 4.0.0 P24. Q1. I'm guessing you mean between P01 and P07? Unfortunately, there is not. Q2. I'm not sure if there is a specific package, as the only ones I've seen only support 3.0.0 P07. Since I mainly support S32K3 devices, and not FS26 SBC, please enter another post (or a case) so an engineer from the analog team can support you instead. Best regards, Julián  
記事全体を表示
imx93_ota“此 wic 之后不会终止标签” 我使用“./assemble_base_image.sh -e -b imx93”命令创建了“swu_singlecopy_rescue_imx93_emmc_20240605.sdcard”文件。请使用uuu升级“swu_singlecopy_rescue_imx93_emmc_20240605.sdcard”文件。出现错误。 “此 wic 不会终止标签” D:\share\imx-matter_2023-q4_imx8mmevk-matter>uuu.exe -b emmc_all swu_singlecopy_rescue_imx93_emmc_20240605.sdcard 适用于 nxp imx 芯片的 uuu(通用更新实用程序)--libuuu_1.5.165-0-g7347a80 成功 0 失败 1 2:33 1/ 1 [此 wic 在 ] SDPS 后没有终止标签:boot -scanterm -f swu_singlecopy_rescue_imx93_emmc_20240605 D:\share\imx-matter_2023-q4_imx8mmevk-matter>暂停 请按任意键继续。 。 。 回复:imx93_ota“此 wic 之后未终止标签” 这个回复表明你作为 NXP 工程师对 NXP BSP 源代码一无所知。 此外,根本原因不是扩展名 .sdcard。 在您的意见中,如果将 .wic 重命名为 .sdcard,则可以更改图像。它需要 dd 命令。 在你的脑海里,就像一个 .txt文件,当您重命名为.mp4时,它就可以变成一部电影。 回复:imx93_ota“此 wic 之后未终止标签” 思考! 回复:imx93_ota“此 wic 之后未终止标签” @tgt007我已经通过私人消息向您发送了答案并列出了此根本原因的所有源代码。 您可以决定现在就公开它。 我稍后会公开它,以便让 NXP 工程师有机会真正阅读他们自己已经存在多年的代码。 回复:imx93_ota“此 wic 之后未终止标签” 如果NXP工程师不了解自己的代码,那么我可以为您提供培训并提供这个问题的答案。 回复:imx93_ota“此 wic 之后未终止标签” AN13872 回复:imx93_ota“此 wic 之后未终止标签” 如何生成WIC文件。此命令“./assemble_base_image.sh -e -b imx93”自动生成SDCARD文件。
記事全体を表示
Issues with sending data using canFD Hello, I am using s32k144 to send data via canFD. During single-step debugging, after calling can_write(), a piece of data should be sent, but the logic analyzer shows that many pieces of data are sent, and only the first few pieces of data correspond to the data I sent, and the IFLAG1 register is not set. I want to know what is the cause? How to solve it? In addition, which of the three baud rates in the EB configuration represents the baud rate of the arbitration segment? I hope to get your help! Re: Issues with sending data using canFD OK, thank you. Re: 使用canFD发送数据问题 Hi, if MB flag is not set and interrupt/txnotification not called and you see message is transmitted still, it can points to missing ACK from other node. You can check module ECR/ESR1 registers to know if error is detected. If other node is connected check if same bitrate and sample point is used. If using FIRC as CAN PE clock, it is recommended to use rather external crystal source. If CANFD is used the Extended bit time definitions should be enabled and so CBT register used. Thus in config CanControllerCBT config would represent nominal bit timing. Regarding your code, after message is sent, you should check for proper transmission somehow, before another send is done again. Below is a usage in RTD demos Lastly; please notice that MCAL for S32K1xx devices is already in End Of Life status. If further support is required, it needs to be approved by marketing team, so please ask your NXP sales person for help. BR, Petr
記事全体を表示
S32K344) デッドタイム設定 サンプルプロジェクト「MCSPTE1AK344_BLDC_6Step_sensorless_ll」については、 デッドタイムはどこに設定すればいいですか? マイコンの出力端子にはすでに500nsのデッドタイムが挿入されており、さらに小さくしていきたいと思います。
記事全体を表示
imx93_ota 「この wic はタグを終了していません」 "./assemble_base_image.sh -e -b imx93" コマンドを使用して "swu_singlecopy_rescue_imx93_emmc_20240605.sdcard" ファイルを作成しました。uuuを使用して「swu_singlecopy_rescue_imx93_emmc_20240605.sdcard」ファイルをアップグレードします。エラーが発生しました。 「このウィックはタグを終了していません」 D:\share\imx-matter_2023-q4_imx8mmevk-matter>uuu.exe -b emmc_all swu_singlecopy_rescue_imx93_emmc_20240605.sdcard nxp imx チップ用 uuu (Universal Update Utility) -- libuuu_1.5.165-0-g7347a80 成功 0 失敗 1 2:33 1/ 1 [この wic は ] SDPS の後にタグを終了していません: boot -scanterm -f swu_singlecopy_rescue_imx93_emmc_20240605 D:\share\imx-matter_2023-q4_imx8mmevk-matter>pause 请按任意键继续. . . Re: imx93_ota "このウィックはタグを終了していません" この返信は、NXPエンジニアとしてNXP BSPソースコードについて何も知らないことを示しています。 さらに、根本的な原因は拡張子 .sdcard ではありません。 あなたの意見では、 .wicを.sdcardに名前変更すると、画像を変更できます。ddコマンドが必要です。 あなたの心の中で、.txtのようにファイルの名前を.mp4に変更すると、ムービーになる可能性があります。 Re: imx93_ota "このウィックはタグを終了していません" 考える! Re: imx93_ota "このウィックはタグを終了していません" @tgt007 私はあなたに答えを送り、この根本原因のすべてのソースコードをプライベートメッセージでリストしました。 今すぐ公開することを決定できます。 NXPのエンジニアが何年も前から存在する自分のコードを実際に読む機会を与えるために、後で公開します。 Re: imx93_ota "このウィックはタグを終了していません" NXPのエンジニアが自分のコードを知らない場合は、トレーニングを提供し、この質問に対する答えを提供できます。 Re: imx93_ota "このウィックはタグを終了していません" AN13872 Re: imx93_ota "このウィックはタグを終了していません" WIC ファイルを生成する方法。このコマンド "./assemble_base_image.sh -e -b imx93" は、SDCARD ファイルを自動的に生成します。
記事全体を表示
使用canFD发送数据问题 您好,我在使用s32k144通过canFD发送数据。单步调试时,调用can_write()后,应该发送一条数据,逻辑分析仪却显示发送了很多条数据,同时只有前几条数据跟我发送的数据可以对应的上,同时IFLAG1寄存器也没有置位。想知道是什么原因造成的?该怎么解决?另外,EB配置中的三个波特率哪一个代表仲裁段的波特率?希望能得到您的帮助! Re: 使用canFD发送数据问题 好的,谢谢了
記事全体を表示