This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SPI Master Error

I've run into a problem using the provided spi master code.

I get the following error message from Keil

spi_master.c(381): error: #1059-D: an entity with an internal linkage cannot be referenced within an inline function with an external linkage

Has anyone faced a similar problem? Or are there any recomendations about fixing this?

Thanks in advance

Parents
  • Well I'm still not sure what the problem was but I've got around it by wiping the sdk and all the related files, reinstalling it and copying all the SDK files that I want to use into my project directory.

    Not the best fix but it works.

Reply
  • Well I'm still not sure what the problem was but I've got around it by wiping the sdk and all the related files, reinstalling it and copying all the SDK files that I want to use into my project directory.

    Not the best fix but it works.

Children
Related