Announcement
Collapse
No announcement yet.
Search Result
Collapse
18 results in 0.0133 seconds.
Keywords
Members
Tags
-
Notice: variable 'oKB' is being indexed
How do I get rid of the 63 notices when compiling KBROUTINES.INC like "Notice: variable 'oKB' is being indexed"
-
SPI Speed given in Diablo16 internal functions R2.0 wrong
The stated clock speed in SPIx_I NIT() is actually 1/2 the actual clock speed. I finally found the reason for flaky SPI communications, I was exceeding...
-
I don't think it is exceeding the RAM available.
The message says:
No errors, code size = 29020 bytes out of 32750 total
Initial RAM...
Leave a comment:
-
Yes of course I understand the scenario you explained above, but that is not what is happening. I can see from on the on-screen message that it is saving...
Leave a comment:
-
Run from RAM not working
What would prevent the code from running from RAM when it is clearly downloading it to RAM as seen via the screen message, but after it resets the display...
-
I am using a gen4-uLCD-43DT SB.
If I try and run the following code. I will not get any sound. If you look at the signals w/ a scope you will see...
Leave a comment:
-
snd_Freq() and AUIO_ENABLE
I'm trying to control the AUDIO_ENABLE pin manually using pin_HI(AUDIO_ENABLE) and pin_LO(AUDIO_ENABLE) prior to and after the call to snd_Freq(x,y) and...
-
4D-UPA Schematic wrong
I have confirmed that the TX and RX signals out of the CP2104 shown on page 7 of the 4D-UPA datasheet are backwards. I wonder how a board made from this...
-
I noticed that you are using a 2N7002 FET instead of a bipolar transistor MMBT3904 in the DTR reset circuit. I wonder if that is causing the problem since...
Leave a comment:
-
How to get spi1_WriteBlock to send bytes not words
I'm trying to use spi1_WriteBlock like so:
var txPacket[20];
txPacket[0] := 1;
txPacket[1] := 2;
txPacket[2] :=...
-
Touch Calibration Tool in Visi
I'm using the Gen4-uLCD-43DT in portrait mode (Which is actually incorrectly shown reversed from the portrait-R) and I'm finding that buttons on the bottom...
Leave a comment: