Hi Does anybody have a sample keil project to work with S3C2440A on the board? For example to work with LEDs directly (without any OS). Thanks in advance.
S3C2440A Keil sample code
I tried and it failed because the assembly bootstrap if for older Arm environment. An error "Linker Error: L6238E: mylde.o(.text) contains invalid call from '~PRES8' function to 'REQ8'" appears. Ok if you go to the ARM ref site you can find usefull info like : http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3556.... that explains that this is about 8-byte stack alignment from source. Ok, as a PRESERVE8 in the AREA section did not solved the problem, I thought that using the ARM reference init file would be ok. But "no main found" was given. Look at the advices and examples in the keil website that will tell you.