Hi All, I try to build LPC845 project (exported from SDK 2.7) but appear the followings errors:
1.- referencing a null pointer in '*0' fsl_clock.h /LPC845_Project/drivers line 167 C/C++ Problem
2- enumerator value for 'kCLOCK_IOCONCLKDiv0' is not an integer constant
How can solved this issues?
many thanks in advance
pmoreira
Hi, Pedro,
I think the SDK package version difference leads to issue that the enumerator value "kCLOCK_IOCONCLKDiv0" is NOT defined. I use SDK2.6 version, the enumerator value kCLOCK_IOCONCLKDiv0 is defined in fsl_clock.h
I copy the screenshot.
I think the SDK version 2.7 has similar declaration in the same fsl_clock.h
Hope it can help you
BR
Xiangjun rong