I just moved our current project from Stellarisware to TivaWare on a LM4F232H5QDF micro. I found with the new version (TivaWare 1.0) that the code to run the PWM and ADC was shutting down after I set the clock rate for the ADC using SysCtlADCSpeedSet(). After much investigation, it seems the register RCGC0 has been moved to a legacy option in the new micro. I looked for the new functions ADCSpeedSet() and PWMClockSet() but they are not in the new library to access the new registers ADCx_PC_R/ADC_O_PC and PWMx_PC_R/PWM_O_PC (PWM_O_PC is also missing from hw_pwm.h). Could these functions be added in the next update along with the associated bit field defines where they are also missing please?
Thanks,
Tim