Página 1 de 1

STR712 X LPC2141

MensagemEnviado: 22 Ago 2009 23:38
por jandom
TENHO KITS DOS DOIS ARMs,MAS NÃO SEI COMO COMEÇAR!
QUERO INGRESSAR NESTA JORNADA ARMatica!
QUAIS PROGRAMAS DEVO USAR?
O KIT LPC MONTEI BASEADO NO DA OLIMEX!

grato pela ajuda!

MensagemEnviado: 23 Ago 2009 13:26
por Sergio38br
Começando pela interface Jtag, tem as USB e uma que usa a porta paralela a "wiggler", pelo software vc tem o projeto yargato, que usa a IDE eclipse o compilador GNU, tem o keil (versão demonstração código até 32k), tem o EW da IAR, tem o RIDE7 da Raisonance que possue um plugin para o arm e alguns outros. Algumas versões de ARM incluem algumas rotinas para carregar o codigo compilado, bastando as vezes aterrar algum pino e dispor de um programa do proprio fabricante.

[ ]`s
Sergio

MensagemEnviado: 24 Ago 2009 00:26
por jandom
SERGIO,
OBRIGADO PELA RESPOSTA!
INSTALEI O WINARM E AO COMPILAR UM PROGRAMA EXEMPLO DEU A SEGUINTE MENSAGEM

> "make.exe" program

Assembling (ARM-only): build/crt0.S
arm-elf-gcc -c -mcpu=arm7tdmi -I. -x assembler-with-cpp -DROM_RUN -Wa,-adhlns=build/crt0.lst,-gdwarf-2 build/crt0.S -o build/crt0.o
c:\arquivos de programas\gnuarm\libexec\gcc\arm-elf\4.1.1\cc1.exe (1960): *** proc magic mismatch detected - 0x704D1F7E/0xD94C588A.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
c:\arquivos de programas\gnuarm\libexec\gcc\arm-elf\4.1.1\cc1.exe (3964): *** proc magic mismatch detected - 0x704D1F7E/0xD94C588A.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
c:\arquivos de programas\gnuarm\libexec\gcc\arm-elf\4.1.1\cc1.exe (548): *** proc magic mismatch detected - 0x704D1F7E/0xD94C588A.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
c:\arquivos de programas\gnuarm\libexec\gcc\arm-elf\4.1.1\cc1.exe (2748): *** proc magic mismatch detected - 0x704D1F7E/0xD94C588A.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
c:\arquivos de programas\gnuarm\libexec\gcc\arm-elf\4.1.1\cc1.exe (2864): *** proc magic mismatch detected - 0x704D1F7E/0xD94C588A.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
c:\arquivos de programas\gnuarm\libexec\gcc\arm-elf\4.1.1\cc1.exe (3828): *** proc magic mismatch detected - 0x704D1F7E/0xD94C588A.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
make.exe: *** [build/crt0.o] Error 1

> Process Exit Code: 2
> Time Taken: 00:00

MensagemEnviado: 24 Ago 2009 08:00
por Sergio38br
O Winarm tambem é bom, só que tem que instalar todos os pacotes pertinentes... Vc fez isto??

[ ]'s
Sergio

MensagemEnviado: 24 Ago 2009 09:48
por jandom
QUE PACOTES SÃO ESTES?
ESTOU COMEÇANDO AGORA!

MensagemEnviado: 24 Ago 2009 09:54
por Sergio38br
de uma lida neste link

http://www.ee.pucrs.br/~stemmer/labproc ... lpc-1.html

[ ]'s
Sergio

MensagemEnviado: 24 Ago 2009 20:20
por jandom
Sergio,

VALEU PELA FORÇA, O LINK ENVIADO ANTERIORMENTE AJUDOU MUITO!