I have strange 'behavior' of the printf library function here. The first call of it with some string replacement (I mean something like printf("\n%s\n", string)) results in some crazy output.
I would like to debug the function, but how can I load the symbols of the library (and from where)? Or do I need to build the library for myself?
I'm using S32 Design Studio, the controller is a S9KEAZ128. So far, I tested both newlib and newlib-nano.
Any help is appreciated!