Part 0: Setup your Autosar Tools
Even thou we are talking about AUTOSAR it still important to know several features of the microcontrollers like gpio, timers, adc, interrupts and etc. It is important to know the resources and more
Even thou we are talking about AUTOSAR it still important to know several features of the microcontrollers like gpio, timers, adc, interrupts and etc. It is important to know the resources and more
Every microcontroller, regardless of its internal architecture or manufacturer, has General Purpose Input Output ports (GPIO). These peripherals are the easiest to use and represent the first contact of our program with stimuli
The SPI or "Serial Peripheral Interface" is a synchronous serial communication protocol, full duplex, created by Motorola. Devices are connected in Master/Slave mode, in which the master is always responsible