Share your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
Fantje, vse deluje OK! Hvala!
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
[b:adfefbf4d4]enniom[/b:adfefbf4d4], I talk about source for included photo. I think about corrupted font & not corrected string addressing. For this source needed photo to see how it works.
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
Yes, MrShilov, the files included in my post are the complete source code that produced the effect shown on the photograph.
View ArticleBASCOM-AVR : Problem Including Bootloader Code in Application Program : NEWTOPIC
I want to include a compiled bootloader code in to an application program. This allows factory programming of both in one go as oppose to programming a bootloader and then bootloading the application...
View ArticleBASCOM-AVR : Problem Including Bootloader Code in Application Program : REPLY
you need to add : ! .ORG $the WORD address of the loader 'put the $Inc here
View ArticleBASCOM-AVR : Inconsistency with Left() : NEWTOPIC
I have inconsistent results with Left((buffer , 4) it works with the If Then but partly with the Select Case Below if in the Case statement I do as I have in the If Then I do not get to the Print...
View ArticleBASCOM-AVR : Problem Including Bootloader Code in Application Program : REPLY
Thank you for your help Mark. Unfortunately, it didn't quite work. While the compiler placed the bootloader code at the right address, it also placed a lot of data, including application program...
View ArticleBASCOM-AVR : Problem Including Bootloader Code in Application Program : REPLY
Did you use the [b:afa0466e2f]$LOADERSIZE[/b:afa0466e2f] option in your main program?
View ArticleBASCOM-AVR : Problem Including Bootloader Code in Application Program : REPLY
Just tried using $LoaderSize in main program but it made no difference. It's not the error that's the problem as the compiler still generates HEX and BIN files. It's the fact that the compiler stores...
View ArticleBASCOM-AVR : Problem Including Bootloader Code in Application Program : REPLY
please post an example that works for you with atmega. (with all files). and also a sample for xmega. the inc file can be rubbish, and the main program can be minimal, but i need some real code to...
View ArticleBASCOM-AVR : Inconsistency with Left() : REPLY
please post some code that can be checked. CASE works different compared to IF since CASE only loads the address once. But when you include a function, i suspect the pointer is changed.
View ArticleShare your working BASCOM-AVR code here : Using the 23S17 as portexpander :...
Hallo allemaal. Voor een woordklokje waarvan ik het idee van Ben's Hobbycorner heb geleend en de software trouwens ook grotendeels, heb ik zelf een ontwerp gemaakt op basis van een ATMega1284P. Met te...
View ArticleShare your working BASCOM-AVR code here : LCD menu with UI designer : REPLY
This is realy an amazing application! Sadly I don't understand how to use it yet... I would like to create a menu structure with several layers which can write values, call functions while being...
View ArticleShare your working BASCOM-AVR code here : Using the 23S17 as portexpander :...
Hello Kees, thank you for taking the time to document and share with us. It is very clear. A nice chip indeed.
View ArticleShare your working BASCOM-AVR code here : Using the 23S17 as portexpander :...
With the PCB Kees made, the finished clock looks like this [img:f46eaaab9f]http://members.home.nl/hobbycorner/images/klok_front.jpg[/img:f46eaaab9f]...
View ArticleShare your working BASCOM-AVR code here : Using the 23S17 as portexpander :...
ha, i just found a great surprise email which i answered 1 minute ago :-) really great guys! And blue happen to be my favorite color, but i guess you knew that?
View ArticleBASCOM-AVR : Inconsistency with Left() : REPLY
This may not be a solution, but I found that its safer to parse incoming strings using INSTR rather than LEFT or MID functions. Then leading junk on the string is ignored, rather than causing a false...
View ArticleBASCOM-AVR : Inconsistency with Left() : REPLY
Hello Mark , Adrian Mark it was first a question if I was using the select case correctly before I tried to make some smaller code sample but with this web-server code nothing is small I will try to...
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
Some further research finds that that Mr. Mark Alberts commented: [quote:0c50a8dfda]These are registers R21 and R22. The xmega can not linear address these registers. But you can use bascom SETREG...
View ArticleBASCOM-AVR : ATXMEGA USART problem : NEWTOPIC
Hi, What is wrong on this code: ??? [code:1:bd92cf5f4e]' ********************************************************** $regfile = "xm32E5def.dat" $crystal = 32000000 Config Osc = Enabled , 32mhzosc =...
View Article