hi
i am working eclipse for setting up projects for nrf52832. When i build the blinky example there is no error but the headers nrf_delay.h are not include and the LED_LIST are not detected ... plz help me
hi
i am working eclipse for setting up projects for nrf52832. When i build the blinky example there is no error but the headers nrf_delay.h are not include and the LED_LIST are not detected ... plz help me
Hi,
Take a look at this post (try to manually define the board in Eclipse). If you still have problems, see this post.
The error you are seeing with nrf_delay.h is just an issue with the autocompletion feature, where it's not properly parsing function implementations in header files. It's safe to ignore.
Did you add BOARD_PCA10040
as a symbol with value 1 under Paths and Symbols?
Have you read the Development with GCC and Eclipse Tutorial ?
Did you add BOARD_PCA10040
as a symbol with value 1 under Paths and Symbols?
Have you read the Development with GCC and Eclipse Tutorial ?