Topic : Small vprintf - like small printf?

Forum : ARM

Original Post
Post Information Post
June 26, 2008 - 1:02pm
Guest

Raisonance provides the "small printf" and "small no-float printf" options, giving vastly reduced code sizes compared to the standard "full" printf; see:

http://www.raisonance.com/Forum/punbb/viewtopic.php?pid=8537#p8537

But is it possible to get a corresponding "small no-float" version of vprintf ?

Even with the "small printf" and "small no-float printf" options selected, using vprintf seems to bloat the code size by about 30K...! :O

Replies
Post Information Post
+1
0
-1
June 26, 2008 - 1:40pm
Guest

Cross-post on the STM32 forum: http://www.st.com/mcu/forums-cat-7026-23.html

+1
0
-1
June 26, 2008 - 3:07pm
Raisonance Support Team

Hi,

The no-float library does not provide a vprintf as is.
However, you should be able to extract or make one from the no-float library sources, which you will find there:
c:\program files\raisonance\ride\lib\arm\e_stdio\...

Best Regards,

Vincent