• ARM controller and Development tool
    Hi, I am new to ARM controller and this forum. I am working on PIC microcontrollers and want to use ARM controller series (CORTEX-M) also. Kindly tell me which microcontroller i choose as a starting...
  • Can't config ARM compile tool
    Hi, I was import Hello World example from Linux_example.zip file (C:\Program Files\DS-5\examples\Linux_example.zip) and coding a short program. When I try to debug the program, I'm confusing about the...
  • ARM: CRT.S in ARM-Tools
    Hello, I'm using KEIL uVision3 with GNU ARM Compiler. For better understanding of the work of the Library functions, I'm searching for the CRT Source Files and the LIBC Source Files. Could also...
  • what tools are required for pic
    Hi all Well i want to know does kiel makes any tool that support microchip's PIC microcontroller. I want to know if i wan to use 16-bit controller which tool does kiel make. And what tool is...
  • ARM tools use GCC compiled library
    Hi I'm using ARM tools (RVDS4) to develop a project. Now I want to use a software lib which compiled by GCC. I read spec of GCC and add a compile flag "-mabi=aapcs" to GCC  and rebuild the lib. Question...