MC60E doesn't run application

I uploaded this program into the module:
Capturar

The netlight pin in the module doesn’t change his status.

Hi,
You can not use while(true) { … } in RTOS thread… The watchdog will “kill” the application
The main task must be in blocked state …
while (1) {
Ql_OS_GetMessage(&msg);