Search found 414 matches

by olzeke51
Sun Jun 08, 2014 10:54 pm
Forum: Future products
Topic: ARMBasic added function
Replies: 5
Views: 20796

Re: ARMBasic added function

Okay, but it still reported that it was flashing the device, did it??
"Programming Flash 0812..."

My progrram didn't have any user output or debugging in it.

OR is it only programmed when you get this:
Programming Flash 0812...
ARMbasic[9.32c] on the PC Copyright 2014, Coridium Corp.
*+*+
by olzeke51
Sun Jun 08, 2014 5:29 pm
Forum: Kitchen sink
Topic: crimson editor version
Replies: 4
Views: 11841

Re: crimson editor version

Well, I downloaded NetBeans-C/C++ version and installed it. Got hung up on some of the settings I just do casual/basic type of programming (DOS , a little of this/that) so I was somewhat overwhelmed by all the options and settings that are needed. was having trouble answering some of the ?? about pa...
by olzeke51
Sun Jun 08, 2014 4:58 am
Forum: Future products
Topic: software update and getting ready for mbed
Replies: 5
Views: 20936

Re: software update and getting ready for mbed

pn is programmer's notepad and it is installed with the arduino set of tools my arduino (as well as Coridium) is installed in c:\ !!! NOT "Program Files\...." so that default came from ???? did someone else (?Michael) use pn.exe?? perhaps during evaluation or a minor repair ?? You know - that might ...
by olzeke51
Sun Jun 08, 2014 3:19 am
Forum: Future products
Topic: software update and getting ready for mbed
Replies: 5
Views: 20936

Re: software update and getting ready for mbed

FYI with no USB connected device it asks about the FTDI,Teensy, mbed usb -- I answer no/none then it reports can't find COM86 - it used to say COM9 !!!! * * * * * * * * * * * I forgot to select my editor when I first ran the new update and it did report :: couldn't execute "C:\PROGRA~1\PROGRA~1\pn.e...
by olzeke51
Sun Jun 08, 2014 3:04 am
Forum: Software issues
Topic: Basic -DEMO Mode - call PEEK message
Replies: 1
Views: 5403

Basic -DEMO Mode - call PEEK message

Setup: no usb, therefore it defaults to DEMO Load a program - no errors when I run the program that accesses some of the LPC812 registers I get some extra messages : Executing on the PC... 0 call PEEK( 40024000 ) <----extra call PEEK( 40024000 ) <----extra 40024000 value out of range 40024000 ... Fi...
by olzeke51
Sat Jun 07, 2014 4:17 am
Forum: Future products
Topic: ARMBasic added function
Replies: 5
Views: 20796

Re: ARMBasic added function

thanks for the info -- __ASM__ doesn't show up in the help.chm file (Search tab) - I found it online in the basicchip doc I overlooked CALL in the SUB information - (using the 'search' tab - CALL isn't explicitly defined) - I tend to use this alot vice index tab or 'KEYWORDS' it shows up in the cont...
by olzeke51
Sat Jun 07, 2014 3:47 am
Forum: Software issues
Topic: lpc812 ACMP routines
Replies: 9
Views: 17519

Re: lpc812 ACMP routines

from what I remember: demo the code (no usb - making sure it would compile) connected usb run - same message display as in demo mode - ie no effect exited ARMB usb still plugged in (had a previous program in chip - HWPWM8.bas - led showed toggle on the 3 outputs) started up ARMB (I think I did some ...
by olzeke51
Fri Jun 06, 2014 3:21 pm
Forum: Power Issues
Topic: LPC812 - on board power availability
Replies: 1
Views: 12999

LPC812 - on board power availability

I was evaluating the 812 tssop20 5v from the usb dongle is zener'd (I assume - there is a diode on the pcb) down to approx 3.1v. I connected an LED VSS to VDD and the voltage dropped about 150mv or so The LED was drawing approx 3.6ma (per my Harbor Freight/Centec DMM) what power is available - consi...
by olzeke51
Fri Jun 06, 2014 2:08 pm
Forum: Future products
Topic: ARMBasic added function
Replies: 5
Views: 20796

ARMBasic added function

Yo' with the LPC8xx series, they have a boot rom API that has routines for several built in peripherals . DO the other chips have this API available? Is there a way to CALL them ?? I2C is one I had in mind - but it requires a buffer pointer to be passed to it (along with other variables), I figure t...
by olzeke51
Fri Jun 06, 2014 1:25 am
Forum: Software issues
Topic: lpc812 ACMP routines
Replies: 9
Views: 17519

lpc812 ACMP routines

ACMP03.bas Hey , it works !!! my programmin is a little rusty (so are my fingers!) ran in DEMO okay connected the eval chip - but didn't connect my analog inputs - they are just floating got this error - so took a screen dump of it. is it serious?? have done several "resets" and reload files and it...