1. I am using uVision 5, C51 V9.52 & wrote a code. It has
multiple source files, one of which is task_manager.c.
In it it has three functions:
a) bit_reset()
b) bit_set()
c) rgb_write()
2. These are very time critical need to optimize for full speed,
three functions only, rest code I want to be optimzie for size to
save overall space.
Whats the way to do that?
3. These settings I do for speed in keil,
a)Use Extended Linker LX51 instead of Bl51
b) Level 8: Reuse
↧