Forum : ARM
Original Post
Post Information | Post |
---|---|
June 26, 2008 - 1:02pm
|
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 |
Cross-post on the STM32 forum: http://www.st.com/mcu/forums-cat-7026-23.html
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