Hello, I have a board with the microcontroller Tiva TM4C123GH6PMI, but does not clarify the silicon review.
At the top of the CI he says:
Line 1: 980 YF
Line 2: TM4C123G
Line 3: 41AXE8W
Line 4; G4 (underlined)
The board is EX-TM4C123GXL Rev A
I'm using Keil 5.16a. And the latest libraries TivaWare the date of writing this question (TivaWare_C_Series-2.1.0.12573).
#define TARGET_IS_TM4C123_RB1 ?????? Is this correct?, or should use TARGET_IS_BLIZZARD_RB1
#include "driverlib/rom.h"
#include "driverlib/rom_map.h"
Thanks!