Discussion Title | Created date |
---|---|
Parts issue with AVRISP II Hello: I can use my AVRISPMKII on my win 10 computer with the newest studio7 to program the MEGA328PB device (a "somewhat" recent device). However I need to do... |
Monday, 13 March 2017 - 17:18 |
Which are the AVR8L devices? I see in a help screen, the comment: The displacement form of this instruction (LDD) is not available on AVR8L based devices Elsewhere, I see generic... |
Sunday, 12 February 2017 - 04:34 |
optimization ideas? I have part of an ISR timer section on an Xmega to do a simple slow blink...What I created works 100% completely fine. However, I somewhat don't like the fact that the... |
Friday, 1 July 2016 - 20:32 |
implementing bit arrays Hello, using GCC on an xmega, I need to have an array of about 240 bit variables (to indicate on/off states)...while I certainly can just set up a normal array, it will quickly... |
Thursday, 9 June 2016 - 04:49 |
question about optimization Hello: Using latest studio 6 & GCC install, for XMEGA 16D4 and compiler optimization setting -O3. Set up a timer0 compare interrupt @ 2 KHz from a 20 MHz clock...... |
Sunday, 27 September 2015 - 21:49 |
Mega part with NCO? Are there any Mega or Xmega parts with a built-in numerically controlled oscillator NCO (along the lines of Microchip 16F devices). I need to generate various approx... |
Sunday, 6 September 2015 - 00:54 |
prolific usb rsr232 adapter error 10 win10 A lot of folks have trouble with usb to rs232 adapters based on the prolific chip (or perhaps clone). Win 8.1 & windows 10 often give an error 10. This link... |
Thursday, 20 August 2015 - 15:55 |
Bray's terminal no longer scrolls? I've used Bray's for many years, no problem. But I visited a friend & had him download it on his laptop to show off some software....but the screen would not scroll,... |
Wednesday, 19 August 2015 - 23:17 |
selecting a bit position using a variable Hello: I'm doing some simple status bit manipulation, no problem. However, occasionally I need to use a variable to select which bit to change. I was wondering... |
Monday, 17 August 2015 - 19:28 |
generic question about #include and pointers I often see postings that include examples such as : #include #include #include "lcd.h" #include "buttons.h ... ....... .. ..... char *p1, *p2; I've always... |
Sunday, 9 August 2015 - 22:50 |
finding numeric position of a substring Hello, using GCC, the following test code seems to be working fine (reports fleas found at 14)...was wondering if this is the most efficient way of doing this...perhaps there... |
Wednesday, 5 August 2015 - 08:13 |
Is there an easier (more direct) way to flash your program? I'm using AS 6.2.1563 & all is well....I compile and program without trouble. However, it seems like I'm doing an awful lot of clicking these days. When I used studio 4... |
Sunday, 2 August 2015 - 01:39 |