I'm starting a fresh aducm3029 project, trying to get the uart comms working first to talk to the device.
Compiling works fine, but I'm getting the following linker errors;
no definition for gnCriticalRegionIntStatus
no definition for gnCriticalRegionNestingCount
can you tell me what the linker settings should be, what libraries to point to? I don't see anything special in the example projects and they work fine.
Like I said, the uart.c and uart.h files are included in the preprocessor config, and everything is compiling fine. I'm sure I'm just off by a simply library include in the linker option.
thanks!
Steve