Re: I'm qurious about some code in CSDIOControllerBase::GetCommandResponse member function
- From: shjkun@xxxxxxxxx
- Date: Wed, 28 May 2008 18:28:16 -0700 (PDT)
On 5월29일, 오전9시50분, shj...@xxxxxxxxx wrote:
I'm meaning that I want to tell you that there is some wrong code.
*(respBuff + 1) = (BYTE)(vm_pSDIReg->SDIRSP0 ); <- the first
byte of SDIRSP0 is LSByte
but
*(respBuff + 5) = (BYTE)(vm_pSDIReg->SDIRSP1); <- the first byte of
SDIRSP1 is MSByte
I said that if this is to be correct code, the first byte of SDIRSP1
would be LSByte, wouldn't it?
I made a mistake..
I perused spec. again. Then I found MSB of SDIRSP1 is used as RCRC7.
Thanx u.
.
- References:
- I'm qurious about some code in CSDIOControllerBase::GetCommandResponse member function
- From: shjkun
- Re: I'm qurious about some code in CSDIOControllerBase::GetCommandResponse member function
- From: Paul G. Tobey [eMVP]
- Re: I'm qurious about some code in CSDIOControllerBase::GetCommandResponse member function
- From: shjkun
- I'm qurious about some code in CSDIOControllerBase::GetCommandResponse member function
- Prev by Date: Re: Plan to build a CE6 Boot loader for S3C2440 platform
- Next by Date: Re: conmanclient2.exe error
- Previous by thread: Re: I'm qurious about some code in CSDIOControllerBase::GetCommandResponse member function
- Next by thread: successional question : about CSDIOControllerBase::GetCommandResponse
- Index(es):