2

We are trying to utilize the Uart as per the new requirements, but lin driver supports only the master mode in the configuration, my doubt is how to use the autosar lin driver for uart purposes, is it possible?

Punith B
  • 21
  • 1

1 Answers1

0

The AUTOSAR MCAL does not support UARTs, except hidden behind LIN and so on.

Some MCU vendors offer Complex Device Drivers, which make the functionality available in AUTOSAR projects.

In worst case, you have to implement one yourself.

Torsten Knodt
  • 477
  • 1
  • 5
  • 20