Search found 12 matches
- Mon Oct 05, 2020 4:24 am
- Forum: Software issues
- Topic: Runaway BASIC program
- Replies: 12
- Views: 15644
Re: Runaway BASIC program
The following are excerpts and results of emails with ‘basicchip’. Problem: Runaway BASIC program causes chip to lockup (can’t re-program). “Tried the Runaway Program procedure provided in the Forum, keep getting Com Port Unavailable Error (maybe I wasn't fast enough). But did stumble on something t...
- Sat May 02, 2020 12:23 am
- Forum: Kitchen sink
- Topic: Documentation, broken link
- Replies: 63
- Views: 154421
Re: Documentation, broken link
ARM Stamp Doc issue: As of the ARMbasic.chm version downloaded on 4/18/20, the 'LPC11U37 Details' page shows: Pin J1-1, SOUT, IO(18), SP16 Pin J1-2, SIN, IO(19), SP17 The IO#'s are not consistent with the schematic or the LPC11U37 user's manual. SOUT connects to a TXD output of the LPC11U37, IO(19) ...
- Fri May 01, 2020 3:56 am
- Forum: Projects
- Topic: ARM Stamp IO Spreadsheet and Notes
- Replies: 0
- Views: 9572
ARM Stamp IO Spreadsheet and Notes
Attached is an Excel-97 spreadsheet (and a PDF version) that defines the pinout of the ARM Stamp. It includes Func/Names, SPxx numbers, Port numbers, IO( ) numbers, AD( ) numbers, and notes for each pin, as well as general notes, that pull together details from various sources. A good place to start...
- Fri May 01, 2020 3:34 am
- Forum: Projects
- Topic: ARM Stamp IO Test Program
- Replies: 1
- Views: 7386
ARM Stamp IO Test Program
The attached program will quickly test the IO lines on the ARM Stamp. To use the program, follow the prompts to select a full connector test, a single line test, a serial SOUT/SIN test, an AD test, or options to see/change the values of the IO Configuration Registers. The full connector tests genera...
- Sun Jun 04, 2017 2:41 am
- Forum: Projects
- Topic: DataLogger-IO-8.37-Spreadsheet
- Replies: 1
- Views: 17683
DataLogger-IO-8.37-Spreadsheet
Attached is an Excel-97 spreadsheet (and a PDF version) that defines the pins on most of the connectors on the DataLogger, a good place to start for any DataLogger project, includes both old and new connector numbers. Spreadsheet shows which IO require Firmware 8.37 to work correctly. See also "Data...
- Sun May 28, 2017 6:05 am
- Forum: Software issues
- Topic: Datalogger IO Issue
- Replies: 14
- Views: 27131
Re: Datalogger IO Issue
My initial testing also looks good, thanks for the help.
- Thu May 25, 2017 10:49 pm
- Forum: Projects
- Topic: SuperPro-IO Spreadsheet & Connector Layout
- Replies: 0
- Views: 19008
SuperPro-IO Spreadsheet & Connector Layout
Attached is an Excel-97 spreadsheet that defines the pins on most of the connectors on the SuperPro, a good place to start for any SuperPro project. A PDF version is also provided. Correction: 8/7/20, spreadsheet shows DAC on J2-3, should be J2-2 ( P0.26) Attached is an easy to read .GIF file of a S...
- Tue May 23, 2017 2:49 am
- Forum: Projects
- Topic: SuperPro IO Test Program
- Replies: 0
- Views: 18770
SuperPro IO Test Program
SuperPro IO Test Program The attached program will quickly test all the digital IO lines by driving the 8 outputs on a selected connector with 8 different test signals. The IO is grouped into 6 connectors with 8 IO on J10, J12, J13, J14, and J15; and 6 IO on J9. The program generates 1 pulse per mse...
- Fri May 19, 2017 12:27 am
- Forum: Software issues
- Topic: Datalogger IO Issue
- Replies: 14
- Views: 27131
Re: Datalogger IO Issue
Serial Saga, Still have no luck getting TXD2 and TXD3 to work. Looking at the registers before starting the program and again at the "END" (before Reset, or Stop), can see the Function change for TXD1 from 0x.D0 (GPIO) to 0x.41 (Serial), and then back to 0x.D0 (GPIO) after Reset, as expected. Doing ...
- Thu May 18, 2017 2:50 am
- Forum: Software issues
- Topic: Datalogger IO Issue
- Replies: 14
- Views: 27131
Re: Datalogger IO Issue
Good news, the DOA board lives. You were right, it just needed some firmware, thanks. Using what you provided, I dug into the NPX manual and the LPC43xx.bas file to fix 8 more IO. The register programming is shown below: * &H40086184 = &HD4 ' IOCON pin mux for P3_1 * &H40086188 = &HD4 ' " P3_2 * &H4...