12 Threads found on edaboard.com: High Frequency Processor
You'll first check for pwm pulses of suitable frequency and pulse width at processor output.
I see a number of circuit faults:
- using high side instead of low side driver channel without a reason
- resistor values R1, R5, R6 inappropriate
- D4 reversed
Without annotation of all supply voltages, e.g. Va, the circuit isn't readable.
Power Electronics :: 09-10-2016 08:48 :: FvM :: Replies: 5 :: Views: 540
thanks for the comment slutarius. in fact I want to test my pcb, I am not sure that my pcb works correctly at high frequency.
do have any idea?
So the issue is different from what you started.
I have nothing to say about PCB here. Sorry.
PLD, SPLD, GAL, CPLD, FPGA Design :: 07-27-2016 00:58 :: slutarius :: Replies: 6 :: Views: 960
Yes, We should help you by guessing your code ? Zip and post the complete project files and mention which compiler you are using and what is the clock frequency. Flame sensor modules from ebay give a digital out. It either gives low or high when flame (IR) is detected. You have to connect flame sensor output to INT0 pin and write external interrupt
Microcontrollers :: 04-23-2015 10:45 :: milan.rajik :: Replies: 5 :: Views: 844
What is the MINIMUM frequency? If it's close to DC, your transformer approach won't work, and you'll have to look at using a high-voltage amplifier. But assuming you can use a transformer and don't want to use a processor, you could use a digital potentiometer to set your voltage level. They make simple, pushbutton-controlled digital pots. (...)
Professional Hardware and Electronics Design :: 02-27-2015 19:11 :: barry :: Replies: 12 :: Views: 979
When you are taking about micro controller u need check the max handling capability of the device...
What is ur application?It seems your application is not for high speed and using 400MHz will be over design.Select the adc based on ur application and processor interface from adc...
Analog Integrated Circuit (IC) Design, Layout and Fabrication :: 06-28-2013 10:14 :: sivamani :: Replies: 7 :: Views: 992
Duty cycles can be measured with input capture unit by determing both low and high period, but only within the timing resolution given by the processor clock. Duty cycle infomation at 1 MHz will be respectivly coarse.
Outputs of ATmega are exclusively digital (0/1), so I wonder how you want to output the duty cycle by a single pin?
Microcontrollers :: 03-04-2013 09:06 :: FvM :: Replies: 5 :: Views: 1238
In an MPU with a supply voltage range of 3.3 to 5 volts I want to use the output of a switch mode chip that has a ripple of about a volt within that range to provide the supply voltage. Datasheets are silent on the allowable ripple, both magnitude & frequency. Texas Instruments says that's not a parameter they quote. Any ideas on deciding the allow
Embedded Linux and Real-Time Operating Systems (RTOS) :: 08-08-2011 23:30 :: jbrydon :: Replies: 2 :: Views: 992
It should make the writeable ins of PORT A all go high and stay high.
I suspect the problem isn't in the code you posted but in the configuration fuses. You haven't given us any information on what they are set to. Also bear in mind that if you are simply swapping one processor for the other, the maximum clock frequency (...)
Microcontrollers :: 08-05-2011 16:22 :: betwixt :: Replies: 10 :: Views: 2440
Mostly temperature rise.
Maximum power is dissipated while switching, the higher the frequency, the more power used. Called switching loses.
high speed processors like the Arm have low core voltages to reduce the power dissipated while switching.
Embedded Linux and Real-Time Operating Systems (RTOS) :: 03-10-2010 07:14 :: btbass :: Replies: 6 :: Views: 2197
Reading some book on "PCB design on high frequency" may be helpful to you. Just search it in this forum.
Elementary Electronic Questions :: 09-14-2007 06:28 :: xysafety :: Replies: 4 :: Views: 961
Normally, many processor architectures use this method to double the input clock.
For this design, PCB may supply the low clock, and core can run with high clock.
welcome to discuss this point.
Microcontrollers :: 02-07-2006 12:08 :: AlexWan :: Replies: 3 :: Views: 2426
Hi,
Yes this is enough, the frequency on this output is not a very high. But if you want to measure the speed of fan, the better choice is using the internal timer as counter, and count this impulse for the fixed period. In this case you no need to dating every impulse.
Hobby Circuits and Small Projects Problems :: 01-05-2006 01:29 :: Tohu :: Replies: 7 :: Views: 9758