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

