What hardware does MQX assign ittya to

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

What hardware does MQX assign ittya to

ソリューションへジャンプ
1,409件の閲覧回数
barbercolman
Contributor III

Trying to get serial communications working on ittya. Compiled the BSP and PSP etc. I was looking at the K60 documentation and see that UART1 RX and TX can be using either PTA pins 1 and 2 or PTA1 pins 14 and 15. This is from the K60 signal multiplexing and pin assignments pinout chart. How do I find out which pins are assigned to ittya.

 

Thanks

0 件の賞賛
返信
1 解決策
1,162件の閲覧回数
c0170
Senior Contributor III

Hi barber colman,

 

_bsp_serial_io_init function is located in init_gpio file. This function handles initialization of the muxs and clocks for the serial driver.

 

Regards,

MartinK

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,163件の閲覧回数
c0170
Senior Contributor III

Hi barber colman,

 

_bsp_serial_io_init function is located in init_gpio file. This function handles initialization of the muxs and clocks for the serial driver.

 

Regards,

MartinK

0 件の賞賛
返信
1,162件の閲覧回数
barbercolman
Contributor III

Thanks

I had not stepped far enough into the code.

0 件の賞賛
返信
1,162件の閲覧回数
timias
Contributor IV

FYI the K60 BSP in MQX turns on flexbus by default which might intefere with some of your peripherals. You ahve to modify the BSP to remove it. There isn't a user_config.h setting to disable it

0 件の賞賛
返信