We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I program on keil µVision 5 and I have an error that I can not solve. There she is: TEST 1\TEST 1.axf: Error: L6218E: Undefined symbol SPI1_Transmit (referred from radio_spi.o) TEST 1\TEST 1.axf: Error: L6218E: Undefined symbol SPI1_waitTranfertComplete (referred from radio_spi.o).
I don't understand why this error persists. Someone can help me? thank you
"undefined" means that something has not been defined - so the solution to that should be obvious ...
I don't understand why this error persists"
It will persist until you fix it!
No code body for functions you are attempting to use. You are missing files or functions needed to achieve closure. Supply them