Idea for compaction and pointer handling Paulvdh wrote:Could it be that this is the realm of "managed pointers"?
I associate the use of the term "managed pointers" with .Net environments. After a bit of reading it...
Saturday, 27 January 2018 - 16:57
ADC gives wrong results Plecto wrote:Why does it have an offset though? :\
I'm no XMega man, but a look in the sheet gives this:
Since the ADC is differential, the input range is VREF to zero for the...
display temperature and humidity on lcd engmado wrote:
voltaile unsigned char second=0; //
voltaile unsigned char minute=0;
voltaile unsigned char hour=0; this gives error
Error: C:\Users\mado...
Saturday, 27 January 2018 - 15:07
display temperature and humidity on lcd engmado wrote:codevision doen't recognize volatile
That's an ambiguous statement.
Do you get a compiling error?
Or is it that it has no effect?
david....
Regarding writing a bootloader which uses a micro SD card Study that project in all its detail! The project is by user "Orville Wilbur Wright", and it is no secret that that is nothing a pseudonym (or "alternate persona" if you...
User accesible sections of chip flash? Paulvdh wrote:If Ram gets corrupted it is usually your own fault ( bad power supply) bad isolation from environment, lack of shielding.
Not to mention bad software - e.g. buffer...
Friday, 26 January 2018 - 16:15
Atmel studio I/O debug view problem meolsen wrote:The IO view has not yet been adapted to this change.
Why, then, was the
class="union"change deployed/released? What other uses/users of that new XML layout are...
Friday, 26 January 2018 - 16:11
SAMD21 (Arduino M0 Pro) Using TCC as TC toucaN_lv wrote:Can i use the TCC units the same way as the TCs?
Depends on what you mean by "same way". Definitively in a similar way.
The definitive answer...
Friday, 26 January 2018 - 15:31
Split from: Dummy Handler problem etolgas wrote:What do you mean about the wait states?
This has to do with the speed of the CPU and the speed of a primary memory (RAM, flash..). Roughly, it's like this:
If...
Paulvdh wrote:Could it be that this is the realm of "managed pointers"? I associate the use of the term "managed pointers" with .Net environments. After a bit of reading it...
Plecto wrote:Why does it have an offset though? :\ I'm no XMega man, but a look in the sheet gives this: Since the ADC is differential, the input range is VREF to zero for the...
clawson wrote:I've rwad this thread but as I'm on a mobile it's difficult to provide [..] answers Amply demonstrated, right there.. ;-)
engmado wrote: voltaile unsigned char second=0; // voltaile unsigned char minute=0; voltaile unsigned char hour=0; this gives error Error: C:\Users\mado...
engmado wrote:codevision doen't recognize volatile That's an ambiguous statement. Do you get a compiling error? Or is it that it has no effect? david....
sbi DDR_DI ; DI: outputThat look weird. The SBI instruction takes two operands. Can you show the definition of DDR_DI ? When you get the "operand...
Study that project in all its detail! The project is by user "Orville Wilbur Wright", and it is no secret that that is nothing a pseudonym (or "alternate persona" if you...
We have a member here that sometimes says "Everything that can be done already has been done". In this case he is correct. Look here: https://spaces.microchip.com/gf...
Paulvdh wrote:If Ram gets corrupted it is usually your own fault ( bad power supply) bad isolation from environment, lack of shielding. Not to mention bad software - e.g. buffer...
meolsen wrote:The IO view has not yet been adapted to this change. Why, then, was the class="union"change deployed/released? What other uses/users of that new XML layout are...
toucaN_lv wrote:Can i use the TCC units the same way as the TCs? Depends on what you mean by "same way". Definitively in a similar way. The definitive answer...
etolgas wrote:What do you mean about the wait states? This has to do with the speed of the CPU and the speed of a primary memory (RAM, flash..). Roughly, it's like this: If...
Pages