Debugging in MCUXpresso IDE
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi
I'm currently working UART communication of receiving while debugging in the controller with the board, it occurs Hardfault error so that I couldn't debug. Though when working in EVK board debugging works without any issue. And I have attached the screenshot below.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Could you please tell us which MCU/part are you using please?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
MCUXpresso IDE V 11.8.0_1165 & LPC55S16 microcontroller
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello @DHARSAN
Do you mean the same example works well on EVK board, while there is issue with your own board?
How about debug a simple led or hello world demo on your custom board? Or create a new project based on your chip to test. Pay attention choose correct part number.
BR
Alice
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
receiving same data in controller when transmitting different data from uart module
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello @DHARSAN
"receiving same data in controller when transmitting different data from uart module"
->> If so, you need check your code.
BR
Alice
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
But I'm working in the SDK example code which is modified for receiving only
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello @DHARSAN
1> So recommend you first use SDK demo without any modification.
2> Check whether enable UART clock and pin clock you used.
BR
Alice