I am trying to build periph_spi for lpc_board_nxp_lpcxpresso_1769. Although all referenced projects are open I get a lot of errors, undeclared types, conflicting types, ... The reason is mainly that the folders where the definition files are, are not included or the name of the .h file is missing in #include. I have corrected quite a few, but the end is not in sight.
In another framework I have been using long time there is a .h file, where there are most of the .h files needed and that file in included in .c files. Is there in MCUExpresso something like that or should one, e.g. who uses examples, make all manually.
My target is to test PN5180 with LPC1769. When I open the periph_spi example, many other projects are opened. I would like to keep it simple, so one project would be enough. Are there any simple instructions how to dismantle this group of projects.