Multi Source Translation Content

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

Multi Source Translation Content

Discussions

Sort by:
LLCE CAN 控制器不能在 LLCE_CAN_STARTED 中工作,但始终处于 LLCE_CAN_START_PENDING 状态 我正在使用 SW32G_RTD_4.4_4.0.2_P03 在 s32g274a 设备上集成 LLCE 1.0.8,但遇到了一个问题:固件加载并成功启动后,Can_43_LLCE_Init 运行正常,Can_43_LLCE_eDriverStatus 状态变为 CAN_43_LLCE_READY,当使用参数 CAN_CS_STARTED 调用 Can_43_LLCE_SetControllerMode 时,固件成功执行了命令 LLCE_CAN_CMD_GETCONTROLLERMODE,然后调用 Can_Llce_GetControllerMode 并返回 LLCE_FW_SUCCESS,但返回的控制器状态始终为 LLCE_CAN_START_PENDING,我不确定哪里出了问题,所以我想得到一些有用的解决方案 回复:LLCE CAN 控制器无法在 LLCE_CAN_STARTED 中工作,但始终处于 LLCE_CAN_START_PEND 状态 谢谢! 我使用的是自定义板卡和自定义应用程序,但是参考llce_sample_app_af示例配置了llce can,现在我已经解决了这个问题,这是由can超时参数引起的:(Can Timeout Method)和(Can Timeout Duration); 在我们的定制板上,如果没有连接 CAN 收发器,llce_can0 和 llce_can2 硬件通道就无法工作,但如果 TJA1403 正确启用,llce_can1 和 llce_can3 就可以正常工作; 在我们的自定义应用程序中,(Can Timeout Method)和(Can Timeout Duration)分别设置为OSIF_COUNTER_DUMMY和65,在第一次启用llce_can0时,应用程序一直循环调用Can_Llce_MainFunctionMode, 但在将(Can Timeout Method)和(Can Timeout Duration)设置为OSIF_COUNTER_DUMMY和0.1后,使能llce_can0至llce_can3正常,只有llce_can1和llce_can3启动成功。 参考集成手册的5.3外围硬件要求,要求llce CAN控制器必须连接到正确启用的CAN收发器才能获得CAN总线电压水平,对吗?
View full article
在 PN7160 中存储 Wi-Fi 凭证 我正在使用 PN7160,我的设置如下: Karo QS93 SoM,运行嵌入式 Linux。 PN7160 NFC控制器。 它们通过 I2C 连接。 我已经完成了‘基本’设置。我正在使用 libnfc-nci 库和 nfcDemoApp。我可以成功轮询并检测 NFC 标签,也可以将其置于共享模式,以便我可以共享例如网络链接,这样当我将手机放在控制器上时,就会弹出一个窗口转到该链接。 有一件事我无法完成,那就是将 Wi-Fi 凭证存储到 NFC 控制器中。我试过: ./nfcDemoApp share --type=mime -m "application/vnd.wfa.wsc" -d " " 这似乎有点作用。当我在 Karo QS93 上运行此命令并在打开 NXP TagInfo 应用程序的情况下将手机触碰到 NFC 控制器时,我看到它正确接收了我的 WiFi SSID 和密码。 我尝试了其他方法: ./nfcDemoApp share --type=URI -u "wifi: ?T=WPA2&P= " 这也为我提供了 NXP TagInfo 应用程序中的结果。 但是,我想要实现的是,当我将手机靠近 NFC 控制器时,手机上会显示提示,询问我是否要连接到该 Wi-Fi 网络。使用 PN7160 可以实现这一点吗?如果可以,我是否缺少一些配置?或者我现在做错了? 任何帮助都将不胜感激! 回复:在 PN7160 中存储 Wi-Fi 凭证 我发现了它为什么不起作用。苹果无法扫描存储在 NFC 标签上的 Wi-Fi 凭证。例如,带有网络链接的 NFC 标签确实有效,但 Wi-Fi 对 Apple 不起作用。 回复:在 PN7160 中存储 Wi-Fi 凭证 PN7161 支持 PN7160 的所有功能以及“增强型非接触式轮询”。对于卡模拟演示,它们的行为相同。我猜这是IOS的兼容性问题。这个演示只是一个参考代码,客户可以根据自己的需要进行修改。我为此创建了一张内部票。但我无法得到确切的时间。 回复:在 PN7160 中存储 Wi-Fi 凭证 很抱歉造成混淆,但我实际上使用的是 PN7161,而不是我之前所说的 PN7160。 回复:在 PN7160 中存储 Wi-Fi 凭证 您能否更详细地介绍一下使用 Apple 手机进行的测试?没有提示确认或根本不起作用?是 iOS 版本问题,还是某些日志问题? 回复:在 PN7160 中存储 Wi-Fi 凭证 好的!软件团队有答案的时候能告诉我吗?
View full article
GUI Guiderを使用してbinファイルフォントを生成するにはどうすればよいですか? こんにちは あなたが私を助けることができるかどうか尋ねてもよろしいですか:GUI Guiderでは、フォントのみをCファイルとして生成できることがわかりました、binファイルフォントを生成するオプションを追加できますか? 現在、LVGL公式サイトでBINファイルを生成することができますが、GUI Guiderで生成したプロジェクトに移植すると、フォントの高さ表示に一貫性がなくなる場合がありますので、解決策がないか聞いてみてもいいですか。 次のバージョンでは、binファイルのフォントを生成するツールを追加したいと考えています。 感謝! Re:GUI Guiderを使用してbinファイルフォントを生成する方法は? ご回答ありがとうございます。 この機能が将来のバージョンで実装されると、XIP FLASHに画像バイナリのようなフォントバイナリを保存でき、ソフトウェアコードを更新するたびにバイナリを更新する必要がなくなり、プログラムの更新時間を大幅に節約できます。
View full article
请求 UUU 工具的源代码。 尊敬的专家们, 您能否提供UUU工具的最新源代码链接? 此外,我还非常感激有关如何定制 UUU 工具的任何指导。 谢谢和问候, 拉维库马尔
View full article
MIMXRT1060-EVKB + AUD-EXP-42448 单声道时左右声道交换 我配置了一个音频环回,从我的声卡进入 CS42448 ADC,使用带有乒乓缓冲策略的 SAI eDMA 驱动程序,然后返回到 CS42448 DAC 并再次进入我的声卡。 我正在使用带有左声道和右声道的 I2S 模式。 当使用 kSAI_Stereo 模式时,通道按预期顺序返回,但 kSAI_MonoLeft 或 kSAI_MonoRight 会交换通道。 这是一个已知问题吗? i.MXRT 106x
View full article
S32K144 PORT Hi:     I want to configure the PORTB pins of S32K144 in EB project, but I find that some of the PCR values of the pins are wrong after configuration, such as PORTB0-14, is there anything special about these pins? My MCU package is LQFP_100, thank you for your help! Snipaste_2024-06-16_21-38-28.png 回复: S32K144 PORT Hi @Embedded_novice  Section 3.6 (Driver usage and configuration tips) of the User Manual for S32K1_S32M24X PORT Driver provides a formula to obtain the PortPinPcr value. For easy reference, I am adding it to my response, but you can find the document for example C:\NXP\SW32K1_S32M24x_RTD_4.4_R21-11_2.0.0\eclipse\plugins\Port_TS_T40D2M20I0R0\doc. The value of actual PortPin Pcr is identified by the formula: PortPinPcr = PinId + PortId∗32. Where PortId is the numeric identifier of the port. VaneB_0-1718645352478.png For example, the PortPinPcr value of PTC7 will be 7 + (2∗32) = 71. B.R. VaneB 回复: S32K144 PORT I see. It's my understanding. I think PORTA has 18 pins, so the PCR of PORTB_0 should be 19, but in fact, the PCR value is calculated according to the maximum 32 per PORT group, PORTA occupies 0-32, PORTB_0 should start from 33. However, when I checked the section on the number of PORT pins in the RM manual, there seemed to be no clear mark indicating that I should calculate according to the absence of 32 pins in the PORT group. Could you tell me where in the manual to get this information?
View full article
Where can I find MCX comparator SAMPLE/WINDOW input Hi NXP, I am currently trying to use the comparator module in the MCX series. However, I have noticed that the documentation does not provide detailed instructions on how to configure the SAMPLE/WINDOW signal. Although the manual (MCXN 44.3.1, MCXA 41.3.1) note mentions "See the chip configuration section for the source of SAMPLE/WINDOW input." I have not been able to find the relevant description. https://www.nxp.com/webapp/Download?colCode=MCXNX4XRM&location=null https://www.nxp.com/webapp/Download?colCode=MCXAP64M96FS3RM&location=null Could you please assist me in confirming how to proceed with the configuration? If possible, I would greatly appreciate it if you could provide me with some examples. Thank you very much! Analog(ADC|CMP|DAC|OpAmps) MCXA MCXN Re: Where can I find MCX comparator SAMPLE/WINDOW input Hi @Harry_Zhang: Thank you very much! Re: Where can I find MCX comparator SAMPLE/WINDOW input Hi @onejoeluo  About "See the chip configuration section for the source of SAMPLE/WINDOW input." Please check the MCX Nx4x Reference Manual 26  chapter Input Multiplexing (INPUTMUX). HangZhang_0-1718764139136.png Hope this will help you. BR Hang
View full article
imx8qm lpddr4 android bsp Hi! I'm trying to flash a board from phytec with imx8qm on board. I've downloaded Android 14 from the nxp page. I tried to run uuu_imx_android_flash.sh script but it keeps failing with error: [HID(W): LIBUSB_ERROR_TIMEOUT (-7) ] SDPS: boot -f imx-boot-imx8qmmek-sd.bin-flash The command was: sudo ./uuu_imx_android_flash.sh -f imx8qm As I understood the error is related to LPDDR4 and DDR4. The board has LPDDR4 and my question is the android build or uboot from the build don't support LPDDR4? Also, tried to flash linux and got the same error.    Re: imx8qm lpddr4 android bsp Hi, Thank you for your answer! Re: imx8qm lpddr4 android bsp Hi, Thank you for your interest in NXP Semiconductor products, The problem is the imx-boot image, there must be differences other than the LPDDR4 because 8QM-MEK has a LPDDR4 memory. The differences in RAM configuration, channels of PMIC, memories, etc. cause failures probing, then failure booting an image specially with this SoC since the resources are managed by SCFW. You have to use PHYTEC release of Android since it requires a lot of partitions and are checksum-ed, with Linux you could adapt working with our RootFS integrating PHYTEC imx-boot, device tree and probably Kernel image, the other option is to use PHYTEC Linux release too. Regards
View full article
I.MX R1170 SEMC SDRAM 在 SRAM 访问期间中断 你好 我将 SDRAM(CS0)和 SRAM(CSX1)连接到 RT1170 的 SEMC。 我发现 CS0 有时为低脉冲而 CSX1 为低,这意味着当 SEMC 正在访问 SRAM 时,SEMC 对 SDRAM 进行了中断访问。 访问 SRAM 时是否可以阻止 SDRAM 访问? 回复:I.MX R1170 SEMC SDRAM 在 SRAM 访问期间中断 是的,如果需要执行刷新,自动刷新仍然会中断 burts 操作。它只是分割突发,以便可以在其间插入自动刷新。 此致, 奥马尔 回复:I.MX R1170 SEMC SDRAM 在 SRAM 访问期间中断 是的,因为自动刷新是定期执行的。不幸的是,我们没有这个具体实现的例子。 此致, 奥马尔 回复:I.MX R1170 SEMC SDRAM 在 SRAM 访问期间中断 SEMC 在发送 AUTO REFRESH 命令之前发送 PRECHARGE ALL 命令来关闭设备上任何打开的页面。因此,如果自动刷新被禁用,则这两个命令都不会被执行。这在 SDRAMCR3[REN] 字段上被禁用。 请注意,如果刷新没有按照 sdram 时序进行,则可能会导致 sdram 上的某些数据丢失。 此致, 奥马尔 回复:I.MX R1170 SEMC SDRAM 在 SRAM 访问期间中断 SDRAM 的哪个特定命令会中断 SRAM 访问? 将 BMCR 设置为 0x81 的目的是避免重新排序命令队列,以便命令按照“先进先出”策略执行。 建议 UT 和 RT 保持不变,将它们更改为内存可能的最高刷新周期可能会减少 SDRAM 的中断,因为我怀疑中断是自动刷新命令。 此致, 奥马尔 回复:I.MX R1170 SEMC SDRAM 在 SRAM 访问期间中断 我认为SDRAM的中断是由于自动刷新命令造成的,因此调整SDRAM刷新的时间对于防止这种情况至关重要。 另外,在 BMRC 寄存器上实施不同的设置可能会有所帮助,我建议设置 0x81 以防止重新排序命令。 此致, 奥马尔
View full article
S32G3 Linux BSP 35 で ttyLF1 を有効にする方法 こんにちは、NXPチームの皆様、 S32G399ardb3を参照し、カスタムボードを設計し、Linux BSP 35を使用しました。 当社の S32G3 カスタマイズボードはPCから UARTデータを受信できません が、PCはS32G3からUARTデータを受信できます PINMUX FUNC Xがデバイスツリーでどのような機能を表しているかをどうやって知ることができますか? UART2を有効にした場合、 PINMUX FUNC Xはどのように設定すればよいですか? 以下はデバイスツリーです(BSP 43に従って変更します) uart1_pins: uart1_pins { uart1_pins_grp0 { pinmux = FUNC2)>; // PC_08 output-enable; slew-rate = ; }; uart1_pins_grp1 { pinmux = FUNC0)>; // PC_04 input-enable; slew-rate = ; }; uart1_pins_grp2 { pinmux = FUNC2)>; }; }; &uart1 { pinctrl-0 = <&uart1_pins>; pinctrl-names = "default"; status = "okay"; }; S32G3のコマンドを使用してデータを送信します echo "Test" > /dev/ttyLF1 私のPCは、受信したデータにコマンドを使用できます cat /dev/ttyUSB1 ありがとうございます 回复: S32G3 Linux BSP 35 で ttyLF1 を有効にする方法 こんにちは、NXPチームの皆様、 現在正常に動作しています。 しかし、stty コマンドを使用せずにボーレートを設定するにはどうすればよいですか? ノート: ttyLF1 はシリアルコンソールではなく内部 UART です 回复: S32G3 Linux BSP 35 で ttyLF1 を有効にする方法 こんにちは、NXPチームの皆様、 私は これらの問題をS32G3_IOMUX 2で見つけました。xlsx ファイル PC_04 PINMUX関数「LINデータ受信」SSSは0000_0100なので、FUNC4である必要があります uart1_pins_grp2 { pinmux = FUNC4)>; }; ありがとうございます
View full article
S32K3 RTD 5.0.0 - LPUART - 当指示“结束传输”时区分 TX 和 RX? 我正在为 S32K344 处理器编写一些板支持软件,与 S32K3 RTD 5.0.0 配合使用,特别是使用 Lpuart_Uart_Ip 进行全双工异步(中断驱动)发送和接收操作。 问题:当接收到带有事件 LPUART_UART_IP_EVENT_END_TRANSFER 的回调时,似乎没有直接的方法来区分该回调是与未完成的 TX 还是未完成的 RX 操作相关联。(此事件由两者共同产生。) 检查 Lpuart_Uart_Ip.c 后实施时,我已确定了一种在我的用例中消除歧义的有点复杂的方法。具体来说: 我会跟踪我是否期待即将发生的 RX‘结束传输’事件。我预计在以下情况下 RX‘结束传输’事件即将发生: 1) 我收到了LPUART_UART_IP_EVENT_RX_FULL事件的回调,并且 2) 我没有在该回调中将接收缓冲区重置为非零大小,例如通过 Lpuart_Uart_Ip_SetRxBuffer()。 3) 我尚未收到指示“结束传输”事件的预期回调。 当我预期即将发生 RX“结束传输”事件时,我假设回调是针对未完成的 RX 操作。 当我在其他条件下收到“结束传输”回调时,我假设该回调是针对未完成的 TX 操作。 也许我遗漏了一些东西——有没有更好的方法来消除歧义?其他 RTD 实现有单独的 RX 和 TX 回调,但这里的情况并非如此。我的建议是为 RX 和 TX 设置单独的“结束传输”事件类型枚举值,但我意识到对 API 的这种更改不会向后兼容,并且可能无法在下一个主要 RTD 版本之前实施(例如6.0.0)
View full article
S32G3 Linux BSP 38.0 linuxptp パッケージの問題 こんにちは、コミュニティ。 S32G-VNP-RDB3 ボードを使用し、Linux BSP 38.0 を構築して PFE と PTP を開発しています。 ユーザーマニュアルによると、linuxptpツール(ethtool、ptp4lなど)がデフォルトでインストールされています。ただし、Linux BSPで ethtool または ptp4l コマンドを実行すると、コマンドが見つかりませんが出力されます。 ユーザーマニュアルに従ってYOCTOを使用してBSPを構築しましたが、linuxptpのために何か特別なことが必要ですか? Re:S32G3 Linux BSP 38.0 linuxptpパッケージの問題 ありがとう、それはとても役に立ちました。 Re:S32G3 Linux BSP 38.0 linuxptpパッケージの問題 ご回答ありがとうございます。 「base」ではなく「fsl-image-auto」で再ビルドすると、PTP機能が有効になっています。 ありがとうございます。 ああ、それからもう一つ、SDカードにビルド済みのtgzファイルを設定する方法と、このビルド済みのtgzファイルにSJA1110スイッチファームウェアが含まれているか教えていただけますか?
View full article
I2C MPC5478G こんにちは、MPC5748Gを使ってアンプと通信したいです。パワー・アーキテクチャーのi2c_transfer_mpc5748gのサンプルコードを使っています。アンプのアドレスは0x70です。これを実現するにはどのような変更が必要ですか?また、 i2Cドライバーはアドレス-> データを送信しますが、私はそれをアンプ(アドレス)-> アンプレジスタ(サブアドレス)-> データのアドレスにしたいです。
View full article
S32K311 - Register Can not Access Hi all, I recently switched from the S32K312 to the S32K311 Unified Bootloader, but I am encountering an issue where some of the driver registers are no longer accessible. Specifically, I am using CAN communication, and certain registers (SFRs) seem to be unreachable. I’ve attached an image to illustrate the issue. Could anyone provide insights into potential causes or solutions for this problem? Any advice on configuration differences between the S32K312 and S32K311 that could be affecting register (SFRs) access would be greatly appreciated. Thank you in advance! Best regards. Re: S32K311 - Register Can not Access Hi The S32K3XXRM mentions: The peripherals working on the system clock should be clock-gated used the MC_ME.PRTNx_COFBy_CLKEN configurations. According to Table 260. MC_ME partition peripheral mapping and clock control, please check the value of FlexCAN 0: PRTN1_COFB2_CLKEN[REQ65] If this bit was 0, Please check whether the FlexCAN 0 clock gate is enabled in the S32 Configuration Tool. FlexCAN0 clock gate PRTN1_COFB2_CLKEN[REQ65].png Also, does your program call the Clock_Ip_Init function? Best Regards, Robin ------------------------------------------------------------------------------- Note: - If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you! - We are following threads for 7 weeks after the last post, later replies are ignored Please open a new thread and refer to the closed one, if you have a related question at a later point in time. -------------------------------------------------------------------------------
View full article
MPC5746R User Mode Machine Check Exception on Accessing SIUL2 ports Good Afternoon I am attempting to run application code in USER mode but every time I attempt to write to an SIUL2 port register I get a machine check error.  The OS is relatively simple and accesses the application through a jump block after setting up the base system for the application to run (I hope). No memory protection blocks are changed from their default values except the AIPS which (for now) I have set to maximum permissions (everything is usable by everyone) but I still get a machine check exception each time I try to initialise an SIUL2 port. I have no issues with the DSPI block or the TPU blocks so I don't think it is a general peripheral issue. I have attached what I hope are the relevant parts of the OS and application, I apologise it is so little but I had to fight to be able to send this. The two OS files attached are the relevant startup code and the OS code is the first file the application runs when initialising. Any suggestions or better yet absolute answers would be much appreciated. Re: MPC5746R User Mode Machine Check Exception on Accessing SIUL2 ports Peter Thanks for the quick response. Chapter 80 took some figuring out but in the end I managed to get my head around what it was saying and implemented you suggestion and this works fine. Regards David Re: MPC5746R User Mode Machine Check Exception on Accessing SIUL2 ports Hello, I expect that the issue is in register protection. As you can see SIUL is protected, but DSPI or eTPU are not. You need to allow access in user mode to SIUL module registers in register protection. Set UAA bit for SIUL to 1. petervlna_1-1733126167947.png petervlna_0-1733126063669.png Best regards, Peter
View full article
MPC5746R 用户模式机器检查访问 SIUL2 端口时的异常 下午好 我试图在用户模式下运行应用程序代码,但每次我尝试写入 SIUL2 端口寄存器时都会出现机器检查错误。 该操作系统相对简单,在设置应用程序运行的基本系统后,通过跳转块访问应用程序(我希望)。除了 AIPS 之外,没有任何内存保护块从其默认值更改,目前我已将 AIPS 设置为最大权限(所有内容都可以供所有人使用),但每次我尝试初始化 SIUL2 端口时仍然会收到机器检查异常。我对 DSPI 块或 TPU 块没有任何问题,所以我不认为这是一个一般外围设备问题。 我已附上我希望的操作系统和应用程序的相关部分,很抱歉内容太少,但我不得不努力才能发送这些内容。 附加的两个 OS 文件是相关的启动代码,OS 代码是应用程序初始化时运行的第一个文件。 任何建议或更好的绝对答案都将不胜感激。
View full article
GPIO_PortSet & GPIO_PortClear Behaviour LPC824のled_blinky SDKの例のboard.hファイルは、「GPIO_PortClear」を使用して出力ポートをHIGHにし、「GPIO_PortSet」を使用して出力ポートLOWを回転させます。 私は「クリア」がなぜHIGH出力になるのかを理解しようとしてきましたが(私にとってはLOWになるはずだと感じているのに)、プロセッサのマニュアルで私の答えを見つけることができませんでした。私は何かが足りないことを知っています、誰かが説明できますか? #define LED_RED_ON() \ GPIO_PortClear(BOARD_LED_RED_GPIO, BOARD_LED_RED_GPIO_PORT, \ 1U << BOARD_LED_RED_GPIO_PIN) #define LED_RED_OFF() \ GPIO_PortSet(BOARD_LED_RED_GPIO, BOARD_LED_RED_GPIO_PORT, \ 1U << BOARD_LED_RED_GPIO_PIN) LPC800 Re: GPIO_PortSet & GPIO_PortClear Behaviour ありがとうございます、それは完全に理にかなっています。
View full article
BL31 中立即发生运行时异常 我有一块围绕 S32G3 构建的定制板。我正在尝试进入 U-Boot。我可以成功加载到 BL2 并完成整个代码库的执行。一旦进入BL31 ,我就会收到运行时异常@0xff6000424。 在 bl31_main.c 的开头添加断点应用程序将立即崩溃并转到此处。 知道为什么会出现这种情况吗? 回复:BL31 中立即发生运行时异常 我正在使用 arm-trusted 固件的 bsp40.0-2.5 版本。此外,BL2 在 0xff600000 处加载 BL31,但在 AT-F 代码库中找不到调用该代码的位置。这只是一块我没有在任何地方使用的板的单一定义。
View full article
license expiring hi, i can no longer open IDE S32DS 2.2 and in attachment i report the licensed component image. i also report image with license site nxp is it possible to extend the license and restore IDE usage? thanks for your availability Re: license expiring Hi,  your S32DS License has been extended.  license expiring Hi, My S32 Design Studio for ARM v2.2 License has already expired,could you help to extend it?Thanks! Activation Code: 07E0-0E26-5682-F10C Re: license expiring @jiri_kral I found problem same as above, Could you please extend license for me ? Re: license expiring Hi,  license has been extended. Please activate S32DS again with your old code.  Re: license expiring Hi, My S32 Design Studio for ARM v2.2 License has already expired,could you help to extend it?Thanks! Activation Code: 49D6-F07D-1169-98A0 Re: license expiring Hi, My S32 Design Studio for ARM v2.2 License has already expired,could you help to extend it?Thanks! Activation Code: 49D6-F07D-1169-98A0 Re: license expiring Hi, My S32 Design Studio for ARM v2.2 License has already expired,could you help to extend it?Thanks! Activation Code: 49D6-F07D-1169-98A0 Re: license expiring Hello,  could you please gives me a hand to update the following license: S32 Design Studio for S32 Platform 3.5, softwaare activation code: 3928-F883-4215-D1EF Thank you!
View full article
マーカーあたりのimxrt ADCサンプリングレート 皆さん、こんにちは i.MX RT1010 プロセッサ リファレンス マニュアルには、ADC には次のものがあると記載されています。 • 最大1MS/sのサンプリングレート • 最大 16 個のシングルエンド外部アナログ入力 チャネルごとに 1MSps と記載されているか (したがって 16 × 1Msps のサンプリングが可能)、それとも ADC 全体で使用できますか (したがって、16 の入力すべてを一度にサンプリングすると ~62 ksps) になりますか。 図 53-2.1924ページのADCブロック図には、複数の入力が接続されたアナログコンパレータが1つだけ示されていますが、後者は正しいと思いますか?
View full article