Click here to Skip to main content
15,889,838 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i interface my ARM microcontroller with visual studio
Posted
Comments
Sergey Alexandrovich Kryukov 29-Jan-12 19:59pm    
Not enough information. We don't know anything about your hardware settings and you goals.
--SA
Sergey Alexandrovich Kryukov 29-Jan-12 20:02pm    
Also the situation looks pretty hopeless to me, because you are asking about "interface" with Visual Studio, not even with your program. It looks like you really have no idea about programming in general, and about what Visual Studio is for. You probably need so very basic knowledge programming first, before going to such an advanced field like interfacing with microcontrollers.
--SA

If you are asking for developing for an ARM with Visual Studio, then this is not the straight forward way.

Use the tools that come with ARM development kits or chose any cross platform development tool out there.

You could integrate cross compilers in VS, but this involves quite some efforts (create your own compiler and debugger plugins...). Maybe there are now some out there, though.

Cheers

Andi
 
Share this answer
 
go to that link,
http://arm4sdk.org/[^]
you will get sdk and lots of sample code.

And you can have only Java and C SDK
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900