Search found 179 matches

by Alan_37
Tue Nov 15, 2016 1:24 pm
Forum: Bug reports
Topic: FAT Set File INDEX [solved]
Replies: 5
Views: 4550

Re: FAT Set File INDEX

Hi Benj

Yes that was the problem , now it is working fine , i must have missed that setting

can move this to general programming as it was not a bug .

Thanks very much for your support .
by Alan_37
Tue Nov 15, 2016 11:16 am
Forum: Bug reports
Topic: FAT Set File INDEX [solved]
Replies: 5
Views: 4550

Re: FAT Set File INDEX

Hi Benj

Thanks for your reply

I have added the ReadFileSector() but i am still getting the same result .
by Alan_37
Mon Nov 14, 2016 11:04 pm
Forum: Bug reports
Topic: FAT Set File INDEX [solved]
Replies: 5
Views: 4550

FAT Set File INDEX [solved]

Hi Is this a Bug or i am doing somthing wrong ? , I have 2 files in the SD Card named A.txt and B.txt, A.txt contain " This is File A " and B.txt contain " This is File B " In the flowchart I : INIT CARD -> SetFileIndex(0) -> OpenFile(A.txt) - > SetFileIndex(1) -> OpenFile(B.txt) - > ReadStringFromF...
by Alan_37
Mon Nov 14, 2016 12:04 am
Forum: Flowcode V7
Topic: 2 Micro SD Cards
Replies: 3
Views: 3245

Re: 2 Micro SD Cards

Hi

Just checked the datasheet of the 23LVC1024 and it seems fairly easy to interface via SPI ,
just ordered 2 of them will see :)

Thanks for the suggestion .
by Alan_37
Sun Nov 13, 2016 2:51 pm
Forum: Flowcode V7
Topic: 2 Micro SD Cards
Replies: 3
Views: 3245

Re: 2 Micro SD Cards

hi EtsDriver

Thanks for your reply ,

Was thinking about that option , That will surely have better read/write endurance and speed but, do we have an SRAM Component in flowcode ?
by Alan_37
Sun Nov 13, 2016 11:53 am
Forum: Flowcode V7
Topic: 2 Micro SD Cards
Replies: 3
Views: 3245

2 Micro SD Cards

Hi

I need to add the second Micro SD Card in my project to use as Ram Disk but doing so the hex file increases from 31k to 48k
is there a way from flowcode to just change the SS pin and use only 1 SD component .

Thanks
by Alan_37
Tue Nov 08, 2016 1:23 pm
Forum: Bug reports
Topic: Strange Behavior
Replies: 3
Views: 3934

Re: Strange Behavior

Hi

I have worked around this problem , Please Delete / Move this tread if you feel this
is not a bug .

Thanks .
by Alan_37
Mon Nov 07, 2016 9:58 pm
Forum: Bug reports
Topic: Strange Behavior
Replies: 3
Views: 3934

Re: Strange Behavior

Hi Here is an update After spending several hours trying to find what is wrong , I found a more Advanced Serial monitor And now I can see that the output string really contains 7 characters, the 2 characters at the beginning of the string are causing the problem 0d 0a , please see attached Pic Accor...
by Alan_37
Sun Nov 06, 2016 6:47 pm
Forum: Feature requests
Topic: DiSEqC Communication Protocol ( Component )
Replies: 0
Views: 3426

DiSEqC Communication Protocol ( Component )

Hi

This would be a nice New Feature in Flowcode .

The DiSEqC system is a communication bus between satellite receivers and
satellite peripheral equipment, using only the existing coaxial cable.
by Alan_37
Sat Nov 05, 2016 9:38 pm
Forum: Bug reports
Topic: Strange Behavior
Replies: 3
Views: 3934

Strange Behavior

Hi I have been developing this Fat ( Miro-SD ) read and Execute from File stored on Micro sd , but at point I got stuck in this Problem which I think is a Bug . When I try to read and exec commands only the first 1 will run , After doing some investigation I found that the problem is in the String m...
by Alan_37
Thu Nov 03, 2016 12:01 pm
Forum: General Programming
Topic: Reading a specific line from a txt file
Replies: 2
Views: 3859

Re: Reading a specific line from a txt file

Hi Ben

Yes that is exactly what i need the only down side is that I have to repeatedly scan the file for every line
but i think it's the only way ,

So thanks for the idea will try it to day :)
by Alan_37
Thu Nov 03, 2016 8:36 am
Forum: General Programming
Topic: Reading a specific line from a txt file
Replies: 2
Views: 3859

Reading a specific line from a txt file

Hi , Is there a way to read a specific line in to a string from a text file which is saved on a Micro SD card . My aim is to have a list of specific commands that the program already accepts via rs232 , saved on a text file on a micro sd which the micro controller will read and execute line by line ...
by Alan_37
Thu Nov 03, 2016 7:27 am
Forum: Bug reports
Topic: FAT Component ( Micro SD )
Replies: 5
Views: 3946

Re: FAT Component ( Micro SD )

Hi Benj

You are right setting B0 to 1 before init fixes the Problem .

As for the 8gb SD must be one of those chinese fake or somthing , couse now i tried another one 16GB and worked fine .

Thanks for your support
by Alan_37
Wed Nov 02, 2016 2:11 pm
Forum: Bug reports
Topic: FAT Component ( Micro SD )
Replies: 5
Views: 3946

Re: FAT Component ( Micro SD )

Hi Benj Regarding the SD i have tried for format it to FAT,FAT16 AND FAT32 but no luck i even try to make a 2gb partition and format as fat32 but it dose not work. Regarding the slave select Pin a have used B7 which have an LED connected to it so i can see in software mode i can see it blinking , bu...
by Alan_37
Wed Nov 02, 2016 12:35 pm
Forum: Bug reports
Topic: FAT Component ( Micro SD )
Replies: 5
Views: 3946

FAT Component ( Micro SD )

Hi Just found a bug in this component , when using Channel 1 the micro controller hangs in the Initialize macro as if it had entered in a loop and will not exit until hardware reset . When using the same i/o ports but in software mode it works ok . I am using Arduino mega 2560 R3 also another thing ...
by Alan_37
Mon Sep 19, 2016 10:08 pm
Forum: Fixed bugs
Topic: AVR_CAL_PWM.c
Replies: 6
Views: 8810

Re: AVR_CAL_PWM.c

Hi Benj

Yes i Can confirm that the file AVR_CAL_IO.h Fixes the problem

Thanks

Alan
by Alan_37
Mon Sep 12, 2016 1:01 pm
Forum: Flowcode V7
Topic: Import Macro
Replies: 7
Views: 6179

Re: Import Macro

Hi Leigh OK so now I have an Answer to my question, Flowcode should Automatically use the same variable that is why the button has been removed OK. So No the variables are of the same type 100% sure , But i finally found what is causing this if in the main program the variables have an Initial Value...
by Alan_37
Sat Sep 10, 2016 9:56 pm
Forum: Fixed bugs
Topic: AVR_CAL_PWM.c
Replies: 6
Views: 8810

Re: AVR_CAL_PWM.c

Hi EtsDriver

Just tried to replace the file from that POST but it seems to be the same File in the
Last update so it dose not fix the problem . :(
by Alan_37
Sat Sep 10, 2016 12:28 pm
Forum: Fixed bugs
Topic: AVR_CAL_PWM.c
Replies: 6
Views: 8810

Re: AVR_CAL_PWM.c

Changing cal_pwm.fcpx with the old in the component folder will fix the problem .

But don't know why .
by Alan_37
Sat Sep 10, 2016 11:39 am
Forum: Fixed bugs
Topic: AVR_CAL_PWM.c
Replies: 6
Views: 8810

AVR_CAL_PWM.c

Hi

After making the last update I can't compile my project to hex , I am having these Errors
See Attachment .
by Alan_37
Fri Sep 09, 2016 6:59 pm
Forum: Flowcode V7
Topic: Import Macro
Replies: 7
Views: 6179

Re: Import Macro

It seems that no one wants to answer my question and it's not a complicated one !
by Alan_37
Fri Sep 09, 2016 10:45 am
Forum: Fixed bugs
Topic: Number TO Hex
Replies: 11
Views: 13087

Re: Number TO Hex

Hi Leigh

Yesss that Fixed it , please include this in the update .

Thanks very much .

Alan
by Alan_37
Thu Sep 08, 2016 6:14 pm
Forum: Fixed bugs
Topic: i2C BUG
Replies: 2
Views: 7163

Re: i2C BUG

Hi LeighM

Good to know of this Limitation , The device is Atmel Crypto Memory it's very complicated and I'm not surprised
that it's not compatible .

Thanks for your time .

Alan
by Alan_37
Tue Sep 06, 2016 3:30 pm
Forum: Fixed bugs
Topic: Number TO Hex
Replies: 11
Views: 13087

Re: Number TO Hex

Thanks medelec

But still no luck
by Alan_37
Tue Sep 06, 2016 3:05 pm
Forum: Fixed bugs
Topic: Number TO Hex
Replies: 11
Views: 13087

Re: Number TO Hex

Hi

I have overwritten the original file , can someone upload AVR_CAL_String.c please

Thanks in advance .