I recognized some problems:
1. How to use Tivaware for Energia to configure frequency PWM
2. How to fix pin_map.h problem
Resolve:
Problem 1: After install Energia 1.6.10E18 version, run Energia and select: board --> boards manager --> install Energia Tivac board
After installed Energia Tivac, Tivaware library is taken your system following link:
/home/bonho/.energia15/packages/energia/hardware/tivac/1.0.2/system/driverlib
Where bonho is my PC name, this link is hidden, to see this link in your PC, select view ---> show hidden file on the taskbar
Create new file in Enrgia, include Energia file as file is included below
I has one example to you compare between CCS programing and Energia programing included below
Problem 2: preference this topic: I fixed the problem success
GPIO.h
include.h
pin_map_tm4c123gh6pm.h
PWM.ino