Hi emmanuel eschalier,
When you want to merge two project together, you can't just merge the main.h.
You also need to add the according header files to your project, and check the project headfile path in the proterties.
You must make sure these file:
#include "fsl_enet_driver.h"
#include "fsl_ewm_driver.h"
#include "fsl_flexbus_driver.h"
#include "fsl_vref_driver.h"
#include "fsl_wdog_driver.h"
The according header file source code add to your project.
Please check it at first, I don't have the hexiwear board, but I think your problem is just the two project merge problem.
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------