Hi,
I'm currently porting a previously written embedded platform to for the LM3S9B96 Stellaris CPU (on a custom board), and am attempting to avoid having to write separate sscanf() routines. Browsing this forum, I found hints to use the included usprintf( ) functions supplied in the Stellarisware utilities, which works for me. However, no nifty sscanf() routines were supplied (that I have yet found).
We're using CCSv4 4.2.4 and using the ROM SafeRTOS scheduler and have been unable to tweak the stack settings to permit me to use the printf() or scanf() libraries successfully without vectoring to the FaultISR() error handler.
Hopefully an answer will emerge that will save me from spending hours converting thousands of sscanf() statements to a home-brew solution.
I am puzzled that the TI toolchain does not provide a nice printf()/scanf() formatter as do IAR and others.