- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Excuse me. After downloading "Uart Example S32K344", I debug it normally and short the pin according to the description. According to reason, it should be OK, but I don't seem to see the phenomenon of the experiment, and I don't know where the string has been sent. Can anyone answer that? Thank you very much! Some code and a zip oaf the routines are attached below.
解決済! 解決策の投稿を見る。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
This example code implements communication between Lpuart instance 3 and Flexio instance 0. In this example, to validate that the two messages were transmitted and received with no problem, you need to consult the status of the function Send_Data().
B.R.
Vane
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
This example code implements communication between Lpuart instance 3 and Flexio instance 0. In this example, to validate that the two messages were transmitted and received with no problem, you need to consult the status of the function Send_Data().
B.R.
Vane
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thank you very much for your reply, but I seem to have encountered a chip lock when I Resume. I use JLINK, and the error code is: WARNING: Failed to read memory@address 0x2001FFC0WARNING: Failed to read memory@address 0x2001FFF8.
Could you please help me? Thank you very much.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Could you share an error image? Does this behavior happen with any other example code?