It is probably the startup code that executes prior to invoking main() and establishes the C run-time environment.
---Tom
Hello Roberto,
If you examine the map file for the project, this will indicate where the startup code is located. If using a standart .PRM file, this will normally be near the start of the ROM segment.
The following process works with earlier versions of CW, but I am not sure about later versions. Whilst in debug mode, reset the MCU. The PC should then point to the beginning of the startup code. Single stepping of the startup code can then take place.
Regards,
Mac