BASCOM-AVR : Timer resets after interrupt? : REPLY
Hi, What CPU are you using? What are scaler are you using for timer1? Do you see this on real Hardware or just the Simulator? Is you Hardware/Software/Frame stack large enough? Regards Ian Dobson
View ArticleBASCOM-AVR : Timer resets after interrupt? : REPLY
You need to give as some more info, clock speed, config timer, stack, cpu.
View ArticleBASCOM-AVR : A Byte copy command similar to Mid? : REPLY
- first of all, when having doubts of what is meant in the help : ask. it is the only way to clear it up and to improve it. [quote:995566b49f]What is meant by "increased"?? Does this mean "changed...
View ArticleShare your working BASCOM-AVR code here : Sorting Long variable type arrays :...
hi Paul thanks. when you have time, send a complete sample which can be compiled. i will include it with the samples.
View ArticleBASCOM-AVR : Errors in sample file "capture.bas" : NEWTOPIC
Hello dear reader, upon diving into the mysteries of timers once again, I loaded capture.bas from the sample files. The code explorer immediately showed 4 Errors, all in the "Config Timer1...." line....
View ArticleBASCOM-AVR : XMEGA External Christal not work in 2.0.7.7 : NEWTOPIC
I have use a christal with 8 MHz in Version 2.0.7.6. This code works fine. Now in Version 2.0.7.7 it's dont work. [code:1:3c746b0f7c]$crystal = 32000000 ' xmega128 is running on 32 MHz $regfile =...
View ArticleBASCOM-AVR : Errors in sample file "capture.bas" : REPLY
you can ignore these 'errors'. Please read what i wrote in the help. 'view code explorer' : In version 2.0.7.7 the code explorer is considered a beta functionality. and related to show errors :...
View ArticleBASCOM-AVR : XMEGA External Cristal not work in 2.0.7.7 : REPLY
when you change : Config Osc = Disabled to Config Osc = ENABLED it will work as before. In 2077 there is a check on the oscillator status bits that are enabled, but since the internal osc will return...
View ArticleBASCOM-AVR : Errors in sample file "capture.bas" : REPLY
Thank you for your prompt response Mark. I apologize for not having read the relevant text. Best regards Ernst
View ArticleBASCOM-AVR : XMEGA Timer and Port Config : NEWTOPIC
Hello, I'm in the midst of developing an small application and do not have a way to test the question below: Imagine the first Timer in PORTE is defined as a timer with an ISR:...
View ArticleBASCOM-AVR : Questions regardling Structures, overlays and arrays : NEWTOPIC
Hello all, I have a couple of questions to which I am hoping someone might be able to offer a suggestion. They are: 1. Multi-Dimensional arrays I am trying to create a multi-dimensional structure to...
View ArticleBASCOM-AVR : XMEGA Timer and Port Config : REPLY
dear enniom Yes you can use de i/o pin on porte for example general i/o regards Tiny
View ArticleBASCOM-AVR : 4D Systems Library : REPLY
Hello to all. does anyone have experience to convert a Arduino Library (C) to an Bascom-avr Library? I will to create a ViSi Genie (4D-Systems workshop) interface that use the on-board graphic chip...
View ArticleBASCOM-AVR : Questions regardling Structures, overlays and arrays : REPLY
1. Bascom knows basically only one-dimensional arrays. More dimensions have to be set up and handled by user code. The only two-dimensional built-in array I know, would be an array of strings. There...
View ArticleBASCOM-AVR : Questions regardling Structures, overlays and arrays : REPLY
just want to add that in the next release arrays can have multiple dimensions like a(1,2,3,4,5).
View ArticleBASCOM-AVR : 1wire on extended port not working : REPLY
Is planned any update of current HELP and WIKI with this info ? ... and LIB to download - becouse in my lates 2-0-7-7 instalation lib is missing :-(
View ArticleBASCOM-AVR : SPI slave IRQ doesn't work : NEWTOPIC
Hello everybody, I want to connect 2 atMega168 using SPI. I've connected GND and PB3..5 pins (MOSI/MOSI/SCK) directly (no cross over!). I took the sample code for the slave, but the slave will never...
View Article