now i have a project with a mcu that NEEDS
- to be 5V because noise immunity, also and transceivers mosfets that now can be directly driven need dedicated drivers
- to have usb for convenience in programming/updating over stupid old uart
- to have two UARTs because after the first prototype they decided to add two LIN channels
I managed to find exactly three series of MCUs with 5V+USB
- Our beloved microchip parts, but they only have one UART
- Some ATmel old stuff with 8051 (which i won't use.)
- Some infineon/cypress FR3 that will take up more space and cost almost twice than a 2 mcu solution (main + small 1455 for usb)
depressing.