Question
STVD First Project help
Posted on November 16, 2011 at 05:48
I just received my stm8s-discovery and I'm trying to follow this:
http://benryves.com/journal/3567231
I keep on getting the following error even though I see this function defined in stm8s_conf.h:#error clnk Debug\project.lkf:1 symbol _assert_failed not defined (Debug\stm8s_gpio.o )
I'm clueless on why _assert_failed() isn't being defined in the object file... EDIT: If I don't #include ''stm8s.h'' it compiles just fine.