Dear friends,
I started off with a TI-RTOS empty minimal project for TM4C123G Launchpad.
Having
- No logging is enabled
- No assert checking is enabled
- No Kernel Idle task
- Non-Instrumented driver modules are used
- No stack overflow checking
my empty project's executable takes around 1.7 MB after being compiled. Having all options from above enabled it takes around 2.2 MB.
I am frustrated. My goal is to implement an AHRS module for inertial navigation. I have chosen this board for its compliancy with the SensorHub Booster Pack and TI-RTOS for its agility after having read an introductory article.
How can I make meaningful applications if an empty minimal TI-RTOS project doesn't fit into the micro-controller?
Did I miss something and/or did something wrong?
With kind regards,
Alex.