I would like to implement SPi interface using DMA to my SDfile System for STM32l0 Board. I got to see an example program for test and started working on it with little changes. I am getting some linker error during execution.
List Item 1 :Error: L6218E: Undefined symbol spi_dma_get_info (referred from spi_dma_common.o).
List Item 2:Error: L6218E: Undefined symbol spi_dma_handle_setup (referred from spi_dma_common.o).
List Item 3:Error: L6218E: Undefined symbol spi_dma_irq_setup (referred from spi_dma_common.o).
I am unable to find the error and could any one please provide me suggestions for this kind of linker error.
Unfortunately I don't have L0 borads so I can't check whether it works well or not.
Hi,\\
Thank you for the report.\\
I've fixed the issue.\\
https://developer.mbed.org/questions/73983/Error-In-spi-DMA-interfacing-with-SD-car/\\
Unfortunately I don't have L0 borads so I can't check whether it works well or not.
Issue type: Defect
Severity: Default
Created 8 years, 4 months ago.Updated 8 years, 4 months ago.
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
https://developer.mbed.org/users/mimi3/code/SDFileSystemDMA-test/