Use the on-board potentiometer to Simulate an analog input,this input converted into a meaningful digital value in a microcontroller register, and use a group of LED to display this value.
标签: input potentiometer meaningful converted
上传时间: 2017-09-25
上传用户:iswlkje
A VHDL program to Simulate the behaviour of a device,
标签: behaviour Simulate program device
上传时间: 2017-09-26
上传用户:时代电子小智
这是Matlab实现的非常简单的数字信号调制仿真,用于Xilinx FPGA(ASK, BPSK, FSK, OOK, QPSK)
标签: Xilinx-FPGA-Matlab-Simulate
上传时间: 2013-07-15
上传用户:thh29
Abstract: We don't expect manufacturers to produce clothes that in one size that fits everyone. In thesame way, one ESD component can't solve all issues—each application has different ESD requirements.Knowing that "one size fits all" cannot apply to power design, the power designer, or the engineering"super hero," must consider all the potential disruptions to a steady flow of power and thenvarious waysto mitigate them. This tutorial describes voltage- and current-limiting devices and risetime reducers tomanage the power. It also points to free and low-cost software tools to help design lowpass filters, checkcapacitor self-resonance, and Simulate circuits.
上传时间: 2013-11-18
上传用户:zhouxuepeng1
This example shows how to update at regulate period the WWDG counter using theEarly Wakeup interrupt (EWI). The WWDG timeout is set to 262ms, refresh window set to 41h and the EWI isenabled. When the WWDG counter reaches 40h the EWI is generated and in the WWDGISR the counter is refreshed to prevent a WWDG reset and led connected to PC.07is toggled.The EXTI line9 is connected to PB.09 pin and configured to generate an interrupton falling edge.In the NVIC, EXTI line9 to 5 interrupt vector is enabled with priority equal to 0and the WWDG interrupt vector is enabled with priority equal to 1 (EXTI IT > WWDG IT). The EXTI Line9 will be used to Simulate a software failure: once the EXTI line9event occurs (by pressing Key push-button on EVAL board) the correspondent interruptis served, in the ISR the led connected to PC.07 is turned off and the EXTI line9pending bit is not cleared. So the CPU will execute indefinitely EXTI line9 ISR andthe WWDG ISR will never be entered(WWDG counter not updated). As result, when theWWDG counter falls to 3Fh the WWDG reset occurs.If the EXTI line9 event don抰 occurs the WWDG counter is indefinitely refreshed inthe WWDG ISR which prevent from WWDG reset. If the WWDG reset is generated, after resuming from reset a led connected to PC.06is turned on. In this example the system is clocked by the HSE(8MHz).
上传时间: 2013-11-11
上传用户:gundamwzc
* This a simple tool to send/receive UDP packet based on a * free software developed by Neil Deason. * The purpose of program is to Simulate a remote MGC So that the * SIP Message debugging/testing is possible.
标签: developed software receive simple
上传时间: 2014-12-06
上传用户:teddysha
NIST Net – A Linux-based Network Emulation Tool, It is a raw IP packet filter with many controllable channel parameters such as packet loss ratio, jitter, bandwidth variation, delay, and network buffer size. To Simulate different network environments
标签: controllable Linux-based Emulation Network
上传时间: 2014-01-26
上传用户:xauthu
this a Navier-Stokes equations solver. It support grids contains of multiple connected rectangles. So you can Simulate viscous flows in any complicated tubes
标签: Navier-Stokes rectangles equations connected
上传时间: 2013-12-09
上传用户:yuanyuan123
The MEASURE program uses the analog inputs of the P89LPC935 to implement a datalogger. This example shows how you can use signal functions in uVision to Simulate a signal coming into one of the analog inputs of the P89LPC935 controller.
标签: datalogger implement the MEASURE
上传时间: 2016-12-03
上传用户:songrui
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and Simulate in Modelsim. SDCC is the compiler. Example compilation: cd compile sdcc --iram-size 0x80 --xram-size 0x800 t8051.c REM sdcc --iram-size 0x80 t8051.c packihx t8051.ihx > t8051.hex ..\test\mkrom.exe ..\compile\t8051.hex
标签: binary compiles converts chain
上传时间: 2017-01-07
上传用户:wyc199288