• How to compile hello word code with aarch64 gcc
    Assembly code: .syntax unified @ -------------------------------- .global main main: @ Stack the return address (lr) in addition to a dummy register (ip) to @ keep the stack 8-byte aligned...
  • How to assign own glibc path to aarch64-elf-gcc
    1. aarch64-elf-gcc need use glibc2.14 while our central version up to glibc-2.12 only 2. I have downloaded glibc-2.14 in my local directory 3. There is a limitation in my environment that if I add glibc...
  • How can I print "Hello World " on LCD
    Hi, how can I print "Hello World" on LCD(HD44780)? Send me,pleas,an Example at andrey2richter@freenet.de Usin CPU 80C537 Thanks Andrey Richter
  • print hello on serial with mcb2140
    Hi, I am having mcb2140 arm7 board. I have 2 questions: 1)When i try to run the program(which prints hello on the serial window) throgh ulink arm debugger,I cannot see any output.But when i run...
  • stm32f429 discovery hello world
    Hello , I am studying on STM32F429 Discovery Kit in order to do image processing applications. This is the first time that i am trying to use an graphic lcd , I have seen application note 268 that...