I am attempting to make use of the developer kit's drivers and need to call functions from the RingByteBuffer.c file found in the Invn\EmbUtils directory. The RingByteBuffer.h file has the following include statement:
#include "InvAssert.h"
However, I am not able to find the InvAssert.h file in any of the subfolders of the developer kit and I am getting an undefined reference error from the CubeIDE compiler. Is it missing from the kit? Is there somewhere else that I can find the header and .c file?
Thank you.