What hardware does MQX assign ittya to

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What hardware does MQX assign ittya to

Jump to solution
639 Views
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 Kudos
1 Solution
392 Views
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

View solution in original post

0 Kudos
3 Replies
393 Views
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 Kudos
392 Views
barbercolman
Contributor III

Thanks

I had not stepped far enough into the code.

0 Kudos
392 Views
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 Kudos