AVR32 Studio "Could not open the editor" This makefile has been through a carwash and back :-) Way too much manual edits that I'd trust an IDE to make sense of it.
Thanks for your offer, though!
Best...
Monday, 18 January 2021 - 08:17
AVR32 Studio "Could not open the editor" Hi John,
I decided to take the hint and join the modern world. Project imported OK into fresh installation of Microchip Studio.
We use a custom command...
Sunday, 17 January 2021 - 11:18
Newest Flip good on Win10/64? Here are my experiences from using Flip 3.4.7.112 on a brand-new Win10/64 installation (evaluation build 18272):
Device manager finds Other devices: AT32UC3A3 DFU but finds...
Tuesday, 13 November 2018 - 10:30
Newest Flip good on Win10/64? Actually, it is only as good as the USB driver. For the longest time, Flip only came with 32-bit drivers, and a lot of hand-holding at that.
A 64-bit driver with...
Monday, 12 November 2018 - 20:38
Low-power sleep ... above code must replace /1000 by /2000 to acount for prescaler causing freq/=2^(n+1) where n=0
Timed it for 30s and it was spot on.
Wednesday, 1 August 2018 - 11:29
Low-power sleep Whey, we have working code!
Not yet tested on oscilloscope and ampmeter, but seemingly very close to desired 1Hz blink rate.
Børge
#define...
Wednesday, 1 August 2018 - 11:21
Low-power sleep I have found both a SLEEP() macro and the function pm_configure_clocks() in the code base. Unfortunately, it doesn't seem that the 115kHz RC oscillator is a valid choice...
Low-power sleep Hi Mike,
Thanks a lot for your help! I'm using the AT32UC3A3256.
This code will run right after reset, while clocks are still slow. Do you know if...
Is SSC busted? Details of I2S struggles The ssc_i2s_init code which is called is below.
Are you aware of
ssc->cr = txen_mask | rxen_mask;having to be called after the varios pdca inits?
...
Saturday, 10 June 2017 - 10:32
UC3 I2S output starts with random LRCK I was able to trace things a bit further, and I believe it is the onset of pdca_enable(PDCA_CHANNEL_SSC_TX); and friends which must be timed to the polarity of LRCK. ...
This makefile has been through a carwash and back :-) Way too much manual edits that I'd trust an IDE to make sense of it. Thanks for your offer, though! Best...
Hi John, I decided to take the hint and join the modern world. Project imported OK into fresh installation of Microchip Studio. We use a custom command...
Here are my experiences from using Flip 3.4.7.112 on a brand-new Win10/64 installation (evaluation build 18272): Device manager finds Other devices: AT32UC3A3 DFU but finds...
Actually, it is only as good as the USB driver. For the longest time, Flip only came with 32-bit drivers, and a lot of hand-holding at that. A 64-bit driver with...
... above code must replace /1000 by /2000 to acount for prescaler causing freq/=2^(n+1) where n=0 Timed it for 30s and it was spot on.
Whey, we have working code! Not yet tested on oscilloscope and ampmeter, but seemingly very close to desired 1Hz blink rate. Børge #define...
I have found both a SLEEP() macro and the function pm_configure_clocks() in the code base. Unfortunately, it doesn't seem that the 115kHz RC oscillator is a valid choice...
OK, thanks! Børge
Hi Mike, Thanks a lot for your help! I'm using the AT32UC3A3256. This code will run right after reset, while clocks are still slow. Do you know if...
Thank you! I will test it on a bare Win7 computer tonight. Meanwhile I'm trying to communicate with Atmel/Microchip. John's file is good according to Windows...
The ssc_i2s_init code which is called is below. Are you aware of ssc->cr = txen_mask | rxen_mask;having to be called after the varios pdca inits? ...
I was able to trace things a bit further, and I believe it is the onset of pdca_enable(PDCA_CHANNEL_SSC_TX); and friends which must be timed to the polarity of LRCK. ...
Pages