Some issues about UART communication during using NXP BSC9132 development board.

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

Some issues about UART communication during using NXP BSC9132 development board.

ソリューションへジャンプ
2,326件の閲覧回数
pengfeixia
Contributor II

1、Do you have a related routine about UART communication, which can be downloaded to the development board for data transmission and reception?

2、Where is the location of the various hardware registers of the BSC9132 development board in the program?

3、 On the BSC9132 development board, the port configuration of UART2 and UART3 (DUART2) is initialized in the location of the program, where the default is DUART1.

4、The BSC9132 development board purchased  has downloaded some basic function program (realizing UART0 communication interaction). Will the content be covered by its own development program or will it continue to be retained?

ラベル(1)
1 解決策
2,033件の閲覧回数
Pavel
NXP Employee
NXP Employee

NXP offers SDK 1.9 Linux BSP for the bsc9132qds board. This BSP uses u-boot loader for communication and code loading. This u-boot supports code loading using Ethernet and UART.

Attached file contains simple program example for the P2041 DUART and the MPC8548 DUART.

 

Information about register of the BSC9132 is available in the BSC9132 Reference Manual:

https://www.nxp.com/webapp/Download?colCode=BSC9132RM

 

The u-boot from this BSP supports all UART ports on the BSC9132QDS board. See attached file. It is configuration file from the BSC9132ADS u-boot.


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

2 返答(返信)
2,034件の閲覧回数
Pavel
NXP Employee
NXP Employee

NXP offers SDK 1.9 Linux BSP for the bsc9132qds board. This BSP uses u-boot loader for communication and code loading. This u-boot supports code loading using Ethernet and UART.

Attached file contains simple program example for the P2041 DUART and the MPC8548 DUART.

 

Information about register of the BSC9132 is available in the BSC9132 Reference Manual:

https://www.nxp.com/webapp/Download?colCode=BSC9132RM

 

The u-boot from this BSP supports all UART ports on the BSC9132QDS board. See attached file. It is configuration file from the BSC9132ADS u-boot.


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

2,033件の閲覧回数
pengfeixia
Contributor II

Pavel Chubakov,THANK YOU very much!

0 件の賞賛