BASCOM-AVR : Garden automat : REPLY
When values of variables do strange non constant things it is often due to not enough ram being allocated to the stack try allocating a little more. Regards Paul
View ArticleBASCOM-AVR : DAC unnecessary : REPLY
When you give advice for something, maybe you should read the datasheet. Here is your opportunity to do so. QUOTE from the datasheet: 'The ADC has a separate analog supply voltage pin, AVCC. AVCC must...
View ArticleBASCOM-AVR : Garden automat : REPLY
Hello, Where can i find something about allocating RAM ?
View ArticleBASCOM-AVR : Garden automat : REPLY
In the help under "memory usage" very long explanation. Regards Paul
View ArticleAVR-DOS : Update Program from Card : REPLY
Hello, I have shrink the bootloader. Delete a few writeeprom lines that not comes with the bootloader, and it compile fine 99% again With sd card of 256kb it works great but not with 4gb sd card. It...
View ArticleBASCOM-AVR : Garden automat : REPLY
I tried change HW, SW stack and Framesize with no result. I do not know where is problem.
View ArticleBASCOM-AVR : Garden automat : REPLY
[quote:8180242081]If I disable interrupt, Valve's value is right one digit[/quote:8180242081] I don't see any irq routine, so i can't say anything about that. You only draw now the new value of valve...
View ArticleBASCOM-AVR : Garden automat : REPLY
Evert :-), super. Thanks a lot. Lcdat 4, 48, " " solved my problem. My stack values [code:1:7727e3f4c1] $hwstack = 80 $swstack = 100 $framesize = 80 [/code:1:7727e3f4c1]
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[quote:a17dd0f705="albertsm"]please compile the sample and attach a ZIP file with the rpt, err and bas files. the problem you have is not possible with the shown sample.[/quote:a17dd0f705] Ok, here is...
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[quote:a589624e32="albertsm"]you forgot to include the rpt file.[/quote:a589624e32] I can't find the file. In options -> output i have set Error file. But in folder were is program saved file with...
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
you need to enable report files : options, compiler, output
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[quote:3331b1382b="albertsm"]you need to enable report files : options, compiler, output[/quote:3331b1382b] Ok, i did it.
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
still no rpt. i have no more time, sorry.
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[quote:b5b424d29c="albertsm"]still no rpt. i have no more time, sorry.[/quote:b5b424d29c] :( but there is no file with this suffix! I have selected in output all options, but after compile there is no...
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[quote:05037e3045="albertsm"]still no rpt. i have no more time, sorry.[/quote:05037e3045] Please!! Have you any suggets?
View ArticleBASCOM-AVR : call sub in interrupt : NEWTOPIC
$regfile = "xm256A3def.dat" $crystal = 32000000 $hwstack = 1024 $swstack = 1024 $framesize = 1024 Const Pda_pcb_ver = 2 Config Submode = New 'first enable the osc of your choice Config Osc = Enabled ,...
View Article