Hello
I just started learning cortex and taking a look at examples provided.
I copied most of main code from timer example and paste it to my new project to make modified timer project.
But when I complied it I got "function declared implicitly" message.
that functions are mostly ROM functions. It seems like compiler is not recognizing header files. But I included all the necessary header files.
I set the #include search path correctly as well.
I do not know why. Does this problem have something with #ifdef and --define=TARGET_IS_SNOWFLAKE_RA0?
If so, can you guys tell me what this --define=TARGET_IS_SNOWFLAKE_RA0 is and how to set it?
or let me know how to solve this problem please.
Thank you for reading this
Sincerely,
Jay