Hello everybody,
As the senior expert I have worked with ATMega2560 so much, but I have to choose the ARM micro-controllers for my new projects.
I have also read a lot about ARM7TDMI,focusing on how to write SWs with Keil...but I haven't had any practical experience yet.
With the extraordinary improvements of the ARM technology, it seems that ARM7TDMI should be ignored and we need to know about new products.
Can anyone help me about finding very good PDFs or free useful e-books about ARM cortex M?
I have to ask the same questions about RTOS and working with Linux and so on, running on the ARM microcontroller.
Is there any free training course on the Internet?
Your consideration is highly appreciated.
Regards:
Hossein.
> e-books about ARM cortex M
I highly recommend The Definitive Guide to ARM® Cortex®-M3 and Cortex®-M4 Processors, Third Edition: Joseph Yiu
for free development tools, you can take a look at GNU ARM Eclipse
as for RTOS, if you don't mind lots of macros and unusual names, you can check FreeRTOS
for a modern C++ solution, you can follow CMSIS++: a proposal for a future CMSIS, written in C++ , currently under development.
If you are already familiar with AVR you can use the Atmel Studio 7 and Atmel Start development tools for Cortex families as well.
Hello Familyman,
Thanks for your reply.
View all questions in Cortex-M / M-Profile forum