Discussion Title | Created date |
---|---|
[?] while-loop not exiting despite changes in conditon Not sure why the while-loop didn't stop despite the condition changed in an interrupt function. uchar counterByTheSec = 0; sei(); TCNT1 = 0; while(globalFlag==0x00){ if(... |
Tuesday, 12 November 2013 - 18:18 |
Referencing Pointer from another function Basically, I need to access the data of a variable from another function but seems I'm having brain freeze at the moment. Main.c uchar globalRegister1; void setUp() {... |
Thursday, 19 September 2013 - 15:40 |
Ctrl+Alt+F5 (Fails), Ctrl+Shift+P (OK) I think there is a problem with my AS6.1. Everytime I press the "Start without Debugging" (Ctrl+Alt+F5), my MCU do not get programmed all the time, sometime it does, some other... |
Saturday, 6 July 2013 - 06:12 |
[SOLVED] Dynamic Clock Switch don't seems to work Part: ATtiny167 Referring to its datasheet, I've tried the code on page 36 but seems to have problem => clock don't seems to be switching. 1. I think there is a typo-error under... |
Thursday, 13 June 2013 - 00:38 |
AVR Dragon -> ATtiny167 (3v3 power-rail) I've accidentally connect the 167 over to the 3v3 power-rail while having the programming cables connected to AVR Dragon's ISP socket. I've switched back to the 5v but still... |
Tuesday, 11 June 2013 - 08:02 |
ATtiny87/167 - 32 Reg, 64 I/O Reg & 160 Ext I/O Reg Loca Hi, While I'm reading the datasheet (page 16 & 17), Address 0x0000~0x00FF belongs to the above registers. And since SRAM is 512B (0x00100~0x02FF), then where are these... |
Friday, 7 June 2013 - 13:06 |
UC3-A3 Xplained - Unable to connect Hi, I have a problem when I connect the board to my Win7. I press & hold the button then connect the USB. Then, I update the driver with the one downloaded from Atmel's web-... |
Saturday, 7 January 2012 - 20:19 |
Interfacing with external SDRAM Hello All, May I know who has successfully interface with an external 32M or 64M SDRAM? I initially checked in at AVR 8-bit guys but seems to be an impossible challenge. Someone... |
Friday, 2 December 2011 - 10:33 |
Interfacing external SDRAM Hi, May I know if there is another part# besides ATxmega64A1 that can interface an SDRAM? Thanks. |
Wednesday, 30 November 2011 - 14:57 |
ARIS+ Hello All, May I know if any one is using this board? I have problem getting AVR Studio to detect this board as I needed to update the firmware. ACES detected the board just fine... |
Wednesday, 9 March 2011 - 08:05 |