Hi.
Just started using design studio yesterday, My Target is TWR-K64F120M board.
I'm just trying to build a simple code to toggle some LEDs and display "hello" just to get started and then build my real project upon that.
So I started to follow the getting started guide and build a project using SDK 1.3.0 and not using expert processor however when the project is generated, I don't see the files needed for this simple project, Specifically under platform/drivers/source I see only one file which is rts.c so I decided to copy and paste from sdk/platform/driver to my project ./test/platform .
However I keep getting compile error :
In file included from ../SDK/platform/drivers/src/wdog/fsl_wdog_driver.c:31:0:
C:\Freescale\KSDK_1.3.0/platform/drivers/inc/fsl_wdog_driver.h:36:26: fatal error: fsl_wdog_hal.h: No such file or directory
#include "fsl_wdog_hal.h"
This file exists in my project under ./platform/drivers/inc and also I see the path under the include tab of my project in the project explorer view of KDS.
This is silly but I'm stuck, Please advise.
Thanks,
Koorosh Hajiani