Can I reduce the float point precision in Keil to reduce my code size? Thank you.
"The problem with fixed point and approximations is that a good deal more thought and care is required" Actually, that's a general principle of writing high-performance and/or compact code! Any fool can just jump in and lash-up something, but it takes thought and care to get optimum results! An essential part of that thought and care is, of course, gaining a thorough understanding of the language, the tools, and the processor architecture - none of which is possible without reading the Manuals and the Datasheets!