Search found 414 matches
- Sun Sep 13, 2020 1:21 pm
- Forum: Software issues
- Topic: Pre-processor error
- Replies: 9
- Views: 12780
Re: Pre-processor error
Hello C_hater, - welcome to the group. A while back a new user asked for some general tips on getting going. I wrote a post to him, it is the sixth post on his topic https://www.coridium.us/forum/viewtopic.php?f=4&t=1395&p=4488&sid=14ddfd8dd64b2f77791179f3110e79fc#p4488 ' Hope you are having fun. th...
- Sun Aug 23, 2020 2:02 pm
- Forum: Software issues
- Topic: Callback clarificaton
- Replies: 2
- Views: 7231
Re: Callback clarificaton
Thank You, I had forgotten about the in's and out's of DIM to clarify for others: . CALL_1_ADDR = 0 'globally define a CALLBACK address . HAS to go before the other DIMmed Global Variables [if you have any that are DIM'd] . olzeke51 PS> Main: is obviously under the SUBs but before the re-assignment ...
- Fri Aug 21, 2020 9:16 pm
- Forum: Software issues
- Topic: Callback clarificaton
- Replies: 2
- Views: 7231
Callback clarificaton
I am having trouble with this statement in your on-line Help page for "GOSUB"
'
where is this in relationship to the Main: label ???
'
Thank you,
Olzeke51
'
PS. I had some earlier notes on 'callbacks program flow' that are now outdated.
Code: Select all
CALL_1_ADDR = 0 globally define a CALLBACK address
where is this in relationship to the Main: label ???
'
Thank you,
Olzeke51
'
PS. I had some earlier notes on 'callbacks program flow' that are now outdated.
- Wed Aug 12, 2020 9:56 pm
- Forum: Kitchen sink
- Topic: Documentation, broken link
- Replies: 63
- Views: 158173
Re: Documentation, broken link
Was perrusing the online HELP file for information on __ASM__ topic.
two bad links : 1) the 'ARM7thumb.pdf' isn't avail
and the 'forum' link is ???? [not related?] '
Olzeke51
two bad links : 1) the 'ARM7thumb.pdf' isn't avail
and the 'forum' link is ???? [not related?] '
Olzeke51
- Wed Aug 12, 2020 7:00 pm
- Forum: Software issues
- Topic: NXP Drivers
- Replies: 1
- Views: 5497
NXP Drivers
Hello BasicChip,
With the newer NXP chips using the builtin USB interfaces.....
Have you considered adding NXP drivers to the "Driver Install" option of BasicTools??
'
A thought
Gary Olzeke51
With the newer NXP chips using the builtin USB interfaces.....
Have you considered adding NXP drivers to the "Driver Install" option of BasicTools??
'
A thought
Gary Olzeke51
- Thu Aug 06, 2020 12:01 pm
- Forum: Software issues
- Topic: embedded FUNCTION/SUB
- Replies: 2
- Views: 6789
embedded FUNCTION/SUB
BasicChip - mornin' Ran into an issue with a FUNCTION(or a SUB) inside a SUB - is it legal?? "I was hoping to keep everything in the SUB task3 - so it could be transferred easily" ' the following statements would imply [to me] that it is possible ' Help File re: SUB says this" Code labels for goto/g...
- Wed Aug 05, 2020 6:55 pm
- Forum: Serial Communication
- Topic: USB vs. UART communication
- Replies: 6
- Views: 21035
Re: USB vs. UART communication
uhh, Is there a way to get input on the USB channel as if it was a serial uart? ? similar to RXD(x) ' CASE: LPC54005 dev board : wanted to use the USB connected to a PC as terminal printf will work for outgoing, I assume I need to use DEBUGIN stuff$ ..then parse it(if I have just numbers) but also w...
- Wed Jul 22, 2020 6:06 pm
- Forum: Software issues
- Topic: MakeItC_v12_3 - issue3?
- Replies: 7
- Views: 12033
Re: MakeItC_v12_3 - issue3?
so if .ino files are kind of history
should they be the default file-type to look for??
should they be the default file-type to look for??
- Wed Jul 22, 2020 6:05 pm
- Forum: Software issues
- Topic: MakeItC_v12_3 - issue3?
- Replies: 7
- Views: 12033
Re: MakeItC_v12_3 - issue3?
the file folder for examples IS NOT kept between restarts of MiC
still get the file permission issue on __errors. file
still get the file permission issue on __errors. file
- Wed Jul 22, 2020 3:24 pm
- Forum: Software issues
- Topic: MakeItC_v12_3 Issues 1 & 2 ??
- Replies: 3
- Views: 7675
MakeItC_v12_3 Issues 1 & 2 ??
Hello Basicchip, again loaded MiC a few days ago and just tried to run it today with a SuperPro on it Win& was slow to recognze the comport and I got this message when trying to load drivers Issue 1 - driver s MiC-drivers.gif ' tried to resolve issue 2 by de-selecting {Read ONly] in the top folder p...