BASCOM-AVR : how to save more power ? : REPLY
Hi , Thanks for your reply. I have just test to reset all bit in ADMUX register before go in powerdown mode, and it's little better. I have now 0,375mA. But it's still too high. My target is really to...
View ArticleBASCOM-AVR : how to save more power ? : REPLY
[quote:65630974bd="Vincent"]My target is really to be in 0,1mA or less if possible.[/quote:65630974bd] According the data sheet the µC itself consumes in power down not more than 10µA, so the 100µA is...
View ArticleBASCOM-AVR : how to save more power ? : REPLY
hi, Sorry, I really don't want to be not polite with her. I'm respectualy about everybody, and if it's seems that I'm not , then sorry because it's not my target. For the circuitry, I think that yes...
View ArticleBASCOM-AVR : how to save more power ? : REPLY
You need to disable the ADC completely when not using and enable it just before you want to take a sample. I'm not at work now, will post tomorrow some code how to.
View ArticleBASCOM-AVR : how to save more power ? : REPLY
Hi evert, Thanks for your reply. If you have a sample for COMPLETELY disable the ADC, then I think it will solve my problem, because I have try to set or reset a lot of byte in different registers,...
View ArticleBASCOM-AVR : Real time debugging using AVR STUDIO6 ? : REPLY
I reinstalled 6.1 (Repaired it in fact) Atmel Studio 6 (Version: 6.1.2562 - ) © 2013 Atmel Corp. All rights reserved. OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1 Platform: Win32NT But...
View ArticleBASCOM-AVR : Real time debugging using AVR STUDIO6 ? : REPLY
- the zip file ask for a pwd - which one does not work? - please notice that the local const is a special beta feature that will confuse forum members. so leave it out of the discussion here. this...
View ArticleBASCOM-AVR : how to save more power ? : REPLY
[quote:ef7b93c279="Vincent"]here the complet code of the project.[/quote:ef7b93c279] Hmm, that's not what I did ask for. The trick for a successful error-search is to reduce the code step by step to a...
View ArticleBASCOM-AVR : how to save more power ? : REPLY
Hi MWS, I understand you and your logic, but here I just ask if anybody know how to complet disable the ADC system before go in powerdown mode, because I'm sur that this high current in powerdown mode...
View ArticleBASCOM-AVR : (ask)how to output a 4bit each in 1 port : REPLY
ok sir. kim, my first try. Thank you.
View ArticleAVR-DOS : close statement in subroutine, not allowed ? : NEWTOPIC
Hi, I am unable to close a file in the subroutine. It gives compile error. 222 , I am using 2.0.7.6. And afterwords, can not open any other file , on its first line....
View ArticleBASCOM-AVR : how to save more power ? : REPLY
[quote:d7183adba2="Vincent"]if anybody know how to complet disable the ADC system before go in powerdown mode[/quote:d7183adba2] You would know it, if you have a look into the data sheet, there you...
View ArticleAVR-DOS : close statement in subroutine, not allowed ? : REPLY
I solved it on my own :D (after lot of head banging :-) It required config clock = user !!! Thanks to the description in error section.... Regards, Devidas
View ArticleBASCOM-AVR : Xmega TcD0 configuration results : NEWTOPIC
Currently moving a ATmega128 design to the ATxmega128a1 platform. Target hardware is Atmel's Xplained development board, new one, just purchased this month. Have access to standards in a...
View ArticleBASCOM-8051 : BASCOM 8051 compatibility : REPLY
Hello Mark, I sent you a support question about this KZS-66958-165, could you have a look at it please.
View ArticleBASCOM-AVR : Xmega TcD0 configuration results : REPLY
Its been a while since I looked at the Xmega's Timer/Counter, but a thought or two: On Mega and Tiny Timer/Counters one sets the Top to the "desired" Top - 1. The minus one accounts for roll over from...
View ArticleBASCOM-AVR : Xmega TcD0 configuration results : REPLY
JC, Thanks for the reply. Been reading the datasheet and APP Note #192 by MAK3. A lot of information to digest! What a powerful chip for $10. :) AVR1003 indicates that the clocks are 1%. With that...
View ArticleBASCOM-AVR : Xmega TcD0 configuration results : REPLY
Routed the system clock of 32MHZ to PortC.7 via [code:1:afa227df1b] config PORTC.7 = output PORTCFG_CLKEVOUT = 01 'output sysclk clock on PortC.7 [/code:1:afa227df1b] The results on the counter is...
View ArticleBASCOM-AVR : Xmega TcD0 configuration results : REPLY
I have also verified that the 32.768KHZ osc is running at 32.575KHZ, off as well. I tried calibrating the DFLL per App note #192 : [code:1:2ed6813c4a] Osc_dfllctrl = &B00000000 'The internal...
View ArticleBASCOM-AVR : measurement step in the ADXL345 : NEWTOPIC
I have a problem in measuring steps and distance at ADXL345 sensor, I do not have a reference for the measurement. if you can write a program for me? please i need help for my final project. This code...
View Article