EASY TCP/IP : Porting from m644p to m128... Or what I'm doing wrong? : NEWTOPIC
Hello everybody! I'm tying to port program from ATmega644p to ATmega128. RTC PCF8583 is working fine. LCD handling also. 8) But I cannot work nether with RFID nor with Ethernet. ](*,) I attached my...
View ArticleEASY TCP/IP : Porting from m644p to m128... Or what I'm doing wrong? : REPLY
Hello Peter These are too small for this program $hwstack = 32 $swstack = 10 $framesize = 40 The program makes use of locals which come from there if you look at my webserver blog you will see how...
View ArticleBASCOM-AVR Old versions : [Ask] What's up with this program, direct active ?...
[quote:6671d36dc8="amirf"]your program list : $regfile = "m8535.dat" $crystal = 12000000 $baud = 19200 $hwstack = 32 $swstack = 10 $framesize = 40 Config Pina.0 = Input Config Pina.1 = Input Config...
View ArticleEASY TCP/IP : Porting from m644p to m128... Or what I'm doing wrong? : REPLY
[quote:299ae882d8="Paulvk"] These are too small for this program $hwstack = 32 $swstack = 10 $framesize = 40 [/quote:299ae882d8] Thank you, Paul. I've rise the values of these attributes... And it...
View ArticleEASY TCP/IP : Porting from m644p to m128... Or what I'm doing wrong? : REPLY
It is good that you have it working. Have a look at my program in particular the many comments I have made there is a great deal of information about the ENC28J60 , the way it wants to be connected...
View ArticleBASCOM-AVR : LCD not working with ATmega32m1 : REPLY
Thanks. Any help is appreciated. Regards Larry
View ArticleBASCOM-AVR : RTTY decode? : REPLY
Should be pretty easy as long as you use a newer micro that has the capability of using a 5 bit usart. Decode the AFSK to digital levels (using perhaps an XR2211 or similar - eg Cmos 4046) and feed...
View ArticleBASCOM-AVR : LCD not working with ATmega32m1 : REPLY
Tested your code a bit. Added stack and end statement, moved CLS into the start of the loop and eliminated the com related setup and print. Works OK in the simulator. The problem seems to be the...
View ArticleAVR : Loader firmware via serial port : REPLY
In fact lacks a simple engine to create your booting. Examples are all based on the "mcs bootloader", to make their own, have a lot to clean/remove from the code is not correct, but because loader...
View ArticleAVR : Loader firmware via serial port : REPLY
maybe it will help you actually have a look at the samples. there are already asm samples which do not use the mcs bootloader. and these samples are just a sample to give you an idea what you can do....
View ArticleEASY TCP/IP : Porting from m644p to m128... Or what I'm doing wrong? : REPLY
Dear, Paul Thanks a lot for help:) Just one question: Is it possible to work with EM4095 RFID Reader on ATmega128 either? I worked with EM4095 RFID Reader on ATmega644P (on evolution board) using...
View ArticleShare your working BASCOM-AVR code here : AVR CAN BUS : NEWTOPIC
I am new to the CAN BUS and tried the BASCOM CAN bus test program for a start . I get the following compile error : Error : 117 Line : 23 Unknown interrupt [CANIT] , in File :...
View ArticleBASCOM-AVR : waitus question : NEWTOPIC
Hello, I found that using waitus with a variable gives bad results. version 2.0.7.6 I hope there is a easy fix. Here is my test code. [code:1:c3bd9ec6eb]'We should see 1000us pulses on ports C.0, C.1...
View ArticleBASCOM-AVR : WS2811/2812 LED strip & Assembler code : REPLY
Hi People, I have run into another issue, when trying to drive a led strip the led runs up to position 85 or so, no light up after that despite higher addressing of number of IC variable (see code)...
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
you loaded an old sample. and you probably did not perform the update properly because CANIT is named CAN_INT. It was renamed because CANIT is a constant defined by atmel. the (new) samples are...
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
Hi Sorry for posting in wrong topic. I had problems to log in and never noticed I was in wrong section. Thanks for info and help but still do not understand why the same wrong - old - code is then...
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
The CAN code and article was made for Elektor almost a year ago. But it takes time till it is published. It is also published in different languages and at different dates. Elektor can not help it....
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
HI Ok - cool - I understand . I changed the line in the m32can.dat file from : INTname18=CANIT,$024,CANGIE.ENIT,CANGIT.CANIT to : INTname18=CAN_INT,$024,CANGIE.ENIT,CANGIT.CAN_INT and I do not get any...
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
you should not need to change the dat when you use 2076! In 2076 CAN_INT is used. So something is not right with your update.
View ArticleBASCOM-AVR : Hardware uart config serial buffer size : NEWTOPIC
Hi, I am writing a data logger which should collect about 2 kybte data from the first hardware uart and then transmit it via the second hardware uart to a GPRS modem. Enough SRAM is available on...
View Article