C Code Question Gotcha, Next step: Take a look at how the compiler converts this into assembly.
Please forgive me if my head explodes and I abandon this thread.
Tuesday, 17 July 2012 - 01:44
C Code Question Is it safe to word this functionality like so?
Quote:
In order to "always" initiate a byte with the same value, for example "1" (independent of memory, flash state, brown outs...
Monday, 16 July 2012 - 18:04
C Code Question Thank you everyone. I truly appreciate the information and opinions.
I also found this which supports what is being explained here.
http://youtu.be/d0AwjSpNXR0
I'm sure this won'...
Sunday, 15 July 2012 - 04:24
STK10000 (32AP7000-ES) Not Booting Linux On SD Card hce wrote:Quote:Do I need a JTAGICEmkII to reload the flash?Yes, AFAICT you erased your bootloader. By doing that you need a JTAG tool able to program AP7000 devices. AFAIK all...
STK10000 (32AP7000-ES) Not Booting Linux On SD Card hce wrote:Program the u-boot.bin binary you'll find on http://www.atmel.no/buildroot/bu... for your board variant. Then step back to trying to boot from SD-card. Do you have the...
Tuesday, 10 April 2012 - 14:58
STK10000 (32AP7000-ES) Not Booting Linux On SD Card So for some reason I thought by erasing my flash memory and starting from scratch would be a good idea (http://support.atmel.no/knowledgebase/avr32studiohelp/com.atmel.avr32.tool....
Monday, 9 April 2012 - 06:48
STK10000 (32AP7000-ES) Not Booting Linux On SD Card hce wrote:You must change U-Boot bootcmd so it will load data from your SD-card, and not network.
I was able to stop the network boot and get into the uboot prompt. Problem is now...
Sunday, 8 April 2012 - 21:38
How to launch AVR32 Studio on Jaunty 9.04? [CLOSED] Hi Everyone,
I just wanted to close this thread with my results. It appears that the avr32program listed in the Package Manger is not the same as downloading the IDE version from...
david.prentice wrote: Why would someone buy a "knock-off" for $39.99 when a genuine Atmel AVRISP-2 is about $35 ? Having said that, I am sure that your "knock-...
Gotcha, Next step: Take a look at how the compiler converts this into assembly. Please forgive me if my head explodes and I abandon this thread.
Is it safe to word this functionality like so? Quote: In order to "always" initiate a byte with the same value, for example "1" (independent of memory, flash state, brown outs...
Thank you everyone. I truly appreciate the information and opinions. I also found this which supports what is being explained here. http://youtu.be/d0AwjSpNXR0 I'm sure this won'...
hce wrote:Quote:Do I need a JTAGICEmkII to reload the flash?Yes, AFAICT you erased your bootloader. By doing that you need a JTAG tool able to program AP7000 devices. AFAIK all...
I just heard from Atmel support. I need a JTAG progammer to reload u-boot on my board. That concludes my project. Thanks for your help.
hce wrote:Program the u-boot.bin binary you'll find on http://www.atmel.no/buildroot/bu... for your board variant. Then step back to trying to boot from SD-card. Do you have the...
So for some reason I thought by erasing my flash memory and starting from scratch would be a good idea (http://support.atmel.no/knowledgebase/avr32studiohelp/com.atmel.avr32.tool....
hce wrote:You must change U-Boot bootcmd so it will load data from your SD-card, and not network. I was able to stop the network boot and get into the uboot prompt. Problem is now...
Hi Everyone, I just wanted to close this thread with my results. It appears that the avr32program listed in the Package Manger is not the same as downloading the IDE version from...
Oh! I see now. I'll install the download. Thanks hce!
Thanks everyone for your help.
Pages