Been ripping my hair out trying to figure this out, I am sure I am missing something. Trying to get a simple program to compile, following the cookbook examples. I have installed the S32DS.3.5_b220726_win32.x86_64.exe and the SW32K1_S32DS_3.5.4_D2307.zip for the toolchain. Created a new project and selected S32K144 device. I am trying to compile this simple 1 line:
#include "S32K144.h"
int main(void) {
WDOG->CNT=0xD928C520;
}
Compiler says error: 'WDOG' undeclared - this syntax comes straight out of the cookbook. Obviously I do not have the correct include file or there has been a change, what am I missing? Do I need to install the SDK and/or the RTM in order to get this one simple line to compile? I have read many help pages and posts but have not found anything specific to this issue. I know I am missing something, anyone know? Thanks - Bruce