Eclipse using the wrong MCU I moved downstairs to my avr development computer and looked at the folder structure.
You said that "workspace metadata folder only has a version.ini file. Could it be...
Thursday, 11 January 2018 - 15:24
Eclipse using the wrong MCU Now you got me curious. I re-read your first post and noticed that you had already found the tread with my 'solution' post (did not notice that 'this' and 'bug' were...
Thursday, 11 January 2018 - 13:02
Eclipse using the wrong MCU Found my post https://www.avrfreaks.net/comment/2264901#comment-2264901 that solved this problem. The fix is a two step process: change the MCU, then delete the...
Wednesday, 10 January 2018 - 13:35
Eclipse using the wrong MCU The atmega16 is the default mcu when you create an Eclipse project. You need to enter your MCU in the project's properties, then the compiler will pick up the correct MC's...
Wednesday, 10 January 2018 - 13:20
ATmega328: PWM as DAC I have been playing with the "synchronous filter" DAC described in https://www.edn.com/design/analog/4323340/Fast-settling-synchronous-PWM-DAC-filter-has-almost-no-ripple...
Tuesday, 19 December 2017 - 15:28
circuit design aid You want to change the current in proportion to the AC signal?
Trying to add or subtract voltage of a constant current source does not work because the amount of...
Tuesday, 10 October 2017 - 23:59
PCF8574 I2C module for LCD 16x02 Don,
Good to know. Peter Fluery's LCD lib (used by Davide Gironi) must take care of LCD initialization on reset since I have never had any problems ...
PCF8574 I2C module for LCD 16x02 I have a question related to this initialization problem. With Reference to: The problem with the, "warm reset", if a separate problem, sounds a little more tricky so...
Sunday, 8 October 2017 - 12:24
PCF8574 I2C module for LCD 16x02 Since my comment was rubbish, I deleted it so no one is mislead.
Alan
P.S.
MG, To drive the LCD using I2C (two wires plus power and gnd) http://...
I moved downstairs to my avr development computer and looked at the folder structure. You said that "workspace metadata folder only has a version.ini file. Could it be...
Now you got me curious. I re-read your first post and noticed that you had already found the tread with my 'solution' post (did not notice that 'this' and 'bug' were...
Found my post https://www.avrfreaks.net/comment/2264901#comment-2264901 that solved this problem. The fix is a two step process: change the MCU, then delete the...
The atmega16 is the default mcu when you create an Eclipse project. You need to enter your MCU in the project's properties, then the compiler will pick up the correct MC's...
I have been playing with the "synchronous filter" DAC described in https://www.edn.com/design/analog/4323340/Fast-settling-synchronous-PWM-DAC-filter-has-almost-no-ripple...
You want to change the current in proportion to the AC signal? Trying to add or subtract voltage of a constant current source does not work because the amount of...
Don, Good to know. Peter Fluery's LCD lib (used by Davide Gironi) must take care of LCD initialization on reset since I have never had any problems ...
Jesper's DDS http://www.radanpro.com/Radan2400/mikrokontroleri/Jesper%27s%20AVR%20pages%20-%20MiniDDS.htm might be a decent pattern to follow. Alan
I have a question related to this initialization problem. With Reference to: The problem with the, "warm reset", if a separate problem, sounds a little more tricky so...
Since my comment was rubbish, I deleted it so no one is mislead. Alan P.S. MG, To drive the LCD using I2C (two wires plus power and gnd) http://...
Possible error messages and their solutions Sometime you mess up and exit the debug session without either terminating or disconnecting the debugger. In that case you...
Testing the described Eclipse debug setup on the mega328 was successful. Except for changes to the fuse settings in both EnableDW and DisableDW batch files, everything...
Pages