Hi Guys, I've just started programming in Assembler on the ATMEL SAM E70 Cortex M7 microcontroller.
Is there any assembler code snippets for Sam E70 for me to check out.
I'm an assembler programmer for years now and have just started on ARM Cortex assembler programming.
so any info for the SAM E70 would be great.
Thanks guys and have a great day.
Pete.
Hello,
assembler programming would be very complex with SAM E70.
First of all, I recommend you to refer to the sample codes from the Atmel side (http://www.atmel.com/ja/jp/tools/samv71-samv70-same70-sams70-software-package.aspx).
You had better trace the program flow of C from the boot address, and then you can convert it into assembler codes.
Best regards,
Yasuhiko Koumoto.