Tool/software: TI C/C++ Compiler
Hi everyone,
when I make allocation a Single Input Section from a Library like this:
output_section_divt2asm
{
rtsv7M3_T_le_eabi.lib<ll_div_t2.asm.obj>(.text)
} > 0x0001f100
the project compiles without errors, but when I go into debug mode, the "continue" and "suspend" buttons are not active, I can only terminate the process. It looks like the application has no entry point. How to fix it? Any help is appreciated.

