ARM Cortex-M Microcontroller startup files

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Sat May 2 02:13:36 PDT 2015


On Saturday, 2 May 2015 at 04:53:51 UTC, Jens Bauer wrote:
> The problem I've seen with most C-solutions, is that once 
> someone uses printf, the binary suddenly grows out of 
> proportions. (It may be because the programmer included a line 
> for debugging only, and that causes the otherwise 1K program to 
> be huge and almost not fit the MCU).

Granted printf isn't small, but it's not that large either, sure 
you're not including %f float formatting?
https://launchpadlibrarian.net/200699979/readme.txt


More information about the Digitalmars-d mailing list