Using iMX8M Mini UART 3 for M4 as a Bluetooth interface

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

Using iMX8M Mini UART 3 for M4 as a Bluetooth interface

621件の閲覧回数
pradeep2481
Contributor II

Hi,

I want to use iMX8M Mini, UART 3 for M4 as a Bluetooth interface. M4 will be running with Zephyr OS.

On the EVK board UART3 is available from the header and the pin details for UART 3
TXD   -   Pin 8

RXD   -   Pin 10

In Zephyr (boards/arm/mimx8mm_evk/mimx8mm_evk.dts) I have modified the device tree like below.

zephyr,bt-uart = &uart3;

&uart3 {
status = "okay";
current-speed = <115200>;
};

 

Do I need to do any other changes? What about RDC domain settings?

Does  M4 needs to be in RDC domain 1 and UART3 needs to be assigned to domain 1 ? Where this changes are needed? Is it in Zephyr or in the u-boot?

 

Any help is appreciated.

Thanks in advance,

Best regards,
Pradeep

0 件の賞賛
返信
1 返信

595件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hello,

Please note that support for zephyr is community based, not direct from NXP. I'll recommend for issue using zephyr in the i.MX MPUs post them at zephyr community.

 

Best regards,
Aldo.

0 件の賞賛
返信