Part Number:PROCESSOR-SDK-AM335X
Tool/software: Starterware
Hey everyone,
for my project i need to use dmtimer, pwm, eqep and uart modules of my beaglebone..For some irrelevant (here) reasons i need to use the gcc compiler of ccs in order to build my project, so the starterware's example can not be used.I would like to know which initialization files (for example init.S, exceptionhandler.S and others) from Starterware are necessary to be included (and built) within my project. To be more specific, which files under system_config folder should be used?
Also, i would like to know if the automatically created linker script file(AM335x.lds) is suitable as i have noticed that there are more choices(for example there is dmtimerCounter.lds). Which one should i choose and how can i know which to use?
(the same goes for the startup file, should i use startup_ARMCA8.S which s automatically created or the startup file found under system_config folder of starterware?)
My set-up: code composer studio version 6.1.0.00104 , Starterware version 2.00.01.01 and i am using compiler GNU V4.8.4 Linaro. Target: beaglebone white.
Thanks in advance