Search found 414 matches

by olzeke51
Sat Jun 28, 2014 4:02 pm
Forum: Other Hardware interfaces
Topic: LPC812 eval pinout FYI
Replies: 4
Views: 17630

Re: LPC812 eval pinout FYI

pinout question;
the LPC812 UM says that the BOOT pin will change with the chip version 4C
see table 305, chapter 27 -- from PO0-1 to PO0-12
'
what version will be in the production run??
Thanks
by olzeke51
Fri Jun 27, 2014 4:16 pm
Forum: Kitchen sink
Topic: Documentation, broken link
Replies: 63
Views: 143555

Re: Documentation broken link

OFFLINE - help file - Search "HEX" - doesn't specify the " as string" in the example - online is okay re: HEX BOTH make this statement in the HEX description: This may also be used during debugging to change the default base to Hexadecimal, do this by typing just HEX on the line, opposite of DEC whe...
by olzeke51
Fri Jun 27, 2014 4:35 am
Forum: Kitchen sink
Topic: Documentation, broken link
Replies: 63
Views: 143555

Re: Documentation broken link

several more documentation issues ***** the code for explaining HEX fails Welcome to ARMbasic Kernel[8.33a] with Floating Point Copyright 2014, Coridium Corp. for LPC800 family DIM text(10) // from HEX text=HEX(4096) // from HEX ERROR 2: expected element(expression), found =HEX(4096) DIM stuff$(10) ...
by olzeke51
Fri Jun 27, 2014 3:45 am
Forum: Other Hardware interfaces
Topic: LPC812 eval pinout FYI
Replies: 4
Views: 17630

Re: LPC812 eval pinout FYI

I am considering using the 812 as an event logger. - I think I ran out of pins for my (mini)HVAC controller BUT I am missing IO(18) that the SuperPro uses to write to the SDcard. see pinout picture in FILEOPEN ' are there any config options somewhere?? File Operations does have this disclaimer "Othe...
by olzeke51
Wed Jun 25, 2014 4:36 am
Forum: Software issues
Topic: lpc 812 firmware version
Replies: 1
Views: 5925

lpc 812 firmware version

BasicTools.ini file doesn't have the latest kernel firmware version number in it. it shows 0832 instead of the experimental 0833 -- this is for the 812 eval chip my BasicBoard shows 0832 my 812 with your dongle shows 0832 seems like my 0833 didn't load- I reloaded the 833a.hex file with your dongle ...
by olzeke51
Wed Jun 18, 2014 4:27 pm
Forum: Software issues
Topic: BLINKY update for LPC812
Replies: 0
Views: 7902

BLINKY update for LPC812

Here is a modified 'BLINKY' Example file for the Basic SO-20/LPC812
You need to connect an LED to power(anode) and chip pin 9 (cathode-flat side)[pio0_10]
This is one of the two I2C pins that has no pullup on it.
Have fun!!
by olzeke51
Wed Jun 18, 2014 2:57 pm
Forum: Software issues
Topic: corrupted file - time killer
Replies: 7
Views: 12933

Re: corrupted file - time killer

can I get the shipped experimental firmware back -- at least it will run HWPWM8
and not give me a firmware error 0027 !!!

that's for the 812 aka Basic so-20

Thanks - olzeke51 - sorry for the interruptions
by olzeke51
Tue Jun 17, 2014 1:31 am
Forum: Software issues
Topic: corrupted file - time killer
Replies: 7
Views: 12933

Re: corrupted file - time killer

was a little hesitant to d/l the older firmware, so I tried the idLPC program to see what would happen. I got this from a CMD window in WinXP SP2: Directory of C:\Coridium\basic 10/25/2013 10:31 AM 45,211 idLPC.exe 1 File(s) 45,211 bytes 0 Dir(s) 20,018,073,600 bytes free C:\Coridium\basic>idlpc.exe...
by olzeke51
Mon Jun 16, 2014 5:16 am
Forum: Software issues
Topic: corrupted file - time killer
Replies: 7
Views: 12933

Re: corrupted file - time killer

Okay, I knew the file might be bad - apart from what you found. ' I started from scratch (with Crimson)- 24 lines of code so I created a simple Main: for/next loop with a type of CALL in it. I've used CALL label, gosub label, label and they all work in DEMO but to run it on the 812 -- ' ALL I ever g...
by olzeke51
Mon Jun 16, 2014 2:11 am
Forum: Software issues
Topic: corrupted file - time killer
Replies: 7
Views: 12933

Re: corrupted file - time killer

Yo, installed the new ARMBasic_933a
Demo mode pointed out the missing EndIF, I added it - came out clean
Ran the program on my 812 and all I got was

Ex and my <Stop> button was red

*****************************
had you run the program on your '812??? - kernel [8.32a]

Tnx