avr-gcc memory section You are in for a fun ride if you start removing things like .initN sections! As you'll read in the user manual they are fairly vital.
Initializing a struct with some padding in C Use Python to auto-generate this file from input values.
A language like Python is far more capable than the C preprocessor.
If it were me I think I'd actually start...
Friday, 27 May 2022 - 15:11
NXP i.MX Board To be honest we're not really here to support another manufacturers products .
Friday, 27 May 2022 - 12:02
font generator tool on glcd
As the thread has been resurrected (again) I'll just take the chance to mention that there's a great set of fonts at:
https://github.com/PaulStoffrege...
You can...
Friday, 27 May 2022 - 10:11
SIMPLEST serial RX solution for Atmega32/32x? totesnochill wrote:. What magic are you doing in the highlighted line?well always analyze any line of C like this from the "inside". So first off do you know what the &...
Thursday, 26 May 2022 - 23:43
Stop timer every period
Iaz5 wrote:clawson, what do you mean by the static inline?OK here is a really contrived example. First I implement pretty much what you have but for the purposes of illustration...
Thursday, 26 May 2022 - 12:01
Low cost LCD Because of economies of scale (and the fact that far more 16x2 then 8x2 are built/used) did you realise it's actually cheaper to get a 16x2 sized display...
https://www....
Thursday, 26 May 2022 - 09:13
atmega328 timer0 fast pwm problem
amannishgeek wrote:but I wanted both initialization blocks to be as identical as possible. Then use the LOAD/STORE macros from AVR001 and everything will be a "STORE" but...
Thursday, 26 May 2022 - 08:55
Stop timer every period What happens in the simulator (or in the 2560 if you observe it visa JTAG) ?
Also if you insist in breaking the time initialization stuff out into Timer_400Hz_ini() then...
Thursday, 26 May 2022 - 08:43
Problem with ATMEGA48PB mdavister wrote:ATMEGA48PB oscillator is picky. It needs much more stringent consideration for it to work correctly.Long threads about this when the chips first appeared I seem to...
Thursday, 26 May 2022 - 08:36
Low cost LCD I would requote #4 but it'd be a bit tedious.
The fact is that before you can start searching online catalogs for that "bargain" you need a SPECIFICATION for what it is you...
You are in for a fun ride if you start removing things like .initN sections! As you'll read in the user manual they are fairly vital.
https://en.wikipedia.org/wiki/Si....
Use Python to auto-generate this file from input values. A language like Python is far more capable than the C preprocessor. If it were me I think I'd actually start...
To be honest we're not really here to support another manufacturers products .
As the thread has been resurrected (again) I'll just take the chance to mention that there's a great set of fonts at: https://github.com/PaulStoffrege... You can...
totesnochill wrote:. What magic are you doing in the highlighted line?well always analyze any line of C like this from the "inside". So first off do you know what the &...
Iaz5 wrote:clawson, what do you mean by the static inline?OK here is a really contrived example. First I implement pretty much what you have but for the purposes of illustration...
Because of economies of scale (and the fact that far more 16x2 then 8x2 are built/used) did you realise it's actually cheaper to get a 16x2 sized display... https://www....
amannishgeek wrote:but I wanted both initialization blocks to be as identical as possible. Then use the LOAD/STORE macros from AVR001 and everything will be a "STORE" but...
What happens in the simulator (or in the 2560 if you observe it visa JTAG) ? Also if you insist in breaking the time initialization stuff out into Timer_400Hz_ini() then...
mdavister wrote:ATMEGA48PB oscillator is picky. It needs much more stringent consideration for it to work correctly.Long threads about this when the chips first appeared I seem to...
I would requote #4 but it'd be a bit tedious. The fact is that before you can start searching online catalogs for that "bargain" you need a SPECIFICATION for what it is you...
Pages