Search found 1033 matches
- Sat Mar 06, 2021 3:47 pm
- Forum: Software issues
- Topic: ARMbasic not running in a win32 enviorment
- Replies: 4
- Views: 1478
Re: ARMbasic not running in a win32 enviorment
The proper way to install BASICtools on a 32 bit system now is to 1 - download and run normal setupBASIC.exe https://www.coridium.us/files/setupBASIC.exe 2 - Open the desktop icon that is installed (right click on Properties) icons.jpg 3 - Change the Target value from BASICtools.exe to BASICtools32....
- Fri Mar 05, 2021 11:48 pm
- Forum: Your first forum
- Topic: Drivers Win7 for LPC11U37 "kickstarter version"
- Replies: 46
- Views: 64859
Re: Drivers Win7 for LPC11U37 "kickstarter version"
Chris ran into the same issue on the micro:bit and resolved Win7 64 as --- The recent version of the Coridium ARM compiler, BasicTools, installed smoothly on my Win7 64 bit laptop. However, Win7 is noted for not having built-in USB to serial drivers. I went on a fruitless search to get details of ho...
- Wed Mar 03, 2021 5:43 pm
- Forum: Kitchen sink
- Topic: PCB_PINSEL3 issue
- Replies: 1
- Views: 371
Re: PCB_PINSEL3 issue
You are using some very old firmware 8.08 integer BASIC from 2011, 8.25 from 2013 I sent you that latest SuperPRO firmware from 2018, no changes since then. Make sure you are using the latest BASICtools. You copy that firmware into the \Program Files (x86)\Coridium directory BASICtools will have an ...
- Thu Feb 18, 2021 5:00 pm
- Forum: Future products
- Topic: wireless LCD
- Replies: 5
- Views: 15794
Re: wireless LCD
We've updated this project with an LPC812. Character LCDs have become plentiful and inexpensive. Some use an I2C I/O expander, but that is relatively slow to control as every byte access requires 6 operations. An LPC812 can be used to implement a serial interface with a higher level commands. This o...
- Tue Feb 02, 2021 11:39 pm
- Forum: Projects
- Topic: 79000 LED Controller Board
- Replies: 12
- Views: 8237
Re: 79000 LED Controller Board
That file was a couple posts before in this thread. Looks like you bought a version from the store too
But here is that link again
download/file.php?id=521&sid=9cc5dd072a ... dccef8a8e9
But here is that link again
download/file.php?id=521&sid=9cc5dd072a ... dccef8a8e9
- Tue Feb 02, 2021 9:38 pm
- Forum: Projects
- Topic: 79000 LED Controller Board
- Replies: 12
- Views: 8237
Re: 79000 LED Controller Board
Hi James- I published the firmware for the LPC1114 above, it does not matter which package it is in. Just copy that firmware .hex file into the same directory as BASICtools. BASICtools looks for them to install on a blank NXP device as long as you connect serial data lines, reset and boot pin. Yes t...
- Tue Feb 02, 2021 6:10 pm
- Forum: Projects
- Topic: 79000 LED Controller Board
- Replies: 12
- Views: 8237
Re: 79000 LED Controller Board
Hi James, thanks for posting. NXP discontinued the LPC1114 in DIP28 format, but as you know it is available in TSSOP-28. We have not seen enough demand to build a board around it, having switched to the LPC11U37 as our entry level product the ARMstamp https://www.coridium.us/coridium/shop/boards/bd0...
- Sat Nov 28, 2020 6:08 am
- Forum: Kitchen sink
- Topic: ProStart I/Os are scrambled
- Replies: 4
- Views: 1257
Re: ProStart I/Os are scrambled
Sorry for the mixup Ron, I should use a bigger pen when marking BAD, we keep them around for other experimentation, though really it's very few.
I'll send out a couple replacements next week.
I'll send out a couple replacements next week.
- Thu Nov 26, 2020 2:07 am
- Forum: Kitchen sink
- Topic: ProStart I/Os are scrambled
- Replies: 4
- Views: 1257
Re: ProStart I/Os are scrambled
Hi Ron- Does the welcome message say it is for the BASICchip? I am wondering if a board in stock had the wrong firmware or an older version. It should report 8.40b as the version. Here is that firmware, which you can load by copying into the directory where BASICtools is (usually /Program Files (x86...
- Mon Oct 19, 2020 2:44 pm
- Forum: Software issues
- Topic: ARMbasic problem to read/write DAC registers
- Replies: 6
- Views: 1857
Re: ARMbasic problem to read/write DAC registers
I've updated the library in the installer for the SAMD21, as well as the SAMD21_timer example. There is a way you might have seen this. One option in BASICtools is to show the pre-processor output, which loads that into your editor. It would have shown - directvalue = RD_HALF(*&H4200401A) ' note the...