EmbeddedRelated.com
The 2024 Embedded Online Conference

IAR5.x fails to program sam7s

Started by Foltos in AT91SAM ARM15 years ago 3 replies

Hi, I am evaluation IAR 5.2 and IAR 5.3 products. Both seems to fails to program the on chip FLASH of sam7s256 and sam7s64 chips. Version...

Hi, I am evaluation IAR 5.2 and IAR 5.3 products. Both seems to fails to program the on chip FLASH of sam7s256 and sam7s64 chips. Version 5.2 hangs after a progress bar window pops up saying "Programming flash". Version 5.3 reports an error in the debug log (similar to "Flash programming failed."). The same boards work fine with IAR 4.41. Does anybody has a solution to this problem? ...


MMC card on at91sam9260 board

Started by Virupax SS in AT91SAM ARM15 years ago

Hi I am using MTFC2GDKDM eMMC card on At91sam9260 board running linux 2.6.22 kernel. I am continuosly getting below debug output and the...

Hi I am using MTFC2GDKDM eMMC card on At91sam9260 board running linux 2.6.22 kernel. I am continuosly getting below debug output and the mount commad hangs on trying to mount the mmc card ##cat /proc/partitions 179 0 2008064 mmcblk0 ##dmesg -c MCI irq: status = 0000C0E5, C07F0020, 00000020 Card is ready Completed command Status = 0000C0E5 [00000B00 00000000 00000000...


interrupts before FreeRTOS scheduler start

Started by Michał in AT91SAM ARM15 years ago 6 replies

Hello, I working on project that is based on FreeRTOS for AT91SAM7X256 (Crossworks compiler). I would like to implement following...

Hello, I working on project that is based on FreeRTOS for AT91SAM7X256 (Crossworks compiler). I would like to implement following functionality. Let?s assume that because of some system conditions (e.g. number of watchdog system restarts) I would like to decide if software should start FreeRTOS kernel or not. If not it would start typical while(1) loop and work without FreeRTOS but


Is it possible to fully debug a program without JTAG interface?

Started by Ali Beirami in AT91SAM ARM15 years ago 2 replies

Hi Fellas, I am working on a project and no JTAG debugger is available for me. The current approach I'm using is simply printing variables to...

Hi Fellas, I am working on a project and no JTAG debugger is available for me. The current approach I'm using is simply printing variables to DBGU port and frustrating trial/error process. There are three wires connecting to my device now ( beside supply voltage) that are capable of data transfer : DBGU (Currently Debugging), USB (ISP and Data) and Ethernet (Data) interfaces which are all fu...


Free TCP stack for AT91SAM9260 ek target board.

Started by neo_mustane in AT91SAM ARM15 years ago 12 replies

Hello, I need to develop embedded system with ethernet communication capabilities and we need to use TCP for the communications between the...

Hello, I need to develop embedded system with ethernet communication capabilities and we need to use TCP for the communications between the Embedded system and the Application on the Windows PC which we are developing, i am using ATMEL AT91SAM9260ek board, since our development costs are low i am looking for a free TCP stack to use in my project, I looked for free TCP stacks but din find many...


DMA + TCM

Started by "ICLI, Bekir (EXT)" in AT91SAM ARM15 years ago 1 reply

Hi all, I got two questions: 1- Can DMA Controller perform data transfer from Tightly Coupled Memory? If yes, 2- Would it be faster...

Hi all, I got two questions: 1- Can DMA Controller perform data transfer from Tightly Coupled Memory? If yes, 2- Would it be faster than normal DMA transfer? Best, Bekir


eth0 : link down problem on AT91RM9200

Started by ms in AT91SAM ARM15 years ago

hello all, I have made a customised version of AT91RM9200-EK_Rev_A01 board from atmel.I have davicom DM9161AE connected as PHY in RMII mode and...

hello all, I have made a customised version of AT91RM9200-EK_Rev_A01 board from atmel.I have davicom DM9161AE connected as PHY in RMII mode and pulse engineering pe1012 as pulse transformer. when I boot linux on this board, linux boots properly, it detects DM9161AE ( I have confirmed it by disconnecting 50MHz clock to 9161AE and then it gives mesaage PHY not detected). But after booting it gives ...


AT91SAM9 SPI slave mode sample code?

Started by Dan Lyke in AT91SAM ARM15 years ago 5 replies

I'm trying to use the AT91SAM9XE in SPI slave mode. Looking through the source to the Atmel supplied SPI code for the AT91SAM7S256 I'm...

I'm trying to use the AT91SAM9XE in SPI slave mode. Looking through the source to the Atmel supplied SPI code for the AT91SAM7S256 I'm having trouble figuring out how to convert some of the functions. Anyone got a suggestion for SAM9 SPI slave mode sample code? Thanks. Dan ------------------------------------


AT91SAM9263 EK - B programming

Started by sudhan_ssn in AT91SAM ARM15 years ago

#include "at91sam9263.h" void delay(); void pulsedelay(); #define LED_A 0X180; #define LED_B 0X20000000; #define A1 0x00000001; /* To...

#include "at91sam9263.h" void delay(); void pulsedelay(); #define LED_A 0X180; #define LED_B 0X20000000; #define A1 0x00000001; /* To select pin no. 4 of J25 */ #define B1 0x00000002; /* To select pin no. 3 of J25 */ #define C1 0x00000004; /* To select pin no. 6 of J25 */ #define D1 0x00000008; /* To select pin no. 5 of J25 */ int j; void main() { AT91C_BASE_PIOD-> PIO_OER=0x000


AT91SAM9261EK Linux userspace SPI

Started by Dan Lyke in AT91SAM ARM15 years ago 3 replies

This should be easy (I think). I've turned on "Device Drivers---> SPI Support---> User mode SPI device driver support" in my kernel...

This should be easy (I think). I've turned on "Device Drivers---> SPI Support---> User mode SPI device driver support" in my kernel config (built in, not a module). In linux-2.6.28/arch/arm/mach-at91/board-sam9261ek.c, I added the following to the "spi_board_info ek_spi_devices" array: { /* comm to my sub device */ .modalias = "spidev", .chip_select = 1, .max_speed_hz = 10 * 1000 *


Ask a Question to the EmbeddedRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright


The 2024 Embedded Online Conference