AVR : ATmega32m1 : REPLY
Hello Mark I could not source a plug but purchased a cable as above. Then a SN65HVD230-32 TRANSCEIVER from DigiKey. I have not progressed far, the compiler does not like the CANIT interrupt for the...
View ArticleBASCOM-AVR : DAC unnecessary : REPLY
A timely discussion for me. My current project uses a mega8 and I have had two failures, unexplained until now. I now discover that I have AREF tied to VCC and in Bascom I Configed the Reference to...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
This might be a good time to say 'goodbye' to the parallel port programmer and go to USB. You can get a USB programmer on ebay for less than $8 USD. Search for AVR ASP or USB ISP... The US programmer...
View ArticleBASCOM-AVR : Using mega328p to read data off SPI bus of a older motorola :...
Iv got a project that requires me to read the SPI data that an older motorola 68HC11 microcontroller sends to a shift register. I want to use a mega328p to read this data. Im not sure how to go about...
View ArticleBASCOM-AVR : Using mega328p to read data off SPI bus of a older motorola : REPLY
Are you trying to first read the data that is sent to see what it is? Yes the AVR should be able to talk to the 6800. What is the part number of the shift register, you never know what books people...
View ArticleBASCOM-AVR : Using mega328p to read data off SPI bus of a older motorola : REPLY
The shift register has 2 sets of numbers on it the first is: +B 8842 and the second is: 944N29
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[quote:e6efa92c8b="albertsm"]- i still do not see which version you use - try the regs_SPI.bas from the W5100 folder. - what kind of hardware do you use? what kind of programmer? - double check all...
View ArticleBASCOM-AVR : What is the easy way to measure frequency with ATMega8 : NEWTOPIC
Hello all, I am interested to measure frequency with ATMega8. I have read the help file, and there is no command/function for this. Please let me know if there is any library. If it is needed to write...
View ArticleAVR : ATmega32m1 : REPLY
i ordered 2 plugs. one from china and one from the US. now i need to wait. for the canint you need to use : CAN_INT I changed it because canint was a constant used by atmel. it is visible in the dat...
View ArticleAVR : ATmega32m1 : REPLY
Tapping into my cars CAN was an old idea/wish. When Elektor asked me to write an article i spend some time diving into it. I then wrote the CAN lib based on the atmel chips with CAN interface. Since...
View ArticleBASCOM-AVR : Using mega328p to read data off SPI bus of a older motorola : REPLY
Ok from the Motorola numbering its a micro-controller otp/eeprom memory, 44 pins, SOIC package does this describe the package?
View ArticleBASCOM-AVR : What is the easy way to measure frequency with ATMega8 : REPLY
This might help you to start off. Regards Paul [code:1:b65db9c312] = ' Basic Frequency Counter V1.0 '============================================================================== $regfile =...
View ArticleBASCOM-AVR : What is the easy way to measure frequency with ATMega8 : REPLY
Thanks a lot :)! I shall try it on ATMega8.
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[quote:eea01af5e8="albertsm"]you use a very old version. it does not even support the W5100 so there are no samples too. better update.[/quote:eea01af5e8] Ok i downloaded demo and use this code:...
View ArticleBASCOM-AVR : What is the easy way to measure frequency with ATMega8 : REPLY
I have tested it with ATMega8, and it worked excellent. Thanks again Paulvk.
View ArticleBASCOM-AVR : Translating C code to Bascom-AVR : NEWTOPIC
Hello all, I am not good in C language, and there are many examples in C. I try to understand or convert the code. For now can someone please tell me how to convert/translate C bit operation to...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
Mark yes the PCI card driver was installed and Device Mgr says "This device is working properly" . I am not familar with tvicport driver at all, how do I check to see if it is running? I searched my...
View ArticleBASCOM-AVR : Bug when using more than 64k Flash on ATMega 1284P : NEWTOPIC
I may have found a strange bug, when more than 64k of the flash in an ATMega 1284P is used. Look at the attached program, which is an excerpt of a very long program but where the bug already shows up....
View ArticleBASCOM-AVR : Bug when using more than 64k Flash on ATMega 1284P : REPLY
Hi, Sounds like a bug in Bascom with handling of rampz. Do you see the same problem on real hardware? Regards Ian Dobson
View ArticleBASCOM-AVR : Locating Subroutine in Hex file : NEWTOPIC
I have an Interrupt Service Routine set up in my program: On InterXYZ ISRxyz Saveall Where InterXYZ is the interrupt and ISRxyz is the Subroutine to be called when the ISR fires. I would like to look...
View Article