Hello,
I have a question. Is there any way to make printf run faster on RM48 devices? i tried all types of printf support (full, minimal nofloat), but it doesn't seem to affect printf's output speed. It even seems that it is skipping RTI interrupts, just because I put a printf in the main loop.
For example, I am also using a simple cortex-M3 device (STM32 family of microcontrollers) running @64MHz with keil and I see that the throughput in keil is incredibly fast, while in CCS I see a CIO update every second (both uCs running the same main loop).
Could there be something wrong with my configuration or is it supposed to be this way?