Search found 15 matches

by Pierre67
Wed May 29, 2013 6:58 pm
Forum: E-blocks
Topic: EB037 MMC card reader
Replies: 21
Views: 15174

Re: EB037 MMC card reader

Sorry for late repply but matrix website apparently had some issues and the my post has been deleted... So, I tried two different cards with the exact same settings as you but It still won't write anything... my cards are : - Canon MMC-8M (that's an old card) - Transcend MMC plus of 1GB The first on...
by Pierre67
Mon May 27, 2013 8:28 am
Forum: E-blocks
Topic: EB037 MMC card reader
Replies: 21
Views: 15174

Re: EB037 MMC card reader

I tried the file JohnCrow gave me and I didn't touch anything, but I still can't write anything on the card... I tried 2 different cards, it's all the same. I checked and re-checked that the cards are well formatted and indeed they are. Then I plugged an lcd screen to monitor the return value of ini...
by Pierre67
Sat May 25, 2013 1:53 pm
Forum: E-blocks
Topic: EB037 MMC card reader
Replies: 21
Views: 15174

Re: EB037 MMC card reader

Thanks a lot, I will try this monday !
by Pierre67
Fri May 24, 2013 9:30 am
Forum: E-blocks
Topic: EB037 MMC card reader
Replies: 21
Views: 15174

Re: EB037 MMC card reader

I switched the jumper to "patch system" and connected everything correctly. Now, the PIC seems to be able to communicate with the card but I still cannot write anything on the card. I connected an LCD screen to monitor the return value of FAT component function (see .fcf attached). It keep...
by Pierre67
Wed May 22, 2013 1:18 pm
Forum: E-blocks
Topic: EB037 MMC card reader
Replies: 21
Views: 15174

Re: EB037 MMC card reader

The Hardware I'm using : - PIC 18F4450 - programming board EB006 - card reader EB037 - MMC card of 1Go, in FAT 16 format the EB037 is connected to the B port but I tried different ports and it doesn't change anything. I also tried to uncheck "software mode" in the advanced properties of th...
by Pierre67
Mon May 20, 2013 8:07 pm
Forum: E-blocks
Topic: EB037 MMC card reader
Replies: 21
Views: 15174

Re: EB037 MMC card reader

I'm passing my exam very soon and if I don't get to write that file on the card, I'm in trouble... :roll:
Could someone help please ?
by Pierre67
Sat May 18, 2013 10:33 am
Forum: E-blocks
Topic: LCD display acting weird with PIC 18F4450
Replies: 4
Views: 5022

Re: LCD display acting weird with PIC 18F4450

Well, with your configuration the displays are working again, but only on port D.

Anyway, thanks a lot !
by Pierre67
Fri May 17, 2013 10:02 am
Forum: E-blocks
Topic: EB037 MMC card reader
Replies: 21
Views: 15174

Re: EB037 MMC card reader

Hello, I upgraded to flowcode 5.5 but I still can't make my test program work. Now it compiles correctly but when I check on the computer if the file has been written, there is nothing on the card. I think the problem is that EB037 is connected to the wrong pin or something, because the PIC seems no...
by Pierre67
Wed May 15, 2013 3:47 pm
Forum: E-blocks
Topic: LCD display acting weird with PIC 18F4450
Replies: 4
Views: 5022

Re: LCD display acting weird with PIC 18F4450

It's very nice to have such a good support, you guys are always very reactive on this forum ! Thanks a lot for your quick answer. Unfortunatly I'm not able to test the config you sent me in attachment until friday. I will try it then and will tell you if it worked or not. If not, I will send you my ...
by Pierre67
Tue May 14, 2013 7:14 pm
Forum: E-blocks
Topic: LCD display acting weird with PIC 18F4450
Replies: 4
Views: 5022

LCD display acting weird with PIC 18F4450

Hello, I had a PIC 16F887A and I recently upgraded my microchip to a 18F4450 and the LCD screens (EB005 and EB043) that I tested on the chip have some very strange behaviors : - sometimes it won't display anything (most of time) - sometimes it displays things but characters are messed up or missing ...
by Pierre67
Tue May 14, 2013 10:11 am
Forum: E-blocks
Topic: EB037 MMC card reader
Replies: 21
Views: 15174

Re: EB037 MMC card reader

I'm using flowcode 5.0 and here is my flowcode file (see attachment)
by Pierre67
Mon May 13, 2013 9:28 am
Forum: E-blocks
Topic: EB037 MMC card reader
Replies: 21
Views: 15174

Re: EB037 MMC card reader

I chose to try the PIC 18F4550 and to use the FAT component but I can't make it work... I wanted to test the card with a simple program that create a file (test.txt) and writes a "hello world" into that file (see attachment) but every time I get this error : Flowcode1.c(1171:6): error: unk...
by Pierre67
Sat May 04, 2013 12:04 pm
Forum: E-blocks
Topic: EB037 MMC card reader
Replies: 21
Views: 15174

Re: EB037 MMC card reader

Thanks a lot for your quick answer !
That's what I fought, The PIC is the problem.

Can you advise me a PIC that is compatible with the FAT component and EB006 board ?
by Pierre67
Fri May 03, 2013 7:14 pm
Forum: E-blocks
Topic: EB037 MMC card reader
Replies: 21
Views: 15174

EB037 MMC card reader

Hello, I'm using a PIC 16F877A and I would like to manage to write some data on an MMC card and I would like that data to be readable easily from a computer. So I thought I'd just have to use the FAT component built-in flowcode because it seems a really easy way to do the job. But unfortunately, if ...
by Pierre67
Mon Mar 11, 2013 10:59 am
Forum: E-blocks
Topic: [graphical LCD EB 043-00-2] updating characters
Replies: 1
Views: 2991

[graphical LCD EB 043-00-2] updating characters

Hello everybody, I'm looking for a way to refresh a part of the display without erasing all with glcd_clear(). Because clear() is very very slow (like 2s) and I need to update data quickly... If I try to redraw data at the same position without clearing the screen, the characters get stacked one ove...