Search found 394 matches
- Tue Nov 27, 2018 1:52 am
- Forum: Software issues
- Topic: TIMER writing // LPC824
- Replies: 1
- Views: 5709
TIMER writing // LPC824
Was checking some time for subroutines, attempted to reset your TIMER by writing to it. [Your online Help says it can be written to] It does not appear to start at the value given it - but at ?? (zero?) Program delays seem to effect WAITMICRO(x) also. Here is my code: (Timer=8000 or 18000) temp =TIM...
- Mon Nov 26, 2018 10:01 pm
- Forum: Software issues
- Topic: MakeItC bare-metal Recovery
- Replies: 1
- Views: 5884
MakeItC bare-metal Recovery
UH, I ran the 'hello world.c' example as it was presented [I did put my name in there!!] ' PROBLEM is .. I wasn't paying attention to the 'onBasic' #def !!! so ended up with the bare-metal program. Works - 'cept I can't get it to stop / cleared -- so I can load another program. ' the <Stop> and <Res...
- Tue Nov 20, 2018 12:53 am
- Forum: Software issues
- Topic: First Run Only Trigger?
- Replies: 3
- Views: 7128
Re: First Run Only Trigger?
this might be a way to gen a first run flag.
? a long way around ????
Olzeke51
? a long way around ????
Olzeke51
- Fri Nov 16, 2018 11:34 pm
- Forum: Software issues
- Topic: Arrays of strings
- Replies: 3
- Views: 6124
Re: Arrays of strings
I think the closest you can get is a CONST bytearrayname , and use a multiplier on the error status index to get into the array. Kind of like the old-style flat file database. There is wasted space in memory unless you make them all the same size. ' You might be able to use the PARAMARRAY to hold AD...
- Thu Nov 15, 2018 12:05 pm
- Forum: Software issues
- Topic: OUT() in ARMbasic [9.37m]
- Replies: 2
- Views: 6547
Re: OUT() in ARMbasic [9.37m]
RESOLVED......
'
the pin configuration needs to be in the 'Main:' routine .... NOT before it.
'
FWIW - a 'label:' routine needs a RETURN , not an ENDSUB to close it out......
'
Shouldn't have taken summer off (for gardening) from programming.
This shot a hole in my afternoon!!!
Gary Z
'
the pin configuration needs to be in the 'Main:' routine .... NOT before it.
'
FWIW - a 'label:' routine needs a RETURN , not an ENDSUB to close it out......
'
Shouldn't have taken summer off (for gardening) from programming.
This shot a hole in my afternoon!!!
Gary Z
- Thu Nov 15, 2018 2:01 am
- Forum: Software issues
- Topic: OUT() in ARMbasic [9.37m]
- Replies: 2
- Views: 6547
OUT() in ARMbasic [9.37m]
Trying to use the DIP800 in an OEM pcb. Ran into problems with control signals not toggling. ' 1)Loading and running this short program indicates that OUT() doesn't work UNTIL IO() has run !!! dim x, p ' '' I/O RUNS thru (28) 'These are the AD0 - AD7 (add/data) pins OUTPUT(16) 'GREEN LED OUTPUT(17) ...
- Mon Nov 12, 2018 7:54 pm
- Forum: Projects
- Topic: LPC800-DIP
- Replies: 9
- Views: 14020
Re: LPC800-DIP
OOPs -- pin 1 and 10 are also duplicated on the 800DIP
this is the RXD info to the USB (or serial)
'
will edit my original post on pin usage also
this is the RXD info to the USB (or serial)
'
will edit my original post on pin usage also
- Mon Nov 12, 2018 7:17 pm
- Forum: Projects
- Topic: LPC800-DIP
- Replies: 9
- Views: 14020
Re: LPC800-DIP
starting an LPC800-dip project for reuse of some 8051 boards. -- more when I get further down the road. BUT..... here are some further updates for using the 800-DIP:::: need to load the latest SiLabs CP210x VCP driver https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-...
- Mon Sep 10, 2018 7:34 pm
- Forum: Other Hardware interfaces
- Topic: OEM driver use for on-chip peripherals
- Replies: 4
- Views: 9039
Re: OEM driver use for on-chip peripherals
So......
[this doesn't offer any help]
So...
I am not the only one to attempt to take C/C++ and translate to ARMBasic !!!
'
I tried to do it with the LCD routines of some of the Adafruit devices. Lost my steam....
Olzeke
[this doesn't offer any help]
So...

'
I tried to do it with the LCD routines of some of the Adafruit devices. Lost my steam....
Olzeke
- Sat Jul 28, 2018 9:16 pm
- Forum: Serial Communication
- Topic: 115.2 Kbaud on SuperPRO
- Replies: 3
- Views: 7959
Re: 115.2 Kbaud on SuperPRO
Thanks for the update
Gary
Gary