[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/diy/ - Do It Yourself


View post   

File: 9 KB, 190x123, 123.jpg [View same] [iqdb] [saucenao] [google]
11410 No.11410 [Reply] [Original]

Anyone have experience with the Atmel 32-bit UC microcontrollers? Can they be programmed with the AVR Dragon? Also, do third-party, cheaper, alternative programmers exist?

Thanks.

>> No.11429

> Can they be programmed with the AVR Dragon?
Yes, see: http://www.atmel.com/dyn/products/tools_devices.asp?category_id=163&family_id=607&subfamily_
id=760&tool_id=3891

>Also, do third-party, cheaper, alternative programmers exist?
Just programmers yes, I don't know about ones with on-chip debugging. Also: you want on-chip debugging.

>> No.11477

>>11429
$50 seems like an awful lot, though...
Is OCD really that important? Haven't used it in all the uC's I've used up to now.

>> No.11496

>>11477
How have you been handling debugging?

>> No.11508

>>11496
Same way I debug desktop programs: Have printf() over serial and debug, shotgun style.

>> No.11521
File: 52 KB, 333x206, yot.png [View same] [iqdb] [saucenao] [google]
11521

>>11508
oh god

get a real debugger

>> No.11560

>>11521
What changes? I can step through programs and see the values of all the variables?

>> No.11591

>>11560
Yep. Also: profile your code, set registers on the fly, etc.

>> No.11606

>>11591
I dunno... A programmer ~$20 still sounds nice...

>> No.11617

>>11591
Do you have any experience with the UC3 itself? Is it easy enough to use?

>> No.11672

>>11606
Up to you.

>>11617
I do not. I can't imagine they'd be that much more difficult than other 32-bit chips.

>> No.11701

>>11672
Ok, thanks for the help.