Hello Alice,
Thanks for referring me to the Properties to set _DEBUG_ENABLE.
Follow-up questions:
* When I connect LPC11C24 RXD & TXD (pins 46 and 47) to expansion headers with PIO1_6 and PIO1_7 (J2-9 and J2-10), I can then use the same USB port to connect to PC comm port and use Terraterm terminal to view the printfs?
* (please see schematic diagram attached) The USB micro-B connector, J4 is only directly connected to PIO1_7 and PIO1_6 through U2 CMSIS-DAP LS link debugger chip. If I want to use THE SAME USB connector to go to the PC comm port, shouldn't I put on resistors R29 and R30 for PIO1_7 & _6 to "pass-through" debugger IC and go out to the USB connector? If I do need to add R29 and R30 jumpers, please point out where on the eval board are these positions?
Or else, how do I actually adapt another, separate USB connector to interface this eval board to PC Terraterm comm port if it is not through USB connector J4?
Please advise.
And please note:
1) I the particular LPCopen project I'm going to modify and also debug using printf is the "CCAN_ROM", nxp_lpcxpresso_11c24_periph_ccan_rom. This means I should add the _DEBUG_ENABLE line in its properties, correct.
2) Also I'm using MCUXpresso IDE and in order to successfully build this CCAN_ROM project without errors, I also include the 2 libraries:
* lpc_chip_11cxx_lib
* nxp_lpcxpresso_11c24_board_lib
* main project: nxp_lpcxpresso_11c24_periph_ccan_rom
Thanks again.
mi7engr