Recent content by Muzammil_adbled

  1. M

    RS485 Encoder eCoder 20-trouble to read the position

    #include <stdint.h> #include <stdbool.h> #include "inc/hw_memmap.h" #include "driverlib/debug.h" #include "driverlib/gpio.h" #include "driverlib/sysctl.h" #include "driverlib/pin_map.h" #include "driverlib/uart.h" uint32_t g_ui32SysClock; #define ASO_BITS 21 #define AS2_BITS 3 #define BAUD_RATE...
Top