What hardware does MQX assign ittya to

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

What hardware does MQX assign ittya to

跳至解决方案
662 次查看
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 解答
415 次查看
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 回复数
416 次查看
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 项奖励
415 次查看
barbercolman
Contributor III

Thanks

I had not stepped far enough into the code.

0 项奖励
415 次查看
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 项奖励