Thank you to trying to help me.
Find here after my steps :
1- Take pmc_states example from LPCOpen
2- Add "LPC_PMC->PD0_SLEEP0_HW_ENA |=1;" before calling Chip_PMC_Set_PwrState(PMC_DeepSleep) in the case '2' of PMC_PwrState_Handler function.
3- Build project for LPC4357 target
4- Download software on mcb4300 evaluation board
4Bis- Open a terminal for UART communication
5- Reset program (Button reset of evalution board)
6- See the menu on terminal
7- Enter in option 2 : DeepSleep (press '2')
8- Choose option wakeup0 (press 'w')
9- Press 'c' to start demo
10- Press button wakeup0 on evaluation board
11- Look at result on terminal
If 'woken up" appears on the screen, followed by the menu, then wakeup as been correctly done.
Otherwise, if the menu direcly appears without 'woken up' sentence before, then wakeup have induced a reset because the next instruction of our program has not been executed.
You can compare the behavior with the option 1 of menu (Sleep mode)