Search found 12 matches

by Naoya
13 Oct 2008 04:10
Forum: mikroBasic Wish List
Topic: MD5 and BASE64
Replies: 0
Views: 3444

MD5 and BASE64

MD5 is (though weak..) necessary to mailcheck by APOP.
though BASE64 is more easier than MD5, I want it to be in library.

best regards
by Naoya
13 Jul 2008 11:30
Forum: mikroBasic Beta Testing
Topic: Config bits
Replies: 1
Views: 4568

Config bits

i found a problem in config bits editor.
in 16F and 12F series, they have only 14bits in config.
but mB ouputs 16bits if any checkboxes aren't on.
it cause error in programming to PIC.
by Naoya
21 Mar 2008 03:54
Forum: mikroBasic General
Topic: micro SD-card versus SD card
Replies: 3
Views: 1954

actually microSD aren't required to support SPI.
but, all my microSD cards support SPI, I use it by MultiMediaCardLib.
I guess many microSD supports SPI because we can use microSD as normal size SD by conversion adaptor.
by Naoya
11 Feb 2008 15:39
Forum: mikroBasic General
Topic: External Memory Bus on 18F8722
Replies: 0
Views: 1086

External Memory Bus on 18F8722

18F8722 can have external program memory up to 2MB, you know. for example, in microprocessor mode, 8722 only execute program in the external memory. programming to internal takes much time and it has life. 8722 has remarkable expandibility. lots of IO, USART, MSSP, etc... we want to many experiments...
by Naoya
21 Dec 2007 06:16
Forum: mikroBasic General
Topic: symbol precedence
Replies: 3
Views: 1759

I know there is a way to use function.
though function consumes stack, symbol does not...
although stacks are not short, would like not to consume it.
by Naoya
20 Dec 2007 11:34
Forum: mikroBasic General
Topic: symbol precedence
Replies: 3
Views: 1759

symbol precedence

I found problem(stilted?) about symbol. symbol calc = X/Y dim X as byte dim Y as byte dim res1 as byte dim res2 as byte main: X=10 Y=2 res1 = 20/calc res2 = 20/(calc) It calculates as following res1 = 1 res2 = 4 mB only replace "calc" to "X/Y" thus, res1=20/X/Y=1, res2=20/(X/Y)=4. Note that when you...
by Naoya
08 Dec 2007 14:04
Forum: mikroBasic General
Topic: SD/CF max size
Replies: 10
Views: 4499

I tested 2GB SD by MMC_Read_Sector of mikroBasic.
it works good. any sector is accessable.
* I did not test FAT library, only MMC_Init and Read_Sector.

ps. I found that Read_Sector may be missing(endless loop?) when ADC module is enable.

tested by PIC18F452
by Naoya
03 Nov 2007 02:45
Forum: mikroBasic General
Topic: SD/CF max size
Replies: 10
Views: 4499

wow, great!
thank you.
by Naoya
30 Oct 2007 15:21
Forum: mikroBasic General
Topic: SD/CF max size
Replies: 10
Views: 4499

maybe IDE needs 16bit I/O.
it's very very wonderful if mE support it on powerful PIC24, I think.
I'm looking forward to it, too.
by Naoya
27 Oct 2007 08:49
Forum: mikroBasic General
Topic: SD/CF max size
Replies: 10
Views: 4499

thank you very much.
I'll try it.

and, I've just known that CF has 3 modes.
PCCard(Memory mode/IO mode), True IDE mode.
I think if mB CF library supports True IDE it can control HDD.

correction, my first post
"SPI line pull down?" -> "SPI line pull up?"
by Naoya
26 Oct 2007 11:11
Forum: mikroBasic General
Topic: SD/CF max size
Replies: 10
Views: 4499

SD/CF max size

Thank you for early replying.

I will not do File Handling by mB FAT.
I want to know Max of MMC_Init/MMC_Read_Sector/MMC_Write_Sector.
also CF_Init etc ..
by Naoya
25 Oct 2007 13:47
Forum: mikroBasic General
Topic: SD/CF max size
Replies: 10
Views: 4499

SD/CF max size

Hi i'm Naoya. high school student in Japan. i'm going to make CF/SD experiment board using 18LF4620.(now it's design step) i worry about max size of CF/SD controled by mB library. i won't use FAT16 library. does control-lib(eg. Read/Write Sector) works for large size CF/SD? eg. 2G SD 4G SDHC 2G CF a...

Go to advanced search