Hello,
When usin the Pinmux utility too to configure the TM4c123x MCU, I find in the generated .c file the includes for these files:
#include "inc/hw_types.h"
#include "inc/hw_memmap.h"
#include "inc/hw_gpio.h"
#include "driverlib/sysctl.h"
#include "driverlib/pin_map.h"
#include "driverlib/rom_map.h"
#include "driverlib/gpio.h"
Kindly tell me where to find such fils.
Thanks & best regards,
Moataz Fouad.