This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001351] New: Non-dummy stm32_get_config() andstm32_set_config()


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001351

           Summary: Non-dummy stm32_get_config() and stm32_set_config()
           Product: eCos
           Version: CVS
          Platform: stm32e_eval (ST STM3210E EVAL board)
        OS/Version: Cortex-M
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: low
         Component: SPI
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: ilijas@siva.com.mk
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1381)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1381)
Patch to spi_stm32.c and to ChangeLog

This patch introduces possibility to retrieve and to set the clock rate for
stm32 spi device.

It is valid for stm32 variant, but since it is not possible to chose a variant
in Hardware field, the only supported platform, stm3210e-eval, is chosen.
Please note that the stm3210e-eval's on-board sd card connector is not wired to
spi. If you want to use spi connected sd card with stm3210e-eval, you have to
connect an external sd card connector.

Motivation for this patch came from the need to use SPI connected SD card with
stm32 platform. The SD/MMC protocol starts at low clock rate to read card
properties and eventually switches to highest clock rate allowed. Therefore the
ability to examine and change the clock rate is essential for mmc driver
running on top of spi.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]