ARM learning website recommendation

Publisher:幸福旅程Latest update time:2015-09-17 Source: eefocus Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
1. EG3
is a website about embedded development, providing a lot of information about embedded development. Including development companies, technical documents, free resources, etc. The layout includes busses & boards, embedded software, dsp, embedded systems, open source, rtos, embedded chips, system-on-a-chip, etc.
Highly recommended
http://www.eg3.com/ - Foreign

2. The First Stop for the Latest ICs and Components is
a very good website about microprocessors, DSPs, and programmable controllers. It is updated very quickly. It is highly recommended for some leaders to visit it frequently to understand the industry trends!
http://www.eeproductcenter.com/ - Foreign

3. Programmers Heaven - Assembler programming zone
has a lot of source code, clearly classified, and highly recommended. But many of them seem to be no longer updated.
http://www.programmersheaven.com/zone5/index.htm - Foreign

4.  CoIDE, a free, open source, and easy-to-use embedded development tool, produced by CooCox.
http://www.coocox.org/CN/  -  Chinese

5. ARM's Chinese website, official website
http://www.arm.com/chinese/ - Chinese

6. Projects completed by the ECE476 course at Cornell University in the United States.
These projects all have detailed learning materials. There are more than 200 projects in total. Looking at these things, you can feel the difference between domestic and foreign teaching practices. The design of electronic-related majors in many universities in our country is to make a keyboard, a MAX7219 display, and a DS1302 clock, "unchanged for a hundred years." I remember that it made me feel uncomfortable. Everyone should study it carefully. Especially teachers, you must think deeply.

http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/ - Foreign Language

7. Build Your Own Microcontroller Projects
This page provides schematic and software for hobbyists to practice "learn by doing", build a simple microcontroller projects at home. For those who would like to contribute projects, please prepare HTML files whatever you like to see but keep all files small and informative. I shall provide for others. Great place for DIY, highly recommended.
http://www.kmitl.ac.th/ ~kswichit/ - Foreign Language

8. LPC2000 Tools from the LPC2000 Yahoo! Group recommends
http://www.gnuarm.com/~lpc2000/body.html - Foreign Language

9. GNU ARM? toolchain for Cygwin, Linux and MacOS .Recommendations
Here are some useful resources http://www.gnuarm.com/resources.html
Discussion Groups http://groups.yahoo.com/group/gnuarm/
File Downloads http://www.gnuarm.com/files.html
http://www.gnuarm.com/ - Foreign

10. ARMuC Wiki. Lots of development material, highly recommended
http://www.open-research.org.uk/ARMuC/ - Foreign

11. Lots of useful links from www.mikrocontroller.net
Here are lots of useful links about AVR, 8051, ARM, PIC. It has the best collection of AVR information I have seen. Unfortunately the website is in German.
http://www.mikrocontroller.net/articles/Linksammlung - Foreign

12. LPC2000 information page featuring the Philips ARM microcontrollers
Professional website about LPC2100
http://www.lpc2100.com/ - Foreign

13. ARMboot
ARMboot is an Open-Source firmware suite for ARM based platforms. ARMboot is heavily based on the sister-project PPCboot, which provides similar functionality on PowerPC based systems. ARMboot shall be a common, easy-to-use and easy-to-port boot platform
http://armboot.sourceforge.net/ - Foreign

14. Zhou Ligong MCU
A well-known private enterprise in China, he mainly represents PHILIPS's ARM microcontrollers and single-chip microcomputers. A large amount of relevant information can be downloaded from this website. Recommended to take a look at
http://www.zlgmcu.com - Chinese

15. ARMphetamine
ARMphetamine is a project to create a fast and accurate ARM processor emulator. A known technique as "dynamic recompilation" will be used so that the highest possible speed can be achieved for emulated code - ARM code programs are translated into native code as they are being emulated. The current development platform is Linux/x86
http://armphetamine.sourceforge.net/ - Foreign Language

16. Linux for all ARM based machines
A LINUX operating system suitable for transplantation on the ARM structure.
http://www.arm.linux.org.uk/ - Foreign

17. Universal Bootloader
Universal Bootloader project provides firmware with full source code under GPL. Many CPU architectures are supported: PowerPC (MPC5xx, MPC8xx, MPC82xx, MPC7xx, MPC74xx, 4xx), ARM(ARM7, ARM9, StrongARM, Xscale), MIPS(4Kc,5Kc), x86, ...
http://sourceforge.net/projects/u-boot - Foreign

18. SkyEye Project
SkyEye is an open source software (opensource software) project, its Chinese name is "Tianmu". SkyEye's goal is to implement a simulated integrated development environment on the general Linux and Windows platforms to simulate ARM-based embedded computer systems; multiple embedded operating systems such as ARM Linux, uclinux and uC/OS-II can be run on SkyEye. And analyze and test them at the source code level
http://www.skyeye.org/index_cn.html - Foreign

19. uclinux-elf-tools
is an excellent cross-compilation tool. It has good performance under m68k system and ARM system http://www.uclinux.org/pub/uClinux/uclinux-elf-tools/
- Foreign

20. MCUserver
is a professional website about electronic development, but I don't know what language the website is in, but I can read it. Understand. Its download area has a lot of useful information, and you need to register before you can download. It provides many DIY circuits, such as PIC, AVR, MSP430, FPGA, ARM, 8051 and other programming circuits. Recommended
http://www.mcu.cz/modules/news/ - Foreign

21. Embeder's Family - Embeder's Family
personal website, but there are some related resources to download http://www.embeder.com/bbs/showforum. asp?forumid=10
Its ARM forum is OK. http://www.embeder.com/bbs/
http://www.embeder.com/ - Chinese

22. ArmTime Technology
is recommended. It is a good ARM website and is quite professional. 23. GNU Toolchain for ARM Processors http://www.codesourcery.com/archives/arm-gnu-announce/maillist.html http :
//www.codesourcery .com/archives/arm-gnu/maillist.html http://www.codesourcery.com/gnu_toolchains/arm/ - Foreign 24. ARMLinux Resources Here are links to various resources for ARMLinux. Mostly off-site but some are maintained here . http://www.aleph1.co.uk/armlinux/ http://www.aleph1.co.uk/armlinux/resources.html - Foreign 25. www.ulrichradig.de A very good German personal website, some electronic The classic ones are: 1. Web server made by AVR microcontroller. RTL8019 chip. 2. Video signal VGA generated by CPLD. 3. μClinux - mini Linux for the Philips's ARM LPC2294 http://www.ulrichradig.de/ - Foreign language 26. boot






















Booting on any device needs a boot-loader and some means to get the boot-loader installed in the first place. Here we look at the specifics for ARM architecture devices booting Linux, covering available boot-loaders and their capabilities, some general principles and mechanisms for uploading the Linux kernel and root filesystem, giving specific examples with Jflash-linux and Blob.
http://www.aleph1.co.uk/armlinux/docs/ARMbooting/t1.html - Foreign


27. Wuhan Chuangwei Special Embedded Salon
Mainly about ARM development.
The download page has some good stuff: http://www.cvtech.com.cn/cvtech/down_index.asp
http://www.cvtech.com.cn/ - Chinese


28. Debian GNU/Linux on ARM
On these pages you'll find information about the ongoing effort of porting Debian GNU/Linux to the ARM architecture which is often found in embedded systems
http://www.debian.org/ports/arm/ - Foreign


29. ARM Documentation From the official website
http://www.arm.com/documentation/ - Foreign


30. ARM Devlopments
http://www.ap-systems.co.uk/index.htm - Foreign


31. RTLinux for StrongARM
http://www.imec.be/rtlinux/ - Foreign


32. PIC, AVR, ARM, MSP430 development DIY
This website provides a lot of PIC, AVR, ARM, MSP430 development materials, especially suitable for making your own development system. Its ARM development (using LPC21** series) is very good. Recommended.
http://www.olimex.com/dev/index.html - Foreign


33. Hangzhou Leiden Technology Co., Ltd.
Although it is a buyer's ARM (mainly Samsung chips) development board, there are also many development materials to download. Samsung ARM development should not be missed.
http://www.jzx51.com/index.htm - Chinese


34. Embedded open source project
It is a technical website suitable for beginners to learn embedded development. The name Lumit is taken from the abbreviation of the phrase "let us make it together". We hope that friends who are interested in embedded technology can learn, make, discuss and make progress together with us.
Lumit is also an open source project where software and hardware materials can be downloaded completely free of charge. At present, the main goal is to make a practical USB flash drive based on the arm7tdmi s3c4510 development board. In the future, we hope to make MP3, PDA and even DC, DV, etc.
http://www.lumit.org/ - Chinese


35. ARM Era
Provides: ARM simulator | ARM development board | ARM technology project solution products, and some ARM development materials for download
http://www.arm9e.com/ - Chinese


36. Guangzhou Friendly Arm ARM material download
http://www.arm9.net/m4-download.asp - Chinese


37. Aeolus Development - Embedded Hardware and Software
http://www.aeolusdevelopment.com/ - Foreign


38. A Bing BLOG: ARM and Embedded Development
http://ustcers.com/blogs/devzhao/articles/category/65.aspx - Chinese


39. China MCU Public Laboratory.--You can have a look.
http://www.bol-system.com/ - Chinese


40. 52ARM Microelectronics Communication Technology Network
http://www.52arm.com/ - Chinese


41. Siheng Technology - Comprehensive electronic website for DSP, ARM, FPGA and other developments
Company website, not much information yet, you can take a look when you have time.
http://www.siheng.cn/ - Chinese


42. Download ARM chip information from Samsung's official website
http://www.samsung.com/Products/Semiconductor/common/product_list.aspx?family_cd=LSI090101 - Foreign


43. Xi'an Jianhua Technology Industry Co., Ltd.
Provides ARM development board, and also has a small amount of ARM development documents.
http://www.jhembed.com/ - Chinese


44. Xiaozhang Electronic Technology Network - A lot of practical electronic information downloads.
http://www.zyjmcu.com/zlxz.htm - Chinese


45. ARM column
http://www.baite-group.com/chinese_simple/bbs/arm.htm - Chinese


46. Instruction set quick finder
his document describes, as completely as I am aware of, the ARM instruction set. If, however, you are only interested in the instructions relating to programming under RISC OS, you may prefer to read the shorter quick finder document...
http://www.heyrick.co.uk/assembler/qfinder.html - 中文
Reference address:ARM learning website recommendation

Previous article:RO, RW and ZI DATA description in ARM
Next article:JLink v8 Clone Crack Guide

Latest Microcontroller Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号