_Ip_Set_Tx_Buffer_ExampleS32K344_S32DS35_RTD_P24.zip 0 件の賞賛 この記事は役に立ちましたか? はい いいえ 評価なし バジョ履歴 最終更新日: 07-16-2024 06:41 AM 更新者: danielmartynek NXPについて 採用情報 投資家向け情報 プレスリリー、製品...
I have some questions about LPUART1 of 'S32K142'.I use it with LIN transceiver 'ATA663211'. I use it to be master. My transmit function is right,but receive function is stranger. When I want to receive data form slave,I transmit head first.Then I receive data. ...
Solved: iMX93(9332 soc), pinmux the gpio_io04 & gpio_io05 as LPUART6_TX & LPUART6_RX. dts: &lpuart6 { pinctrl-names = "default"; pinctrl-0
I am using the S32K324 in a project, and am running into issues using the Lpuart_lin driver. Executing the function "Lpuart_Lin_Ip_SendFrame" returns "LPUART_LIN_IP_STATUS_SUCCESS", however when polling the LIN instance's status after it returns "LPUART_LIN_IP_STATUS_TX_BUSY". All...
解決済み: iMX93(9332 soc), pinmux the gpio_io04 & gpio_io05 as LPUART6_TX & LPUART6_RX. dts: &lpuart6 { pinctrl-names = "default"; pinctrl-0 =
If you don't want to use the SDK, then I would recommend you refer to the LPUART example that we provide within the Cookbook projects for the S32K142. All these examples were made without the SDK or processor expert. You can use the LPUART example as a starting point to see if you ...
* MCU: S32K344, RTD 4.0.0 P24 * Debugger: S32DS_ARM_3.5 * Target: internal_FLASH *** Attachments Lpuart_Ip_Set_Tx_Buffer_Example_S32K344_S32DS35_RTD400_P24.zip No ratings Version history Last update: 07-16-202406:41 AM Updated by: danielmartynek...
* MCU: S32K344, RTD 4.0.0 P24 * Debugger: S32DS_ARM_3.5 * Target: internal_FLASH *** 添付 Lpuart_Ip_Set_Tx_Buffer_Example_S32K344_S32DS35_RTD400_P24.zip 評価なし バージョン履歴 最終更新日: 07-16-202406:41 AM 更新者: danielmartynek...
I use code like this 'if(LPUART1->STS & rdrf mask) else if(LPUART1->STS & tc mask)' in the interrupt. The problem is when I want to transmit data,the rdrf is '1',so it do the receive work.I don't know how rdrf to be '1'. ...