Hello All,
I have a project I have developed on the tm4c123g microcontroller utilizing many of the peripherals on the device (SSI, CAN, ADC, UART, timers etc.). I am interfacing with these devices using the Tivaware API (ROM runctions). I am switching to using the tm4c129 device because I require more internal flash.
My concern is with code portability. Is there anything I need to be aware of when porting the code over to the new device? Does the tm4c129 utilize the same Tivaware API for interfacing with its peripherals? Thank you all!