Author |
Message |
Topic: SPI bootloader over MMC |
f00dstamps
Replies: 3
Views: 5963
|
Forum: General CCS C Discussion Posted: Thu Apr 20, 2006 10:11 pm Subject: SPI bootloader over MMC |
i don't know much about bootloaders but from what i've read, i thought they had to be smaller than 256 words in the 1st part of program memory. can you give me instructions on what i need to do to im ... |
Topic: SPI bootloader over MMC |
f00dstamps
Replies: 3
Views: 5963
|
Forum: General CCS C Discussion Posted: Thu Apr 20, 2006 4:43 pm Subject: SPI bootloader over MMC |
do you all think it's possible to bootload via SPI using a hex file stored on an MMC/SD card? i don't think i could store all the code that would read data from the MMC and store it into program spac ... |
Topic: Bootload code using XON/XOFF? RS232 & SPI using same lin |
f00dstamps
Replies: 4
Views: 7076
|
Forum: General CCS C Discussion Posted: Thu Apr 20, 2006 3:01 pm Subject: spi to retrieve hex from MMC/SD card |
is it possible to use the SPI of a microcontroller(pic18lf252) to retrieve data from an MMC/SD card and bootload itself? |
Topic: how to write to the FAT in an MMC |
f00dstamps
Replies: 0
Views: 4886
|
Forum: General CCS C Discussion Posted: Sun Apr 16, 2006 11:55 am Subject: how to write to the FAT in an MMC |
- i am able to write data to the data area in the MMC in 512 byte blocks.
- i am able to write data to the directory entry table in 32 byte blocks.
- however, i am unsuccessful in writing to the ... |
Topic: MMC read_block problem |
f00dstamps
Replies: 4
Views: 7120
|
Forum: General CCS C Discussion Posted: Sat Apr 01, 2006 2:16 pm Subject: MMC read_block problem |
ckielstra - thanks for your response. i already have the spitiming diagram and i already follow the sequence you outline.
i send the read command until i get 00h returned. after that i send the r ... |
Topic: MMC read_block problem |
f00dstamps
Replies: 4
Views: 7120
|
Forum: General CCS C Discussion Posted: Sat Apr 01, 2006 12:01 am Subject: MMC read_block problem |
bump for help guys. |
Topic: MMC read_block problem |
f00dstamps
Replies: 4
Views: 7120
|
Forum: General CCS C Discussion Posted: Fri Mar 31, 2006 3:41 pm Subject: MMC read_block problem |
i am having a problem reading a block from MMC. i can successfully RESET, INITialize, and SET_BLOCKLEN.
when i send the command to READ_BLOCK, i never get the FEh start byte. i either get 00h or ... |
Topic: is SD backwards compatible with MMC? |
f00dstamps
Replies: 6
Views: 9084
|
Forum: General CCS C Discussion Posted: Wed Mar 29, 2006 3:09 am Subject: is SD backwards compatible with MMC? |
while using the mmc_spi.c driver file, i couldn't get the code to work.
i just stuck with my own. i am using the PIC18LF252. i am not using pull-up resistors on the sdo or sdi lines. should i be ... |
Topic: is SD backwards compatible with MMC? |
f00dstamps
Replies: 6
Views: 9084
|
Forum: General CCS C Discussion Posted: Wed Mar 29, 2006 2:33 am Subject: is SD backwards compatible with MMC? |
so, you have to use a different command to reset an SD card than you would to reset an MMC card?
i just started looking at the mmc.spi.c driver today. i am not using a voltage divider on the SPI l ... |
Topic: is SD backwards compatible with MMC? |
f00dstamps
Replies: 6
Views: 9084
|
Forum: General CCS C Discussion Posted: Tue Mar 28, 2006 11:34 pm Subject: is SD backwards compatible with MMC? |
i am using MMC SPI code to read and write files to MMC. will i be able to use SD interchangeably?
in other words, can i read and write data to the SD without using any of the additional security f ... |
|