Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Adding nRF SDK ILI9341 driver code + sdk_config.h changes to project produces strange build error

I am trying to add the nRF SDK 15.3.0 ILI9341 LCD driver code to my existing nRF52840 project.

Segger Embedded Studio 5.40a is being used as the IDE.

I have added all the necessary lib files, headers, include paths, etc. to my project using the "GFX" project example as a reference.

When I copy the ILI9341 related config block from the "GFX" example sdk_config.h file to my config file and build, I get a "build failed" error with no message from the linker.

The CMSIS Configuration Wizard parses my modified sdk_config.h file just fine, however I cannot get past the strange build error.

Is there something in the new sdk_config.h file that I am missing???

Thanks

Parents Reply Children
Related