Search found 1053 matches
- Wed Jul 22, 2020 5:59 pm
- Forum: Software issues
- Topic: MakeItC_v12_3 Issues 1 & 2 ??
- Replies: 3
- Views: 5081
Re: MakeItC_v12_3 Issues 1 & 2 ??
Fixed the driver installer for MakeItC, the directory structure is different for it from BASIC or TclTerm
- Wed Jul 22, 2020 5:08 pm
- Forum: Software issues
- Topic: MakeItC_v12_3 Issues 1 & 2 ??
- Replies: 3
- Views: 5081
Re: MakeItC_v12_3 Issues 1 & 2 ??
I no longer have a working Win7 or Win8 machine so tough for me to test anything there.
- Wed Jul 22, 2020 5:07 pm
- Forum: Software issues
- Topic: MakeItC_v12_3 Issues 1 & 2 ??
- Replies: 3
- Views: 5081
Re: MakeItC_v12_3 Issues 1 & 2 ??
I've seen the Windows File manager get confused, when it happens to me, I close MakeItC and reopen it.
- Wed Jul 22, 2020 5:04 pm
- Forum: Software issues
- Topic: MakeItC_v12_3 - issue3?
- Replies: 7
- Views: 8330
Re: MakeItC_v12_3 - issue3?
Well the pointer to where examples and libraries can get reset for various reasons.
If you click on it you can navigate to the folder you want to use.
If you click on it you can navigate to the folder you want to use.
- Thu Jun 11, 2020 3:48 pm
- Forum: Software issues
- Topic: Runaway BASIC program
- Replies: 8
- Views: 11526
Re: Runaway BASIC program
The timeouts are such that you can always stop a running program by--- start BASICtools select the serial port for the offending device disconnect the offending device from the USB reconnect the offending device Select the serial port for the offending device in BASICtools, BASICtools will issue a b...
- Thu Jun 11, 2020 4:23 am
- Forum: Software issues
- Topic: MakeItC For Old ARMmite
- Replies: 2
- Views: 4747
Re: MakeItC For Old ARMmite
Here are some edits so HelloWorld.c compiles, links and runs -- not thoroughly tested
I will check them into the git repository and they will become part of a future release
I will check them into the git repository and they will become part of a future release
- Fri May 29, 2020 2:57 am
- Forum: Software issues
- Topic: MakeItC missing CPU??
- Replies: 1
- Views: 4151
Re: MakeItC missing CPU??
Not sure sketches work anymore. After a lot of effort, no one seemed to be using it. So we gave up testing on sketches.
But we use it all the time for C.
But we use it all the time for C.
- Sat May 02, 2020 2:18 am
- Forum: Software issues
- Topic: INTERRUPT(0)
- Replies: 1
- Views: 5466
Re: INTERRUPT(0)
The multitask timer should be switched off (I think there is an example of that in the original). INTERRUPT(0) turns of all interrupts controlled by the I bit in the CPSR of the ARM, and the systick interrupt So that would be a sledge hammer way to do it. I have no idea whether the ROM routine we ca...
- Sat May 02, 2020 2:04 am
- Forum: Projects
- Topic: ARM Stamp IO Test Program
- Replies: 1
- Views: 5670
Re: ARM Stamp IO Test Program
Thank you for that, I have a similar program, but I never tested those 2 pins that I usually use for a serial port.
- Sat May 02, 2020 2:02 am
- Forum: Kitchen sink
- Topic: Documentation, broken link
- Replies: 63
- Views: 133853
Re: Documentation, broken link
OK you win the prize for longest important un-noticed typo. Thanks for pointing that out. The schematic is correct
The STAMP_PINS.bas file should swap the 18 and 19
As well as the help file pin diagram, making the web help changes now, the others will take effect when I do a new setupBASIC.exe
The STAMP_PINS.bas file should swap the 18 and 19
As well as the help file pin diagram, making the web help changes now, the others will take effect when I do a new setupBASIC.exe