Hello @Guy_mego,
You can download them from here: LPCOpen Software for LPC11XX (LPCXpresso LPC11U68 board).
If you are using MCUXpresso IDE, please follow the next steps for use and build the examples:
- After downloading the .zip file, open your IDE, and go to Import project(s) from file system…
RaulRomero_0-1673540743556.png
- Browse the .zip file you download it, then click Next
RaulRomero_1-1673540743559.png
- Check the box of the examples you want to test, and check too the lpc_board_nxp_lpcxpresso_11u68 and lpc_chip_11u6x. These two contains files needed for the example to build correctly. Finally, we click on Finish.
RaulRomero_2-1673540743561.png
- Select the project you want to build, and try it out:
RaulRomero_3-1673540743565.png
Related at your code, it seems the configuration is good, nevertheless just for double check, please verify you setup/initialize the UART clock, and your pins for the USART1.
Best regards, Raul.