I would like to know if there is some documentation about the
development of a SD host driver.
I found the code of the PXA driver and the comments inside sdhcd.h but
no documentation of SD host to SDBUS driver APIs.
I did my first googlewacking* searching for SDHCDRegisterHostController
and this is not a good thing...
I know I can implement the driver using the existing one as sample
etc., but having some docs detailing the expected behaviour of the
functions that I'm going to implement would be better.

* getting one and only one result from a google search
http://www.unblinking.com/heh/googlewhack.htm

--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)

Re: SD host driver documentation? by K

K
Fri Dec 22 06:23:12 CST 2006

Ths source code of SDBUS could be found at
$(_WINCEROOT)\PUBLIC\COMMON\OAK\DRIVERS\SDCARD\SDBUSDRIVER\ folder, you may
want to take a look at it.

"Valter Minute" <v_a_l_t_e_r.m_i_n_u_t_e@g_m_a_i_l.com> ¼¶¼g©ó¶l¥ó·s»D:Xns98A17DA0653C4VALTERMINUTE@207.46.248.16...
>I would like to know if there is some documentation about the
> development of a SD host driver.
> I found the code of the PXA driver and the comments inside sdhcd.h but
> no documentation of SD host to SDBUS driver APIs.
> I did my first googlewacking* searching for SDHCDRegisterHostController
> and this is not a good thing...
> I know I can implement the driver using the existing one as sample
> etc., but having some docs detailing the expected behaviour of the
> functions that I'm going to implement would be better.
>
> * getting one and only one result from a google search
> http://www.unblinking.com/heh/googlewhack.htm
>
> --
> Valter Minute
> (the reply address of this message is invalid)
> (l'indirizzo di reply di questo messaggio non ?valido)



Re: SD host driver documentation? by Valter

Valter
Fri Dec 22 06:56:27 CST 2006

"K. S. Huang" <ksh_AT_bsquare_DOT_com> wrote in
news:ezmVEPcJHHA.1252@TK2MSFTNGP02.phx.gbl:

> Ths source code of SDBUS could be found at
> $(_WINCEROOT)\PUBLIC\COMMON\OAK\DRIVERS\SDCARD\SDBUSDRIVER\
> folder, you may want to take a look at it.

I foud this one also, but I hoped that there was something more than
code...
I'm not saying that code is not useful, the availability of a lot of
source code is one of the best features of CE, IMHO, but I hoped to
find some description of the interface between the hardware-specific
host controller driver and the SDBUS layer, like there is for many
other driver architectures in CE...
I found some BSQUARE copyright references in the includes and I suppose
that the SD drivers part was not developed directly by microsoft, and
this could explain the lack of resources in PB documentation.

--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)

Re: SD host driver documentation? by UF

UF
Fri Jan 05 06:56:34 CST 2007

On Fri, 22 Dec 2006 04:56:27 -0800, Valter Minute
<v_a_l_t_e_r.m_i_n_u_t_e@g_m_a_i_l.com> wrote:
[CUT]

Valter,
could you please contact me? (I don't want to be off topic here)
Delete the underscores in my email address...
Or at least can you provide a valid email address?
I have some questions about your training courses.
Ciao,
UF

l_o_b_v_a_v_@_l_i_b_e_r_o_._i_t

Re: SD host driver documentation? by Dan

Dan
Fri Jan 05 12:23:27 CST 2007

There is some generic info on the MSDN, but it's not specific to CE:
- SD Bus Design Guide:
http://msdn2.microsoft.com/en-us/library/ms789949.aspx
- SD Bus Reference:
http://msdn2.microsoft.com/en-us/library/ms789954.aspx

Not sure if that helps or not, but it helped me get a better
understanding of SD under Win32 in general. The CE5 and CE6beta docs
that I have are really sparse, more like nicely formatted headers.

-Dan.


Valter Minute wrote:
> I would like to know if there is some documentation about the
> development of a SD host driver.
> I found the code of the PXA driver and the comments inside sdhcd.h but
> no documentation of SD host to SDBUS driver APIs.
> I did my first googlewacking* searching for SDHCDRegisterHostController
> and this is not a good thing...
> I know I can implement the driver using the existing one as sample
> etc., but having some docs detailing the expected behaviour of the
> functions that I'm going to implement would be better.
>
> * getting one and only one result from a google search
> http://www.unblinking.com/heh/googlewhack.htm
>
> --
> Valter Minute
> (the reply address of this message is invalid)
> (l'indirizzo di reply di questo messaggio non =E8 valido)