mega328 includes? @Sparky85 wrote:
I assumed it would be in the usual default location like all the others at: C:\Atmel\AVR Tools\AvrAssembler\Appnotes
How did you determine this was a "default...
Monday, 8 October 2018 - 18:57
Maximum PWM Frequency possible with Xmega ? Can some one show me an example calculation if I want to generate 10Khz of PWM, what values do I need to change ?
As myself and others have already stated, the first thing you...
Maximum PWM Frequency possible with Xmega ? I now know that if I change the value "120" in "tc_write_cc(&TCC0, TC_CCA, 120); ". I get 125Khz in the output.
What i still dont understand is the calculation. what...
Thursday, 27 September 2018 - 17:53
Maximum PWM Frequency possible with Xmega ?
tc_awex_set_dti_both(&AWEXC, 10);
tc_awex_set_dti_both_buffer(&AWEXC,4000);Hmm... So you want to insert 10 F_PER cycles of dead time on the first output cycle,...
Thursday, 27 September 2018 - 16:45
Maximum PWM Frequency possible with Xmega ? I had a look at the TC45 timer driver. I even compiled a test code. However I don have a xmegaE or a compatible board to test this.
While the XMEGA-E timers are different from...
Maximum PWM Frequency possible with Xmega ?
The following is "main" from TC45 Example 3 for the XMEGA32E5 Xplained. That example project may be a helpful reference.
/**
* \file
*
* \brief AVR XMEGA...
Wednesday, 26 September 2018 - 23:42
Problem with SPI initializing Atmel Show a schematic of the interconnect between the LCD and MCU. And speaking of the MCU, which one are you using?
@Sparky85 wrote: I assumed it would be in the usual default location like all the others at: C:\Atmel\AVR Tools\AvrAssembler\Appnotes How did you determine this was a "default...
Can some one show me an example calculation if I want to generate 10Khz of PWM, what values do I need to change ? As myself and others have already stated, the first thing you...
Does the chip you are trying to program support DebugWire? Which chip is it?
Project -> Properties -> Tool: EDIT: The above is from
I now know that if I change the value "120" in "tc_write_cc(&TCC0, TC_CCA, 120); ". I get 125Khz in the output. What i still dont understand is the calculation. what...
tc_awex_set_dti_both(&AWEXC, 10); tc_awex_set_dti_both_buffer(&AWEXC,4000);Hmm... So you want to insert 10 F_PER cycles of dead time on the first output cycle,...
I had a look at the TC45 timer driver. I even compiled a test code. However I don have a xmegaE or a compatible board to test this. While the XMEGA-E timers are different from...
Forgot to ask... Are you using USB? What speed are you running? How about a look at conf_clock.h?
The following is "main" from TC45 Example 3 for the XMEGA32E5 Xplained. That example project may be a helpful reference. /** * \file * * \brief AVR XMEGA...
Show a schematic of the interconnect between the LCD and MCU. And speaking of the MCU, which one are you using?
Jim, On the Project Properties tab, set the programming settings to "Skip Programming."
Pages