Search found 6 matches
- Tue Nov 05, 2013 8:24 pm
- Forum: Kitchen sink
- Topic: EINT2 interrupt hangs
- Replies: 9
- Views: 24981
Re: EINT2 interrupt hangs
Okay, SimpleTest.bas now works using my recent version of BASICtools. I would never have thought to look at the "Help" menu for setting a library. That sort of configuration option seems to me to belong in "Options" or "Tools." I hope this issue is closed for now. When I get some time, I plan to swi...
- Mon Nov 04, 2013 3:09 pm
- Forum: Kitchen sink
- Topic: EINT2 interrupt hangs
- Replies: 9
- Views: 24981
Re: EINT2 interrupt hangs
The older version of BASICtools I have is identified as "ARMbasic[7.43g] on the PC" and "BASICtools[5.2]". It runs my SimpleTest.bas correctly. I am using my newest ARMmite board with the 7.43 firmware installed. My newer version of BASICtools identifies itself as "ARMbasic[8.27d] on the PC" and "BA...
- Mon Nov 04, 2013 12:08 pm
- Forum: Kitchen sink
- Topic: EINT2 interrupt hangs
- Replies: 9
- Views: 24981
Re: EINT2 interrupt hangs
One more question. I find that the newer version of BASICtools I downloaded recently gives errors now that I've loaded the old 0743 firmware. I have lost my setupBASIC.exe installer for my older BASICtools version. Where can I find basicSETUP.exe for a version of BASICtools that is consistent with t...
- Sun Nov 03, 2013 8:28 pm
- Forum: Kitchen sink
- Topic: EINT2 interrupt hangs
- Replies: 9
- Views: 24981
Re: EINT2 interrupt hangs
Loading the 0743 firmware did indeed fix my problem. Are you no longer using the "ARMmite" name? The product list calls it simply "ARM7 microcontroller." If for some reason I wanted to restore the microprocessor to its original firmware, where would I find that file? BTW, would using C instead of BA...
- Sun Nov 03, 2013 12:32 pm
- Forum: Kitchen sink
- Topic: EINT2 interrupt hangs
- Replies: 9
- Views: 24981
Re: EINT2 interrupt hangs
Are you saying that the FP version has no way to handle interrupts or that they simply have to be handled some new way?
The inclusion of documentation about interrupts in http://www.coridium.us/ARMhelp/index.ht ... ePins.html suggests that the ARM7 devices still do interrupts.
The inclusion of documentation about interrupts in http://www.coridium.us/ARMhelp/index.ht ... ePins.html suggests that the ARM7 devices still do interrupts.
- Sat Nov 02, 2013 11:32 pm
- Forum: Kitchen sink
- Topic: EINT2 interrupt hangs
- Replies: 9
- Views: 24981
EINT2 interrupt hangs
I just bought a new ARMmite from Coridium. The new ARMmite runs a "Hello World" test just fine. It hangs when EINT2 (IO15) is brought low the first time. The code simply ceases to execute. Here is the test code. -------------------------------------------------------------------------- 'Interrupt Te...