Tool/software:
Referring to the content from the above link, I attempted to remove the default button and display settings from the CC2651R3SIPA simple_peripheral example.
When following these instructions exactly, build errors occurred in the NPI section. When excluding NPI from the build, makefile build errors emerged.
How can we remove the default button and display settings while resolving these various dependencies?
Here is my sysconfig configuration.
I have deleted the following files:
After removing the button and display-related logic from simple_peripheral.c in the above steps, the following build errors occur
Excluding the NPI folder from the build results in the makefile build happening just like with its own image.
2021.simple_peripheral.c5635.simple_peripheral.h
Here I am attaching my modified simple_peripheral.c file. I have only removed the button and display-related content but have not been able to identify parts that affect other dependencies.
Hi !
I just tried to follow the guide from CC2640R2F: How to remove two buttons menu (two_btn_menu) and display from simple_peripheral project from the link you sent, and it worked well on my end. I suspect that either you might have changed some library files from the SDK in your workspace, or that you deleted something that was actually needed. Could you try the guide again on a freshly new workspace and see if the problem persists ?
Here are my files I ended up having after following the tutorial : 6371.simple_peripheral.c5633.simple_peripheral.h
Kind regards,
Maxence