BASCOM-AVR : High current in powerdown mode. Why? : REPLY
if you want the poweruse back to 1,5µA then 18µA is MUCH.
View ArticleBASCOM-AVR : High current in powerdown mode. Why? : REPLY
[quote:14035c5358="Evert :-)"]if you want the poweruse back to 1,5µA then 18µA is MUCH.[/quote:14035c5358] The TO looks for a whooping 2330µA and if BOD should be "much" in this context, I simply...
View ArticleBASCOM-AVR : High current in powerdown mode. Why? : REPLY
I have had 100nF bypass caps go leaky and pass several mA, also very temperature dependent.
View ArticleBASCOM-AVR : sample code for xmega adc : REPLY
thank you. it is a good link but i can not register in website,because i dont know german language and i can not answer security question. if any one can register me,thanks a lot. my email:...
View ArticleBASCOM-AVR : XMEGA Signature Row : NEWTOPIC
Hi the other day I saw a bascom code to read the xmega signature row, but am not able to find back to it. Is there someone who can please help me :-) Øyvind...
View ArticleBASCOM-AVR : XMEGA Signature Row : REPLY
Hi After a little braintwist i found it at bascom-forum.de Thanks anyway :-)
View ArticleBASCOM-ARDUINO : removing bootloader TIP. : NEWTOPIC
Just a little tip - if you remove the bootloader and go down the ISP road...... make sure you change the reset vector fuse bit to $0000 :oops: took me three days to figure this out, thought I had...
View ArticleBASCOM-AVR : put a eram variable to a specific address : NEWTOPIC
Hello, what had to happen happened ... I made an error in my program, I had to write my eram variable only 2 times a year. I did it every second and reading the memory location has become false :evil:...
View ArticleBASCOM-AVR : put a eram variable to a specific address : REPLY
Unlikely. If you wrote the EEProm once every second, it must have been 28 days of continous run, till 100k writes are done. Furthermore, 100k writes is the guaranteed count, afaik the EEProm was...
View ArticleBASCOM-AVR Old versions : AVR-DOS + Clock DS1307 = Problem : NEWTOPIC
Hi All, I have a strange problem My device: Atmega128 + DS1307 + SD/MMC I want read file from SD-cart and read time from DS1307 Config Clock = User ' User = DS1307 Open "1.wav" For Binary As #3...
View ArticleBASCOM-AVR Old versions : AVR-DOS + Clock DS1307 = Problem : REPLY
When You configure Clock = Soft then automatically variables _sec, _min .._hour and subs are created. This is like hidden but accesable. For example You can "Lcd _sec" and this compile without error...
View ArticleBASCOM-AVR : BCC : REPLY
hello, what is your problem ? this sensor seems to be a photodiode+phototransistor so you can use ADC functions, you find help with the help of bascom. Her you find held for precise question not for a...
View ArticleBASCOM-AVR : Wrong ADC reading : REPLY
When reading an ADC pin, do you have to configure the pin as an input and turn off the pullup, or is this done for you in the getadc(xxx) command? The help does not show the pin being configured, but...
View ArticleBASCOM-AVR : pins and ports again : NEWTOPIC
[code:1:a700dcc4fc] 'this works Testpb Alias PinA.2 Config Testpb = Input 'test push button porta.2 = 1 ' Pullup On 'This does not work. the pullup fails to turn on Testpb Alias PinA.2 Config Testpb =...
View ArticleBASCOM-AVR : pins and ports again : REPLY
And what exactly is your question? Why things don't work, if done wrong?
View ArticleBASCOM-AVR : pins and ports again : REPLY
And a good morning to you ludwig. There is no question. My point is it is an easy mistake to make and the help does not help. I spent some time trying to debug this, and thought it might help someone...
View ArticleBASCOM-AVR : pins and ports again : REPLY
but why you think it will not work? do you understand that if you write : Testpb = 1 , you actually write to PINA.2 ? And not PORTA.2 ? Some processors have the option that when you write to PIN, it...
View ArticleBASCOM-AVR : pins and ports again : REPLY
The help does not help? Should it help against your coding errors? When you make a mistake , it is easy to make, but sure there is the help to blame.
View Article