Hi. Thank for the answer.
I will sumarize the problem.
I am workinig in a board designed by my self with the LPC4337JBD144 uC using USB0 port.
First I put series 33ohm resistors in DM and DP with 15Kohm pulldown. With that setup the USB was working fine with the example and with my own code, wich use the cdc example. But suddenly while I was debugging LPCXpresso threw an error about some register and stop the debugging session. After that USB never works again. Windows doesn't even recognice a device attached. Nothing.
Then I read the user manual and see that for USB0 it is not necessary tu put the series resistors so I took them off but the USB0 is not working.
I tried also the cdc example again but it doesn't work.
The other peripherials of the microcontroller are working fine. In the project I am using a CAN port and it works well. But the USB doesn't work.
It is posible that the USB0 phy could be damaged and the rest of the microcontroller still works good?