Share your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
Still not working?! Error:202 Line 22 .EQU not found, probably using functions that are not supported by the selected chip (RAMPZ)
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
I don't have this LCD to check. Try this library.
View ArticleBASCOM-AVR : EEPROM : REPLY
Hi NE5660, The EEprom only gets written once, A=3 Your program will loop forever, as "B" never gets incremented. Can't really see any point to the loop unless you were attempting testing to see if the...
View ArticleBASCOM Project Blog : Building a Webserver with a Wiznet W5100 : REPLY
Now with some pages for the SD card that show the variables loaded from the settings file. There is basic.cgi and home.cgi you can change the user and password with the basic.cgi the other buttons are...
View ArticleBASCOM-AVR : EEPROM : REPLY
HI ,THANKS ALOT FOR YOUR REPLAY IT IS EXAMPLE.I WANT KNOW IF I CAN WRITE EEPROM VARIABLE FOR MORE THAN 100000 TIMES
View ArticleBASCOM-AVR : EEPROM : REPLY
HI,H AM SORRY.I FORGOT INCREASE B DIM A AS ERAM BYTE,B AS LONG B=0 DO A=3 WAITMS 5 INCR B LOOP UNTIL B=100000 END I WANT TO KNOW,CAN I WRITE MOR THAN 100000 IN EEPROM VARIABLE SUCH AS A?
View ArticleBASCOM-AVR : EEPROM : REPLY
No, because you leave the loop after 100.000 cycles! There is no real difference compared to your first post, all aswers apply the same. I guess you need to save values in cade of a powerdown?
View ArticleBASCOM-AVR : EEPROM : REPLY
Hi, I've done tests and in my tests the AVR eeprom lasted atleast 150K writes. I used code similar to this: [code:1:f5af3c0d58] dim A as byte dim B as Byte dim w as dword do incr B incr w Writeeeprom...
View ArticleBASCOM-AVR : Help with PCINT10 on ATMEGA324a : NEWTOPIC
Hello all, I am porting code from an ATMEGA325 to an ATMEGA324a. I am having trouble getting the PCINT10 interrupt to fire. This is the code used: [code:1:7b201ca3b0] 'Read the FFIT Output from the...
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
Hello everyone, I'm trying to use MrShilov's Nokia library glcd-Nokia3310.lib as found on the very first post of this thread with a XMEGA192A3. I find that the characters displayed on the screen are...
View ArticleBASCOM-AVR : Help with PCINT10 on ATMEGA324a : REPLY
What is "PCINT" in Bascom? Possible interrupts here http://wiki.mcselec.com/bavr/ENABLE Maybe INT1 is what You looking for. I think "PCINT" is only on the schematic
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
I test glcd-Nokia3310.lib on AT90USB1286 (RAM>64k)- it works properly. With XMEGA still not tested.
View ArticleBASCOM-AVR : Help with PCINT10 on ATMEGA324a : REPLY
No [b:d085923c3f]EDC[/b:d085923c3f] [b:d085923c3f]TSEYFARTH [/b:d085923c3f] is asking about [b:d085923c3f]P[/b:d085923c3f]in [b:d085923c3f]C[/b:d085923c3f]hange [b:d085923c3f]I[/b:d085923c3f]nterrupt
View ArticleBASCOM-AVR : Help with PCINT10 on ATMEGA324a : REPLY
Sometimes i wrote something and then think :roll: In this case maybe config is needed http://wiki.mcselec.com/bavr/CONFIG_INTX
View ArticleBASCOM-AVR : GETADC(9) on mega32u4 : REPLY
wow getadc(33) works....!!!! very thanks for the help.... :) Gabriel
View ArticleBASCOM-AVR : Help with PCINT10 on ATMEGA324a : REPLY
[quote:4a3c8c09fd="TSEYFARTH"]Can anyone see what I did wrong?[/quote:4a3c8c09fd] As always you should have provided a compilable sample, as then the potential helper don't has to create it. Imho this...
View ArticleBASCOM-AVR : Help with PCINT10 on ATMEGA324a : REPLY
Hello MWS. I apologize. I had gotten the problem fixed last night and did not update the post here. The code I posted worked perfectly, something else was getting in the ways. I do thank you for your...
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
As a follow-up, I've attached a screen shot of the Nokia 5510 to show how the characters are not correct. Maybe someone more familiar with assembler can determine why with XMEGA the lookup function...
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
Can you attach source of this example?
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
As you requested, I have attached the sample you included in the first post of this thread - with modifications to run on XMEGA. Thanks for your help.
View Article