สมัครตอนนี้

เข้าสู่ระบบ

ลืมรหัสผ่าน

ลืมรหัสผ่านของคุณ? กรุณากรอกอีเมลของคุณ. คุณจะได้รับลิงค์และจะสร้างรหัสผ่านใหม่ทางอีเมล.

เพิ่มโพสต์

คุณต้องเข้าสู่ระบบเพื่อเพิ่มโพสต์ .

เพิ่มคำถาม

คุณต้องเข้าสู่ระบบเพื่อถามคำถาม.

เข้าสู่ระบบ

สมัครตอนนี้

ยินดีต้อนรับสู่ Scholarsark.com! การลงทะเบียนของคุณจะอนุญาตให้คุณเข้าถึงโดยใช้คุณสมบัติเพิ่มเติมของแพลตฟอร์มนี้. สอบถามได้ค่ะ, บริจาคหรือให้คำตอบ, ดูโปรไฟล์ของผู้ใช้รายอื่นและอีกมากมาย. สมัครตอนนี้!

Learn Multi Media Card Library (MMC) In Pic Microcontrollers

Learn Multi Media Card Library (MMC) In Pic Microcontrollers

ราคา: $94.99

Multi Media Card Library

The Multi Media Card (MMC) is a Flash memory card standard. MMC cards are currently available in sizes up to and including 32 GB and are used in cellular phones, digital audio players, digital cameras and PDA’s.
mikroC PRO for PIC provides a library for accessing data on Multi Media Card via SPI communication. This library also supports SD (Secure Digital) and high capacity SDHC (Secure Digital High Capacity) memory cards .

Secure Digital Card

Secure Digital (การวางแผนการผลิต) is a Flash memory card standard, based on the older Multi Media Card (MMC) รูปแบบ.
SD cards are currently available in sizes of up to and including 2 กิกะไบต์, and are used in digital cameras, digital camcorders, handheld computers, media players, โทรศัพท์มือถือ, GPS receivers, video games and PDAs.

Secure Digital High Capacity Card

SDHC (Secure Digital High Capacity, การวางแผนการผลิต 2.0) is an extension of the SD standard which increases card’s storage capacity up to 32 GB by using sector addressing instead of byte addressing in the previous SD standard.
SDHC cards share the same physical and electrical form factor as older (SD 1.x) ขนาดที่เหมาะสมโดยใช้เทคนิคและวิธีการที่พิสูจน์แล้ว, allowing SDHC-devices to support both newer SDHC cards and older SD-cards. The current standard limits the maximum capacity of an SDHC card to 32 กิกะไบต์.

สำคัญ :

  • Routines for file handling can be used only with FAT16 file system.

  • Library functions create and read files from the root directory only.

  • Library functions populate both FAT1 and FAT2 tables when writing to files, but the file data is being read from the FAT1 table only; เช่น. there is no recovery if the FAT1 table gets corrupted.

  • If MMC/SD card has Master Boot Record (MBR), the library will work with the first available primary (logical) partition that has non-zero size. If MMC/SD card has Volume Boot Record (เช่น. there is only one logical partition and no MBRs), the library works with entire card as a single partition. For more information on MBR, physical and logical drives, primary/secondary partitions and partition tables, please consult other resources, เช่น. Wikipedia and similar.

  • Before write operation, make sure you don’t overwrite boot or FAT sector as it could make your card on PC or digital camera unreadable. Drive mapping tools, such as Winhex, can be of a great assistance.

  • Library uses SPI module for communication. The user must initialize the appropriate SPI module before using the MMC Library.

  • For MCUs with multiple SPI modules it is possible to initialize all of them and then switch by using the SPI_Set_Active() การทำงาน. See the SPI Library functions.

  • MMC FAT 16 Library works with PIC18 family only.

The SPI module has to be initialized through SPIx_Init_Advanced routine with the following parameters:

  • SPI Master

  • Primary prescaler 64

  • Data sampled in the middle of data output time

  • Clock idle low

  • Serial output data changes on transition form low to high edge

เกี่ยวกับ arkadmin

ทิ้งคำตอบไว้