Hi support team,
I have download LPC845 example code from web.
import the projects to MCUXpresso IDE.
it has some project settings are wrong.
something like
PROJECT_LOC/../../Source_Code/GPIO_PatternMatch/docs
have to change to
PROJECT_LOC/docs
Hi Neo,
Please make sure that while importing the examples projects to your workspace the "Copy projects into workspace" option is selected:
Hope it helps!
Best Regards,
Carlos Mendoza
Technical Support Engineer
Hi Carlos,
yes, I have copy the projects to my workspace.
i think there is something different with OS.
Or the file path is not correct.
I am using macOS.
The file Path is as follow shows.
sh-3.2# cd LPC845workspace/
sh-3.2# ls
.DS_Store I2C_Wakeup_Slave
.metadata Multi_Timer_Blinky
ADC_Seqa_Seqb PMU_Modes
Analog_Comparator ROM_Divide
CapTouch_3Sensor_Slider SCT_Event_Counter
CapTouch_6Sensor_Wheel SCT_Event_Timer
CapTouch_9Sensor_Button SCT_PWM_2State
CapTouch_Wakeup_9Sensor_Button SPI0M_SPI1S
Ctimer_PWM SPI_Wakeup_Master
DAC SPI_Wakeup_Slave
DMA_UART UART0_Terminal
DeepPD_WKT USART1M_USART2S
FAIM_and_Clocks USART_Wakeup_Master
Flash_IAP USART_Wakeup_Slave
GPIO_Interrupts WWDT
GPIO_PatternMatch common
I2C_MasterSlave peripherals_lib
I2C_Wakeup_Master utilities_lib
sh-3.2# cd common
sh-3.2# ls
.DS_Store README_MCUXpresso_Projects.txt
.cproject inc
.project
sh-3.2# cd inc
sh-3.2# pwd
/User/NeoTsai/Documents/MCUXpressoIDE_10.1.0/LPC845workspace/common/inc
sh-3.2#