EmbeddedRelated.com
The 2024 Embedded Online Conference

Reset Behavior

Started by Nick Howes in AT91SAM ARM15 years ago 26 replies

I'm trying to figure out the reset behavior of my AT91SAM7XC256 : One of the features of our product is that the firmware can be upgraded. ...

I'm trying to figure out the reset behavior of my AT91SAM7XC256 : One of the features of our product is that the firmware can be upgraded. We have a firmware programmer routine that runs out of RAM and programs the flash from data received over a comms link. It all works fine if we cycle power at the end. But, if we try to reset the device programmatically, via: AT91C_BASE_RS...


IAR projects for AT91SAM7S

Started by Thomas Gal in AT91SAM ARM19 years ago 1 reply

Can anyone enumerate what the basic differences between a flash and ram based project are? Fundamentally why do some of the demo projects ...

Can anyone enumerate what the basic differences between a flash and ram based project are? Fundamentally why do some of the demo projects from the at91.com site work in the ram_debug configuration but not under the flash_debug configuration. I would have expected those demo projects to work correctly. Thanks, Tom


SAM7S256 crashes when trying to write program flash

Started by Tobias Weber in AT91SAM ARM18 years ago 5 replies

Hi list, hi Atmel fans, I am quite new to this list, as well as to ARM7. I spend the last years programming several controllers but mostly...

Hi list, hi Atmel fans, I am quite new to this list, as well as to ARM7. I spend the last years programming several controllers but mostly AVR from tiny15 to mega128. Currently I am developing some simpe USB device using an AT91SAM7256 for the first time. It is used as connector between USB and a proprietary RF data link. The basic program is already working fine. Now the last issue that I...


In-situ programming

Started by jasn_net in AT91SAM ARM19 years ago 2 replies

I have seen some info scattered through the atmel documentation that indicates that methods exist to program the AT91SAM7...

I have seen some info scattered through the atmel documentation that indicates that methods exist to program the AT91SAM7 range of micros in-situ. The documentation hints that the serial debug port can be used for in-situ programming, but that the Fast Flash Programming


Timer0 interrupts..

Started by strong_arm7s in AT91SAM ARM19 years ago 3 replies

Hello, I am using the ThreadX OS and tring to get it to work with the AT91SAM7S-EK eval kit and IAR Embeded Workbench. Much of last...

Hello, I am using the ThreadX OS and tring to get it to work with the AT91SAM7S-EK eval kit and IAR Embeded Workbench. Much of last week was conversing with IAR and Expresslogic in tryting to get a file compiled and run in the flash of the AT91SAM7S. We have that going, however ThreadX requires Timer0 of the TC to run and cause an interrupt. If ti


Restore default bootloader and kernel

Started by Balazs in AT91SAM ARM14 years ago 2 replies

Hello, I have brought a SAM9-L9260 board for my studies. When i plugged on, i got: RomBOOT > and hanged. I wanted to reprogram the...

Hello, I have brought a SAM9-L9260 board for my studies. When i plugged on, i got: RomBOOT > and hanged. I wanted to reprogram the Flash, according to the docs on the Olimex CD, i run at91sam9260_demo_linux_dataflash.bat but with errors: -I- Waiting ... connection : \usb\ARM0 board : AT91SAM9260-EK target(handle) : 17516640 read chip ID : 0x00000010 at addr: 0xFFFFEE40 read c


AT91Bootstrap and U-Boot

Started by Santiago Morrison in AT91SAM ARM14 years ago 6 replies

Hi all I need to? boot an AT91SAM from SD Card and read , the U-Boot and the a linux image from SD Card as well As you know the...

Hi all I need to? boot an AT91SAM from SD Card and read , the U-Boot and the a linux image from SD Card as well As you know the At91Bootstrap has no support for booting from SD Card . usually runs from Nor Flash / DataFlash does? someone have info about? how to modify the source of the AT91bootstrap and the u-boot to do it ? Regards Santiago


Problem in Booting the board

Started by meer...@rediffmail.com in AT91SAM ARM14 years ago

Hi, I am using a AT91SAM9263-EK .The board was already ported with bootloader,kernel and filesystem.I am new to porting the embeeded...

Hi, I am using a AT91SAM9263-EK .The board was already ported with bootloader,kernel and filesystem.I am new to porting the embeeded boards and wanted to port my own kernel and filesystem into its nand flash but I got stuck as below . Steps followed : Step 1 :Configured tftpsever in host.Created /tftpboot directory,copied uImage,ramdisk.gz into it. Step 2 :Set the en...


openembedded on at91sam9g45 - linux does not print to debug uart?

Started by "Andrew Kohlsmith (mailing lists account)" in AT91SAM ARM14 years ago

Good evening, everyone, I'm trying to bring up a custom board with an at91sam9g45; the stock Linux image shows me debugging output as the...

Good evening, everyone, I'm trying to bring up a custom board with an at91sam9g45; the stock Linux image shows me debugging output as the kernel comes up (and then a kernel panic as the hx170dec driver does something nasty). I have tried building my own linux image using the at91sam9g45ekes_defconfig. Now I've verified that CONFIG_AT91_EARLY_DBG is set to 'y' but when I flash this ke...


SAM7X vs Freescale MCF52233

Started by David Lundquist in AT91SAM ARM18 years ago 4 replies

Group, I've done two projects now with the SAM7S family of parts and in general I'm pretty happy with the part. My next endeavor is a...

Group, I've done two projects now with the SAM7S family of parts and in general I'm pretty happy with the part. My next endeavor is a fairly simple industrial control application requiring ethernet connectivity. I naturally assumed I'd use the SAM7X, but just about the time I started looking into this Freescale announced their new series of Coldfire parts internal FLASH parts wit...


Designing an AT91SAM9261 based board

Started by akse...@gmail.com in AT91SAM ARM16 years ago 4 replies

I have been thinking of designing an AT91SAM9261 based board, it will have NAND flash as storage and SDRAM as memory. It will also have an lcd and...

I have been thinking of designing an AT91SAM9261 based board, it will have NAND flash as storage and SDRAM as memory. It will also have an lcd and will be running linux. Im only a hobbyist so and im not sure if i can do the BGA reflowing, practice makes perfect. Anyways, my first question is that would i be able to run an 4.2" 420x272 TFT LCD without too much of performance hit? Second, ...


flash programming with ucos_ii

Started by Jonathan Dumaresq in AT91SAM ARM17 years ago 7 replies

hi all, We have used in a couple of month a self programming software for updating our software in the field. We are using the AT91sam7s256...

hi all, We have used in a couple of month a self programming software for updating our software in the field. We are using the AT91sam7s256 device. The programming part is working verry well. But now we try to use it under the ucos_ii os. We have some strange probleme. As soon as we unlock a page, the ucos_ii stop working. I have 2 program, both of them have ucos_ii. 1 is the DLM and the ot...


problems with ARM-USB-OCD JTAG

Started by Ryan in AT91SAM ARM16 years ago 5 replies

I am stepping through the "Using Open Source Tools for AT91SAM7S Cross Development" tutorial by James P. Lynch and I am getting hung up when I...

I am stepping through the "Using Open Source Tools for AT91SAM7S Cross Development" tutorial by James P. Lynch and I am getting hung up when I try to program the board. I keep getting the following error: **** Build of configuration MinGW GCC for project demo_at91sam7_blink_flash **** make -k program Flash Programming with OpenOCD... 'c:/Program Files/openocd-2007re204/bin/'openocd-ftd2...


FreeRTOS with AT91SAM7x512

Started by bhavintailor_ec in AT91SAM ARM15 years ago 4 replies

I am using YAGARTO Tool to compile my project based on AT91SAM7X512. I have developed one project without RTOS. Its code size become higher than...

I am using YAGARTO Tool to compile my project based on AT91SAM7X512. I have developed one project without RTOS. Its code size become higher than 265K and ram size around 64K. It works Ok. Now, i want to add TCP/IP. So, that i first make working webserver on my hardware. The TCP/IP Stack which i have used is for AT91SAM7X256. So, i modified every where with AT91SAM7X512 header file with its flash a...


Undefined Instruction - 0x04

Started by strong_arm7s in AT91SAM ARM19 years ago 3 replies

Hello, After running my code in RAM debugger for nearly 6 hours it hung. I hit stop and it was stuck on the undefined instruction 0x04...

Hello, After running my code in RAM debugger for nearly 6 hours it hung. I hit stop and it was stuck on the undefined instruction 0x04 infinite loop. Is this normal? What should it do to keep functioning and not hang? I am trying to find out why after a couple of minutes of running in Flash without the debugger attached to process stops, ie. my leds sto


Coping of RAMFUNC's from flash to RAM..

Started by strong_arm7s in AT91SAM ARM19 years ago 2 replies

Hello, I am making a system that has a segment of code that is static, does not change, to be a bootloader. Then I am flashing on the fly...

Hello, I am making a system that has a segment of code that is static, does not change, to be a bootloader. Then I am flashing on the fly from ramfunc's a higher segment for some application data that can change. Now the problem is I am testing the system with flashing in garbage, and then doing a reset. Upon resetting a CRC of the image segment is done


AT91SAM9260 SAMBA2.9 Ubuntu8.4

Started by Stud Five in AT91SAM ARM14 years ago 1 reply

Hi to everyone, 1)I am working with the ARM board mentioned above. I have crosscompiled a kernel and now I want to flash the board with SAMBA....

Hi to everyone, 1)I am working with the ARM board mentioned above. I have crosscompiled a kernel and now I want to flash the board with SAMBA. So I connected the board over the RS232 and the USB_D interface to my host system (Ubuntu) powerd up the board and start SAMBA. I choose the USB0 for interface and now appears the fist problem. - Only the board AT91SAM9260 EK is available When ...


AT91 SAM7S256 & NXT & Linux

Started by "Anne C. van Rossum" in AT91SAM ARM17 years ago 4 replies

Dear list members, Recently I bought a Lego Mindstorms NXT kit, that uses an ARM 7 from Atmel (and a BlueCore board). It has an USB...

Dear list members, Recently I bought a Lego Mindstorms NXT kit, that uses an ARM 7 from Atmel (and a BlueCore board). It has an USB connection and it is able to program them by Windows tools; in e.g. the RobotC environment and the NXT-G environment of Lego itself. However, there are no flash programmers available for Linux for this specific NXT brick. So, I want to ask you, is there a...


Can't debug in RAM openOCD+Eclipse+Olimex ARM-USB-OCD

Started by johnsign_jonny in AT91SAM ARM17 years ago 4 replies

Hi friends of the AT91SAM Im new in ARM and in your group. I get the following errors after erase all the flash with SAM-Prog and try to debug...

Hi friends of the AT91SAM Im new in ARM and in your group. I get the following errors after erase all the flash with SAM-Prog and try to debug the example 'demo_at91sam7_p64_blink_ram'. I have done only little chances in the board.h to support my AT91SAM7S128 chip. Info: openocd.c:84 main(): Open On-Chip Debugger (2006-01-26 13:30 CET) Warning: arm7_9_common.c:683 arm7_9_assert_reset():...


Which Compiler / debugger / Software simulator are you using for AT91SAM7XC256?

Started by regismaltais in AT91SAM ARM18 years ago 2 replies

Hi, I'm planning to use the Jtag circuit that have been posted here to Flash my AT91SAM7XC256. I do not have a board I will like to make my...

Hi, I'm planning to use the Jtag circuit that have been posted here to Flash my AT91SAM7XC256. I do not have a board I will like to make my own. Which Compiler / debuggre / Software simulator are you using for AT91SAM7XC256? By software simulator I mean I do not want to have a phsical connection with the PC and the ARM, I prefer to debug first by software / simulation and when I li...



The 2024 Embedded Online Conference