We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Operations with unsigned int seems to cause the "Unknown Stack Size" problem during syntactic analysis.
Does anyone know how to fix this?
__arm_div_large (ARM, 0 bytes, Stack size unknown bytes, aeabi_sdiv.o(.text))
[Called By]
>> __aeabi_uidivmod
Thanks Andre
This is basically the same problem as with vsprintf(), only this time it's a runtime library support routine that the analyzer doesn't know about. You'll run into this same problem every time your code refers to any of the functions in the runtime library. Or for that matter, any function the analysis tool doesn't have stack consumption data about.
... http://www.keil.com/forum/17481/