BASCOM-AVR : Print problem, Clear Serialout not accepted : REPLY
[quote:e879cb908e]I did not configure serial in my program; that goes "automatic" in the background by my chosen options/compiler (I think). [/quote:e879cb908e] The communications are set automatic :...
View ArticleBASCOM-AVR : Demo version and Xmegas : REPLY
yes search is your friend :-) the reason why xmega is/was not supported is that it is not a really hobby friendly chip : there is no PDIP. And since the interrupt vector table is big, it will eat up a...
View ArticleBASCOM-AVR : how to transfer a single number from a atmega8 to another vi :...
hello, how to transfer a single number from a atmega8 to another via spi? is it possible? My problem is , how to send a variable dim as single from a atmega to another and read it correct! thank you...
View ArticleBASCOM-AVR : xmega 32MHZ to 2MHZ switch alone : NEWTOPIC
Hi, With a XMEGA128D3 and Bascom application (2.07.03), without any reason (for me), the processor speed change from 32MHZ to 2MHZ :shock: , all is slower (around 12), display (LCD), sound, wait...
View ArticleBASCOM-AVR : Demo version and Xmegas : REPLY
Hi John, Welcome to the Bascom Forum! I'm still sitting at the airport. Mechanical failure delay for our plane. 6.5+ Hrs delay :( I was about to drive home and get my chip to take on the trip, now...
View ArticleBASCOM-AVR : xmega 32MHZ to 2MHZ switch alone : REPLY
Two thoughts: If the USART is working, then presumably the clock is still correct. If the clock changed then the baud rate would change and you would not be getting good data out of the the USART. So,...
View ArticleBASCOM-AVR : xmega 32MHZ to 2MHZ switch alone : REPLY
Ouupss, Data are not correct, my mitsake was there is buffer in Lantronix (just before crash ...) and the data displayed directly connection are wrong ... So all the clock change. There is only three...
View ArticleBASCOM-AVR : xmega 32MHZ to 2MHZ switch alone : REPLY
you mean to say that baud also changed? The register : Clk_ctrl can be checked. see the xmega manual. when writing this register, it is protected so i can not image that it would change. Maybe you can...
View ArticleBASCOM-AVR : Demo version and Xmegas : REPLY
the important list to have is the [INTLIST] if there is a problem, just specify the version and used processor. or post a small sample.
View ArticleBASCOM-AVR : how to transfer a single number from a atmega8 to another vi :...
sure it is possible. have a look at the spi master and slave sample. the only thing you need to do is to add some protocol so the data is synchronized. or you could use an additional pin for that.
View ArticleBASCOM-AVR : atmega325 i2c_twi.lbx compile errors : NEWTOPIC
I have seen a few earlier posts describing this problem but the solutions provided have not worked for me. Sorry if I missed anything. ATmega325 won't compile using $lib i2c_twi.lbx...
View ArticleBASCOM-AVR : atmega325 i2c_twi.lbx compile errors : REPLY
what makes you think this micro has TWI ? It does not have the TWI hardware. at least, i did not found the registers in the atmel definition files. This means that TWI commands/lib will not work.
View ArticleBASCOM-AVR : atmega325 i2c_twi.lbx compile errors : REPLY
The M325 doesn't have TWI, only USI.
View ArticleBASCOM-AVR : atmega325 i2c_twi.lbx compile errors : REPLY
I guess I didn't understand the difference :? Thanks for your help!
View ArticleBASCOM-AVR : atmega325 i2c_twi.lbx compile errors : REPLY
Maybe you can do something with this; http://www.roboternetz.de/community/threads/23988-USI-I2C-Master-Lib It's in German, but google translate can help you.
View ArticleBASCOM-AVR : Demo version and Xmegas : REPLY
Jay if you look at the AS6 screen shot I sent you of the int vectors you see that the locations are empty, that seems to be the case because the same locations are used by TCC0 which doesn't exist for...
View ArticleBASCOM-AVR : Demo version and Xmegas : REPLY
it is nice you send screen shots but i have no idea what you talk about. this is a public forum and the idea is that you can get help or other users, later in time, using the search option, can be...
View ArticleBASCOM-AVR : Print problem, Clear Serialout not accepted : REPLY
When working with new software , you have to be absolutely ABSOLUTELY [b:db9963ff49]ABSOLUTELY[/b:db9963ff49] certain the hardware works properly. And likewise the reverse, when you have new hardware,...
View ArticleBASCOM-AVR : Print problem, Clear Serialout not accepted : REPLY
[quote:b5338f5976="AdrianJ"] Then the question remains, how did the original inventors get the first computer to work :twisted:[/quote:b5338f5976] They were probably making a coffee machine and it...
View ArticleVarious : how to remove crystal from drop down menu : REPLY
Hi Paul, I was not aware of that, Yes I can see how many people would fight that one, including me. I have done one lCD project with an early at90s1200. I cannot remember now how but I did get the LCD...
View Article