Search found 26 matches

by vijay1590
31 Jan 2012 13:06
Forum: mikroC PRO for PIC32 General
Topic: MMC/SD data copy
Replies: 6
Views: 3220

Re: MMC/SD data copy

initialize spi2 then i initialized Fat32 card in spi2. then i read the content of the card. it goes well. then i opened a file in read mode in spi2 card. then i initialize spi1 then i initialized Fat32 card in spi1. then i read the content of the card. it goes well. then i opened a file in write mod...
by vijay1590
30 Jan 2012 22:04
Forum: Library Development Discussion
Topic: DMA library in PIC32
Replies: 6
Views: 8675

Re: DMA library in PIC32

How to set dma for spi transfer???
can we hav two spi opened simultaneously ????

if we use Fat32_read() function. it does not open when we simply switching by reinitialize spi...
when Fat32_init(); is called the files open. but not by switching spi...
help me please.

Thanks in advance...
by vijay1590
30 Jan 2012 10:20
Forum: Library Development Discussion
Topic: Fat32 Long file name problem
Replies: 0
Views: 2456

Fat32 Long file name problem

How can i solve the long file name problem in Fat32 files...

how can i get the cluster and sector address of a folder..
bcz it helps in dma data transfer....
by vijay1590
30 Jan 2012 10:16
Forum: mikroC PRO for PIC32 General
Topic: Fat32 Long file name problem
Replies: 0
Views: 1750

Fat32 Long file name problem

How can i access Long file name in Fat32 files...
help me
by vijay1590
30 Jan 2012 10:13
Forum: mikroC PRO for PIC32 General
Topic: sd card copy from one sd to another
Replies: 1
Views: 1491

sd card copy from one sd to another

i initialize spi2 then i initialized Fat32 card in spi2. then i read the content of the card. it goes well. then i opened a file in read mode in spi2 card. then i initialize spi1 then i initialized Fat32 card in spi1. then i read the content of the card. it goes well. then i opened a file in write m...
by vijay1590
25 Jan 2012 17:04
Forum: mikroC PRO for PIC32 General
Topic: USB Pendrive
Replies: 1
Views: 1589

USB Pendrive

Can i interface USB Pendrive of 4GB to write and read data in PIC32MX4 multimedia Board?????
by vijay1590
25 Jan 2012 16:45
Forum: mikroC PRO for PIC32 General
Topic: Fat32_size() problem
Replies: 3
Views: 2058

Re: Fat32_size() problem

For Fat32_Dir();


file name limited to only 8 character... please help me
by vijay1590
25 Jan 2012 16:44
Forum: mikroC PRO for PIC32 General
Topic: Fat32_size() problem
Replies: 3
Views: 2058

Re: Fat32_size() problem

How can i use DMA with out library???
by vijay1590
25 Jan 2012 10:48
Forum: Library Development Discussion
Topic: Fat32_size(),Fat32_Dir() Problem
Replies: 0
Views: 2317

Fat32_size(),Fat32_Dir() Problem

compiler version 2.10 pic32. int err; unsigned long size; . . . . . err=Fat32_size("T1.TXT",&size); but value of size after function is always zero... i didnt get the value of size.. how can i get the value.. when i use Fat32_dir(); It displays file name having length less than or equal to 8. if fil...
by vijay1590
25 Jan 2012 10:04
Forum: Library Development Discussion
Topic: DMA library in PIC32
Replies: 6
Views: 8675

Re: DMA library in PIC32

Thanks for your reply....
by vijay1590
25 Jan 2012 06:19
Forum: mikroC PRO for PIC32 General
Topic: Fat32_size() problem
Replies: 3
Views: 2058

Fat32_size() problem

compiler version 2.10 pic32. int err; unsigned long size; . . . . . err=Fat32_size("T1.TXT",&size); but value of size after function is always zero... i didnt get the value of size.. how can i get the value.. when i use Fat32_dir(); It displays file name having length less than or equal to 8. if fil...
by vijay1590
24 Jan 2012 19:45
Forum: Library Development Discussion
Topic: DMA library in PIC32
Replies: 6
Views: 8675

DMA library in PIC32

When will be the DMA library available in Mikroc PIC32 Compiler??????

How can i access my DMA Register without Library???
by vijay1590
19 Jan 2012 08:19
Forum: mikroC PRO for PIC32 General
Topic: Sd card copy
Replies: 10
Views: 4839

Re: Sd card copy

kindly help me.. i purchased complier and mikromedia board for this purpose... i have to complete this project in a month... pls help me
by vijay1590
19 Jan 2012 08:17
Forum: mikroBasic PRO for PIC32 Wish List
Topic: DMA, USB stick, etc.
Replies: 2
Views: 3991

Re: DMA, USB stick, etc.

dma library available now in mikro c pic32???
by vijay1590
18 Jan 2012 09:05
Forum: mikroC PRO for PIC32 General
Topic: Sd card copy
Replies: 10
Views: 4839

Re: Sd card copy

how can we use DMA in sd card copying??

Go to advanced search