Discussion Title | Created date |
---|---|
SPI0 and SPI1 not turning on For some reason I can't get either the SPI0 or SPI1 to turn on and transmit data. I am using the AT32UC3A1512 and have already confirmed other peripherals are working including... |
Saturday, 5 July 2014 - 17:08 |
PWM - module not turning on Hello, I am trying to get a PWM module working from UCSB family. I have the device working with several other modules but for some reason I am not getting a signal (should be... |
Thursday, 17 October 2013 - 19:19 |
Real Time Free RAM So I seem to have fallen into a unique issue to AVRUC3B0512 where my RAM that should be 96kB (total) - 32kB (initialization) ends up being more like 1kB when I look at it with my... |
Sunday, 11 August 2013 - 17:20 |
USB CDC device Module not working with SPI enabled I am using AVR32UCB0512 and have run into an issue where the USB driver that allows for CDC device virtual COM port to computer only acts up when I start using the SPI modules. ex... |
Friday, 9 August 2013 - 15:09 |
Missing Header Files I was wondering if anybody knows where I can find "print_func.h", "usb_task.h", and "usb_ids.h"? I am trying to repeat an example project from: http://support.atmel.no/knowledg... |
Thursday, 1 August 2013 - 01:00 |
Project Wll not build When I try to build the output tells me my file size is 0%. This is a project that I previously have built on AT32UC3A0512 and change some things to get it to work with... |
Sunday, 28 July 2013 - 22:44 |
EBI SRAM and EEPROM or just write to FLASH So I am about to design a board and I have to decide how I am going to store a library of data that is dynamic by the user (initialized in real time) and then pulled and compared... |
Sunday, 2 June 2013 - 13:47 |
AVR32 USB in CDC mode as USB Serial Port Does anybody know how to easily implement a USB Serial communication from the UC3? What I want to do is get rid of my USART to USB convert and just use the UC3 USB drivers to do... |
Monday, 27 May 2013 - 14:31 |
Timer Counter being weird Alright so I am trying to have a single trigger with TC2 and I have already written and verified the exact same thing with TC1 which is triggered off of and ADC ISR. But for some... |
Friday, 24 May 2013 - 05:44 |
Link List Error So I am trying to do link lists with const struct. I already had it working when it isn't const been when I define the struct const and try to go through the link pointers, it... |
Saturday, 11 May 2013 - 18:14 |
optimization changes Alright so for some reason when changing optimization from none to -03 the following function spits out two different things. . . float function( float (*words)[L][Q], float... |
Sunday, 21 April 2013 - 17:27 |
avr32-size So I have been running into a memory space problem and when I run avr32-size.exe on the .elf file I see the first image attached with the following global variables: volatile... |
Thursday, 18 April 2013 - 11:26 |