I have a design which is based on STM32
but due to global IC shortage and few problems i dont want to go ahead with it,
so i am re designing the requirement again, as i am at a very early stage.
My architecture is simple i require 6 UART
4 UARTS are connected to RS422
2 UARTS are connected to RS232
in above one of the RS422 will behave as master sending data to other RS422 and RS232 ports and listens to other for incoming responses or messages
I have chosen TM4C123GH6PM as my device as it has more than 6 UART and good clocking frequency and reference design of launch pad
below are my questions kindly answer
1. All the UARTS in TM4C123GH6PM are functional at a time ? i mean are they independent and can work all at a time ?
2. My code is simple, listening to UART 1 and multicasting data to other UARTs and reading responses from them, for which i would prefer bare metal code,
is 256kb of on chip flash sufficient ?
3. what is the End of Life of the part TM4C123GH6PM
4. I can see the part being in good stock , will it be stocked even in the current global IC shortage ?
5. is there any pinmux tool for this IC ? or the only excel sheet ?
6. I have a XDS 200 debugger with me, will it be sufficient to flash the IC ?
7. can i configure each uart with different baud rate ?