欧美成人免费电影,国产欧美一区二区三区精品酒店,精品国产a毛片,色网在线免费观看

參數資料
型號: 30770
廠商: Dresden Elektronik
文件頁數: 51/74頁
文件大小: 2001K
描述: SET DERFNODE FOR AVR HOUSING
標準包裝: 1
User Manual
Version 1.1
2011-07-15
 
  deRFnode and deRFgateway
 
 
 
 
dresden elektronik
ingenieurtechnik gmbh
Enno-Heidebroek-Str. 12
12 7 Dr
n
rm  n
Tel.: +49 351  31 85 00
Fax: +49 351  3 18 50 10
wireless@dresden-elektronik.de
www. r
n- l k r nik.
Page 51 of 56
 
individual pull-ups. Be careful to left out the Pins connected to the transceiver or the USB
FIFO, as otherwise you would reactivate the devices powered down before (see above).
(9) Disable any unnecessary MCU-internal device. This includes running timers, transceivers
(UART, DBGU, TWI, SPI, native USB), ADC, watchdog.
On AVR MCUs, this may be achieved by writing to the Power Reduction Registers, like:
  #include <avr/power.h> 
  PRR0 = (1<// disable Timer 0 
or using existing functions from power.h, such as power_timer1_disable().
On ARM MCUs the equivalent function call is PMC_DisablePeripheral(id) from pe-
ripheral/pmc/pmc.c where the peripheral IDs are to be found in the At91SAM7X-
datasheet.     If     you     desire     to     switch     off     all     devices     at     once,
PMC_DisableAllPeripherals() will do that.
The watchdog is configured slightly different. On AVR MCUs use:
  #include <avr/wdt.h> 
  wdt_disable(); 
respective WD_Disable() from peripheral/wdt/wd.c on ARM MCUs.
If using native USB on ARM MCUs, the USB transceiver is disabled by invoking
UDP_DisableTransceiver() from usb/device/core/USBD_UDP.c.
(10)    Disable BOD:
Slight improvements may be achived by disabling the Brown-out-detection feature. On
ARM MCUs, the GPNVM Bit0 has to be cleared by writing to the internal flash memory:
  EFC_PerformCommand(AT91C_BASE_EFC0, AT91C_MC_FCMD_CLR_GP_NVM,  
  AT91C_MC_GPNVM0); 
 
On AVR MCUs this is done by clearing the BODLEVEL bits (2:0) in the Fuse Low Byte.
(11)    Slow down the MCU clock:
This differs depending on the radio module used. When it is deRFmega128 series based,
simply put the MCU to sleep mode by writing to the sleep mode control register followed
by executing the sleep instruction.
  #include <avr/io.h>          // MCU register definitions  
  #include <avr/sleep.h> 
  SMCR = (1<// go into power down mode
  sleep_cpu(); // execute sleep instruction 
 
If using an ARM based MCU, the AT91Lib usb-device-massstorage-project example pro-
vides functions for switching the MCU main clock back to 32kHz.
For waking up the device again you may e.g. leave a timer running or configure a exter-
nal interrupt trigger. The steps to be performed after wakeup include simplified the re-
verse procedure as described above, especially reinitialization of internal devices that
have been powered down.
If you bought a deRFdevelopment kit, the Kit-CD includes a deRFnative example which
demonstrates low-power modes.
相關PDF資料
PDF描述
3700BL15B100E BALUN CERAMIC CHIP WIMAX 3.7GHZ
4000BL14U100T BALUN CERAMIC CHIP UWB 4GHZ
4391-93 ATTENUATOR BNC MALE/FMALE 93 OHM
4432-T-B1 B 915 KIT DEV TEST EZRADIOPRO SI4432
5250AT43A200E ANTENNA CHIP 5.25GHZ WIFI
相關代理商/技術參數
參數描述
3077-0-00-01-00-00-33-0 制造商:Mill-Max Mfg Corp 功能描述:
30770001 制造商: 功能描述: 制造商:undefined 功能描述:
3077-0-00-15-00-00030 制造商:Mill-Max Mfg Corp 功能描述:3077 DOUBLE TAIL HEADER PIN
307706 制造商:Weidmuller 功能描述:WBP-1/2IN NPT,STOPPING PLUG, -EA - Bulk
307707 制造商:Weidmuller 功能描述:WBP-3/4IN NPT,STOPPING PLUG, -EA - Bulk
主站蜘蛛池模板: 万源市| 志丹县| 剑河县| 友谊县| 博爱县| 荥经县| 商河县| 诏安县| 霸州市| 怀柔区| 泸溪县| 泗阳县| 榆林市| 新建县| 凤冈县| 即墨市| 弥渡县| 泗阳县| 开封市| 马公市| 仙居县| 百色市| 和田市| 遵化市| 横峰县| 尼玛县| 宁晋县| 饶阳县| 河西区| 垣曲县| 房产| 马公市| 高要市| 舞阳县| 叙永县| 崇仁县| 黄龙县| 淮北市| 聂荣县| 永定县| 象州县|