Atmel Studio 7.0.1416/7.0.1417 Microchip support helped me. The support articles have been migrated to the microchip site:
https://microchip.secure.force.com/microchipknowledge/articles/en_US/FAQ/Downgrading-...
Thursday, 17 August 2017 - 12:13
Atmel Studio 7.0.1416/7.0.1417 Could anyone share the note "How to downgrade to use older Jungo drivers." referenced in the release notes for 1417?
The Server behind the embedded link http://atmel.force....
Thursday, 27 July 2017 - 17:43
JTAGICE3 - Error writing memory HI,
does anyone know if this issue has been solved in the recent 1417 AS7 release?
Thanks
Holger
Wednesday, 19 July 2017 - 16:22
UC3 DAC offset calibration does not work correct Thanks for this info. It's basically what i find as well.
Regarding the ADC offset calibration i used the newest ASF 3.8.1 function and it seems to work so far. It measures the...
Tuesday, 6 August 2013 - 15:54
DAC calibration UC3 Thanks, now i've found it in the datasheet as well. Lucily it describes the values i've already found:)
Regarding the factory page erasing, i don't think so. The only thing that...
Monday, 29 July 2013 - 11:53
DAC calibration UC3 Ok, found it: Not in the datasheet, but poking around in adcifa.h shows these lines:
#define AVR32_ADCIFA_INP_DAC0_INT 8
#define AVR32_ADCIFA_INN_DAC1_INT...
Friday, 26 July 2013 - 10:15
DAC calibration UC3 I'm trying to do my own calibration function now but i stumbled pretty fast. This is what the UC3 data sheet says about DAC calibration:
Quote:To achieve optimal accuracy, it is...
Friday, 26 July 2013 - 10:12
DAC calibration UC3 Hi mikech,
that's right. But: The AVR32 (at least UC3, don't know about others) don't get a factory calibration, making this function useless. :roll: Actually more than that: if...
Friday, 26 July 2013 - 09:02
AS 6.1 always reports ram full after build Hi PeteAVR,
thank you very much, that's it!
I changed heap size to 0 for a test and i get:
text data bss dec hex filename
9796 0 4556 14352 3810...
AS 6.1 always reports ram full after build That's exacty what i mean - i can't see that this amount of memory is actually used and if i understand the map file correctly it really isn't. So the question is, why does avr32-...
Microchip support helped me. The support articles have been migrated to the microchip site: https://microchip.secure.force.com/microchipknowledge/articles/en_US/FAQ/Downgrading-...
Could anyone share the note "How to downgrade to use older Jungo drivers." referenced in the release notes for 1417? The Server behind the embedded link http://atmel.force....
HI, does anyone know if this issue has been solved in the recent 1417 AS7 release? Thanks Holger
Thanks for this info. It's basically what i find as well. Regarding the ADC offset calibration i used the newest ASF 3.8.1 function and it seems to work so far. It measures the...
Thanks, now i've found it in the datasheet as well. Lucily it describes the values i've already found:) Regarding the factory page erasing, i don't think so. The only thing that...
Ok, found it: Not in the datasheet, but poking around in adcifa.h shows these lines: #define AVR32_ADCIFA_INP_DAC0_INT 8 #define AVR32_ADCIFA_INN_DAC1_INT...
I'm trying to do my own calibration function now but i stumbled pretty fast. This is what the UC3 data sheet says about DAC calibration: Quote:To achieve optimal accuracy, it is...
Hi mikech, that's right. But: The AVR32 (at least UC3, don't know about others) don't get a factory calibration, making this function useless. :roll: Actually more than that: if...
Hi PeteAVR, thank you very much, that's it! I changed heap size to 0 for a test and i get: text data bss dec hex filename 9796 0 4556 14352 3810...
btw, nice extension! No, it doesn't show anything large. Biggest Data segment is the _int_handler_table with 376 bytes.
btw. i get these huge ram usage reports for all uc3 projects i currently work on.
That's exacty what i mean - i can't see that this amount of memory is actually used and if i understand the map file correctly it really isn't. So the question is, why does avr32-...
Pages