Tool/software:
The sysctl.h file in the TIRTOS folder for the TM4C129ENCPDT has the function "SysCtlBrownOutConfigSet" declared but there is no prototype for this function, datasheet seems to indicate this functionality is not possible.
Is SysCtlBrownOutConfigSet even relevant to the TM4C129ENCPDT?
If so, where can I find the function definition and an example of how to use.
If not, is there an example of how I can change the Brown Out so it gives me an interrupt rather than resetting the processor, preferably an example under TI-RTOS with typical interrupt function so I can see how it handles the BOR.
My project is built using tirtos_tivac_2_16_01_14 and I would like to look at options to stop the Brown Out triggering so easily and resetting my PCB for a very momentary drop of supply to 2.9V.



